Home
last modified time | relevance | path

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

/dports/biology/vcflib/vcflib-1.0.2/src/simde/x86/
H A Dsvml.h1078 simde_mm_atanh_pd (simde__m128d a) { in simde_mm_atanh_pd() function
1096 #define _mm_atanh_pd(a) simde_mm_atanh_pd(a)
/dports/biology/freebayes/freebayes-1.3.5/vcflib/src/simde/x86/
H A Dsvml.h1078 simde_mm_atanh_pd (simde__m128d a) { in simde_mm_atanh_pd() function
1096 #define _mm_atanh_pd(a) simde_mm_atanh_pd(a)
/dports/biology/hhsuite/hh-suite-3.3.0/lib/simde/simde/x86/
H A Dsvml.h1078 simde_mm_atanh_pd (simde__m128d a) { in simde_mm_atanh_pd() function
1096 #define _mm_atanh_pd(a) simde_mm_atanh_pd(a)
/dports/devel/simde/simde-0.7.2/simde/x86/
H A Dsvml.h1411 simde_mm_atanh_pd (simde__m128d a) { in simde_mm_atanh_pd() function
1431 #define _mm_atanh_pd(a) simde_mm_atanh_pd(a)
1480 r_.m128d[i] = simde_mm_atanh_pd(a_.m128d[i]); in simde_mm256_atanh_pd()
/dports/biology/bowtie2/simde-no-tests-f6a0b3b/x86/
H A Dsvml.h1411 simde_mm_atanh_pd (simde__m128d a) { in simde_mm_atanh_pd() function
1431 #define _mm_atanh_pd(a) simde_mm_atanh_pd(a)
1480 r_.m128d[i] = simde_mm_atanh_pd(a_.m128d[i]); in simde_mm256_atanh_pd()
/dports/biology/mmseqs2/MMseqs2-13-45111/lib/simde/simde/x86/
H A Dsvml.h1409 simde_mm_atanh_pd (simde__m128d a) { in simde_mm_atanh_pd() function
1429 #define _mm_atanh_pd(a) simde_mm_atanh_pd(a)
1478 r_.m128d[i] = simde_mm_atanh_pd(a_.m128d[i]); in simde_mm256_atanh_pd()
/dports/devel/simde/simde-0.7.2/test/x86/
H A Dsvml.c3943 simde__m128d r = simde_mm_atanh_pd(test_vec[i].a); in test_simde_mm_atanh_pd()