Home
last modified time | relevance | path

Searched refs:simde_mm256_hypot_pd (Results 1 – 7 of 7) sorted by relevance

/dports/biology/vcflib/vcflib-1.0.2/src/simde/x86/
H A Dsvml.h3896 simde_mm256_hypot_pd (simde__m256d a, simde__m256d b) { in simde_mm256_hypot_pd() function
3915 #define _mm256_hypot_pd(a, b) simde_mm256_hypot_pd(a, b)
/dports/biology/freebayes/freebayes-1.3.5/vcflib/src/simde/x86/
H A Dsvml.h3896 simde_mm256_hypot_pd (simde__m256d a, simde__m256d b) { in simde_mm256_hypot_pd() function
3915 #define _mm256_hypot_pd(a, b) simde_mm256_hypot_pd(a, b)
/dports/biology/hhsuite/hh-suite-3.3.0/lib/simde/simde/x86/
H A Dsvml.h3896 simde_mm256_hypot_pd (simde__m256d a, simde__m256d b) { in simde_mm256_hypot_pd() function
3915 #define _mm256_hypot_pd(a, b) simde_mm256_hypot_pd(a, b)
/dports/devel/simde/simde-0.7.2/simde/x86/
H A Dsvml.h5238 simde_mm256_hypot_pd (simde__m256d a, simde__m256d b) { in simde_mm256_hypot_pd() function
5269 #define _mm256_hypot_pd(a, b) simde_mm256_hypot_pd(a, b)
5327 r_.m256d[i] = simde_mm256_hypot_pd(a_.m256d[i], b_.m256d[i]); in simde_mm512_hypot_pd()
/dports/biology/bowtie2/simde-no-tests-f6a0b3b/x86/
H A Dsvml.h5238 simde_mm256_hypot_pd (simde__m256d a, simde__m256d b) { in simde_mm256_hypot_pd() function
5269 #define _mm256_hypot_pd(a, b) simde_mm256_hypot_pd(a, b)
5327 r_.m256d[i] = simde_mm256_hypot_pd(a_.m256d[i], b_.m256d[i]); in simde_mm512_hypot_pd()
/dports/biology/mmseqs2/MMseqs2-13-45111/lib/simde/simde/x86/
H A Dsvml.h5236 simde_mm256_hypot_pd (simde__m256d a, simde__m256d b) { in simde_mm256_hypot_pd() function
5267 #define _mm256_hypot_pd(a, b) simde_mm256_hypot_pd(a, b)
5325 r_.m256d[i] = simde_mm256_hypot_pd(a_.m256d[i], b_.m256d[i]); in simde_mm512_hypot_pd()
/dports/devel/simde/simde-0.7.2/test/x86/
H A Dsvml.c15786 simde__m256d r = simde_mm256_hypot_pd(a, b); in test_simde_mm256_hypot_pd()