Home
last modified time | relevance | path

Searched defs:a (Results 126 – 150 of 50209) sorted by relevance

12345678910>>...2009

/dports/math/kalker/gmp-mpfr-sys-21966f4bfb56c87d407eb14c72e92ef4e55856aa/gmp-6.2.1-c/tests/cxx/
H A Dt-constr.cc68 signed int a = 0; in check_mpz() local
112 float a = 123.45; in check_mpz() local
195 mpz_t a; in check_mpz() local
209 bool a = true; in check_mpz() local
213 bool a = false; in check_mpz() local
382 mpq_t a; in check_mpq() local
411 bool a = true; in check_mpq() local
694 mpf_t a; in check_mpf() local
702 mpf_t a; in check_mpf() local
724 bool a = true; in check_mpf() local
[all …]
/dports/net/mpich/mpich-3.4.3/src/include/
H A Drlog_macros.h28 #define RLOG_INIT_STATE_DECL(a) argument
29 #define RLOG_FINALIZE_STATE_DECL(a) argument
77 #define RLOG_INIT_FUNC_ENTER(a) argument
78 #define RLOG_INIT_FUNC_EXIT(a) argument
79 #define RLOG_FINALIZE_FUNC_ENTER(a) argument
80 #define RLOG_FINALIZE_FUNC_EXIT(a) argument
160 #define MPIR_FUNC_VERBOSE_STATE_DECL(a) argument
161 #define MPIR_FUNC_VERBOSE_ENTER(a) argument
162 #define MPIR_FUNC_VERBOSE_EXIT(a) argument
165 #define MPIR_FUNC_VERBOSE_RMA_ENTER(a) argument
[all …]
H A Dmpir_func.h38 #define MPIR_FUNC_TERSE_STATE_DECL(a) argument
96 #define MPIR_FUNC_TERSE_STATE_DECL(a) argument
99 #define MPIR_FUNC_TERSE_EXIT(a) argument
100 #define MPIR_FUNC_TERSE_ENTER(a) argument
106 #define MPIR_FUNC_TERSE_PT2PT_EXIT(a) argument
110 #define MPIR_FUNC_TERSE_COLL_EXIT(a) argument
111 #define MPIR_FUNC_TERSE_RMA_ENTER(a) argument
112 #define MPIR_FUNC_TERSE_RMA_EXIT(a) argument
116 #define MPIR_FUNC_TERSE_INIT_EXIT(a) argument
121 #define MPIR_FUNC_VERBOSE_ENTER(a) argument
[all …]
/dports/science/PETSc/petsc-3.14.1/include/
H A Dpetscmath.h28 #define PetscSqrtReal(a) sqrtf(a) argument
29 #define PetscCbrtReal(a) cbrtf(a) argument
33 #define PetscExpReal(a) expf(a) argument
34 #define PetscLogReal(a) logf(a) argument
37 #define PetscSinReal(a) sinf(a) argument
38 #define PetscCosReal(a) cosf(a) argument
39 #define PetscTanReal(a) tanf(a) argument
65 #define PetscExpReal(a) exp(a) argument
66 #define PetscLogReal(a) log(a) argument
69 #define PetscSinReal(a) sin(a) argument
[all …]
/dports/devel/toml11/toml11-3.7.0/tests/
H A Dtest_parse_array.cpp18 array a(5); in BOOST_AUTO_TEST_CASE() local
24 array a(3); in BOOST_AUTO_TEST_CASE() local
30 array a(5); in BOOST_AUTO_TEST_CASE() local
36 array a(3); in BOOST_AUTO_TEST_CASE() local
47 array a(5); in BOOST_AUTO_TEST_CASE() local
53 array a(3); in BOOST_AUTO_TEST_CASE() local
59 array a(5); in BOOST_AUTO_TEST_CASE() local
65 array a(3); in BOOST_AUTO_TEST_CASE() local
78 typename basic_value<discard_comments>::array_type a(5); in BOOST_AUTO_TEST_CASE() local
97 typename basic_value<discard_comments>::array_type a(5); in BOOST_AUTO_TEST_CASE() local
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/CodeGen/
H A Daarch64-v8.2a-fp16-intrinsics.c13 float16_t test_vabsh_f16(float16_t a) { in test_vabsh_f16()
21 uint16_t test_vceqzh_f16(float16_t a) { in test_vceqzh_f16()
29 uint16_t test_vcgezh_f16(float16_t a) { in test_vcgezh_f16()
37 uint16_t test_vcgtzh_f16(float16_t a) { in test_vcgtzh_f16()
45 uint16_t test_vclezh_f16(float16_t a) { in test_vclezh_f16()
53 uint16_t test_vcltzh_f16(float16_t a) { in test_vcltzh_f16()
60 float16_t test_vcvth_f16_s16 (int16_t a) { in test_vcvth_f16_s16()
67 float16_t test_vcvth_f16_s32 (int32_t a) { in test_vcvth_f16_s32()
74 float16_t test_vcvth_f16_s64 (int64_t a) { in test_vcvth_f16_s64()
322 float16_t test_vnegh_f16(float16_t a) { in test_vnegh_f16()
[all …]
H A Darm-bf16-reinterpret-intrinsics.c15 bfloat16x4_t test_vreinterpret_bf16_s8(int8x8_t a) { return vreinterpret_bf16_s8(a); } in test_vreinterpret_bf16_s8()
21 bfloat16x4_t test_vreinterpret_bf16_s16(int16x4_t a) { return vreinterpret_bf16_s16(a); } in test_vreinterpret_bf16_s16()
27 bfloat16x4_t test_vreinterpret_bf16_s32(int32x2_t a) { return vreinterpret_bf16_s32(a); } in test_vreinterpret_bf16_s32()
33 bfloat16x4_t test_vreinterpret_bf16_f32(float32x2_t a) { return vreinterpret_bf16_f32(a); } in test_vreinterpret_bf16_f32()
39 bfloat16x4_t test_vreinterpret_bf16_u8(uint8x8_t a) { return vreinterpret_bf16_u8(a); } in test_vreinterpret_bf16_u8()
45 bfloat16x4_t test_vreinterpret_bf16_u16(uint16x4_t a) { return vreinterpret_bf16_u16(a); } in test_vreinterpret_bf16_u16()
51 bfloat16x4_t test_vreinterpret_bf16_u32(uint32x2_t a) { return vreinterpret_bf16_u32(a); } in test_vreinterpret_bf16_u32()
57 bfloat16x4_t test_vreinterpret_bf16_p8(poly8x8_t a) { return vreinterpret_bf16_p8(a); } in test_vreinterpret_bf16_p8()
63 bfloat16x4_t test_vreinterpret_bf16_p16(poly16x4_t a) { return vreinterpret_bf16_p16(a); } in test_vreinterpret_bf16_p16()
69 bfloat16x4_t test_vreinterpret_bf16_u64(uint64x1_t a) { return vreinterpret_bf16_u64(a); } in test_vreinterpret_bf16_u64()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/CodeGen/
H A Daarch64-v8.2a-fp16-intrinsics.c13 float16_t test_vabsh_f16(float16_t a) { in test_vabsh_f16()
21 uint16_t test_vceqzh_f16(float16_t a) { in test_vceqzh_f16()
29 uint16_t test_vcgezh_f16(float16_t a) { in test_vcgezh_f16()
37 uint16_t test_vcgtzh_f16(float16_t a) { in test_vcgtzh_f16()
45 uint16_t test_vclezh_f16(float16_t a) { in test_vclezh_f16()
53 uint16_t test_vcltzh_f16(float16_t a) { in test_vcltzh_f16()
60 float16_t test_vcvth_f16_s16 (int16_t a) { in test_vcvth_f16_s16()
67 float16_t test_vcvth_f16_s32 (int32_t a) { in test_vcvth_f16_s32()
74 float16_t test_vcvth_f16_s64 (int64_t a) { in test_vcvth_f16_s64()
322 float16_t test_vnegh_f16(float16_t a) { in test_vnegh_f16()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/CodeGen/
H A Daarch64-v8.2a-fp16-intrinsics.c13 float16_t test_vabsh_f16(float16_t a) { in test_vabsh_f16()
21 uint16_t test_vceqzh_f16(float16_t a) { in test_vceqzh_f16()
29 uint16_t test_vcgezh_f16(float16_t a) { in test_vcgezh_f16()
37 uint16_t test_vcgtzh_f16(float16_t a) { in test_vcgtzh_f16()
45 uint16_t test_vclezh_f16(float16_t a) { in test_vclezh_f16()
53 uint16_t test_vcltzh_f16(float16_t a) { in test_vcltzh_f16()
60 float16_t test_vcvth_f16_s16 (int16_t a) { in test_vcvth_f16_s16()
67 float16_t test_vcvth_f16_s32 (int32_t a) { in test_vcvth_f16_s32()
74 float16_t test_vcvth_f16_s64 (int64_t a) { in test_vcvth_f16_s64()
320 float16_t test_vnegh_f16(float16_t a) { in test_vnegh_f16()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/CodeGen/
H A Daarch64-v8.2a-fp16-intrinsics.c13 float16_t test_vabsh_f16(float16_t a) { in test_vabsh_f16()
21 uint16_t test_vceqzh_f16(float16_t a) { in test_vceqzh_f16()
29 uint16_t test_vcgezh_f16(float16_t a) { in test_vcgezh_f16()
37 uint16_t test_vcgtzh_f16(float16_t a) { in test_vcgtzh_f16()
45 uint16_t test_vclezh_f16(float16_t a) { in test_vclezh_f16()
53 uint16_t test_vcltzh_f16(float16_t a) { in test_vcltzh_f16()
60 float16_t test_vcvth_f16_s16 (int16_t a) { in test_vcvth_f16_s16()
67 float16_t test_vcvth_f16_s32 (int32_t a) { in test_vcvth_f16_s32()
74 float16_t test_vcvth_f16_s64 (int64_t a) { in test_vcvth_f16_s64()
322 float16_t test_vnegh_f16(float16_t a) { in test_vnegh_f16()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/CodeGen/
H A Daarch64-v8.2a-fp16-intrinsics.c13 float16_t test_vabsh_f16(float16_t a) { in test_vabsh_f16()
21 uint16_t test_vceqzh_f16(float16_t a) { in test_vceqzh_f16()
29 uint16_t test_vcgezh_f16(float16_t a) { in test_vcgezh_f16()
37 uint16_t test_vcgtzh_f16(float16_t a) { in test_vcgtzh_f16()
45 uint16_t test_vclezh_f16(float16_t a) { in test_vclezh_f16()
53 uint16_t test_vcltzh_f16(float16_t a) { in test_vcltzh_f16()
60 float16_t test_vcvth_f16_s16 (int16_t a) { in test_vcvth_f16_s16()
67 float16_t test_vcvth_f16_s32 (int32_t a) { in test_vcvth_f16_s32()
74 float16_t test_vcvth_f16_s64 (int64_t a) { in test_vcvth_f16_s64()
322 float16_t test_vnegh_f16(float16_t a) { in test_vnegh_f16()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/CodeGen/
H A Daarch64-v8.2a-fp16-intrinsics.c13 float16_t test_vabsh_f16(float16_t a) { in test_vabsh_f16()
21 uint16_t test_vceqzh_f16(float16_t a) { in test_vceqzh_f16()
29 uint16_t test_vcgezh_f16(float16_t a) { in test_vcgezh_f16()
37 uint16_t test_vcgtzh_f16(float16_t a) { in test_vcgtzh_f16()
45 uint16_t test_vclezh_f16(float16_t a) { in test_vclezh_f16()
53 uint16_t test_vcltzh_f16(float16_t a) { in test_vcltzh_f16()
60 float16_t test_vcvth_f16_s16 (int16_t a) { in test_vcvth_f16_s16()
67 float16_t test_vcvth_f16_s32 (int32_t a) { in test_vcvth_f16_s32()
74 float16_t test_vcvth_f16_s64 (int64_t a) { in test_vcvth_f16_s64()
320 float16_t test_vnegh_f16(float16_t a) { in test_vnegh_f16()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/CodeGen/
H A Daarch64-v8.2a-fp16-intrinsics.c13 float16_t test_vabsh_f16(float16_t a) { in test_vabsh_f16()
21 uint16_t test_vceqzh_f16(float16_t a) { in test_vceqzh_f16()
29 uint16_t test_vcgezh_f16(float16_t a) { in test_vcgezh_f16()
37 uint16_t test_vcgtzh_f16(float16_t a) { in test_vcgtzh_f16()
45 uint16_t test_vclezh_f16(float16_t a) { in test_vclezh_f16()
53 uint16_t test_vcltzh_f16(float16_t a) { in test_vcltzh_f16()
60 float16_t test_vcvth_f16_s16 (int16_t a) { in test_vcvth_f16_s16()
67 float16_t test_vcvth_f16_s32 (int32_t a) { in test_vcvth_f16_s32()
74 float16_t test_vcvth_f16_s64 (int64_t a) { in test_vcvth_f16_s64()
320 float16_t test_vnegh_f16(float16_t a) { in test_vnegh_f16()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/CodeGen/
H A Daarch64-v8.2a-fp16-intrinsics.c13 float16_t test_vabsh_f16(float16_t a) { in test_vabsh_f16()
21 uint16_t test_vceqzh_f16(float16_t a) { in test_vceqzh_f16()
29 uint16_t test_vcgezh_f16(float16_t a) { in test_vcgezh_f16()
37 uint16_t test_vcgtzh_f16(float16_t a) { in test_vcgtzh_f16()
45 uint16_t test_vclezh_f16(float16_t a) { in test_vclezh_f16()
53 uint16_t test_vcltzh_f16(float16_t a) { in test_vcltzh_f16()
60 float16_t test_vcvth_f16_s16 (int16_t a) { in test_vcvth_f16_s16()
67 float16_t test_vcvth_f16_s32 (int32_t a) { in test_vcvth_f16_s32()
74 float16_t test_vcvth_f16_s64 (int64_t a) { in test_vcvth_f16_s64()
320 float16_t test_vnegh_f16(float16_t a) { in test_vnegh_f16()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/CodeGen/
H A Daarch64-v8.2a-fp16-intrinsics.c13 float16_t test_vabsh_f16(float16_t a) { in test_vabsh_f16()
21 uint16_t test_vceqzh_f16(float16_t a) { in test_vceqzh_f16()
29 uint16_t test_vcgezh_f16(float16_t a) { in test_vcgezh_f16()
37 uint16_t test_vcgtzh_f16(float16_t a) { in test_vcgtzh_f16()
45 uint16_t test_vclezh_f16(float16_t a) { in test_vclezh_f16()
53 uint16_t test_vcltzh_f16(float16_t a) { in test_vcltzh_f16()
60 float16_t test_vcvth_f16_s16 (int16_t a) { in test_vcvth_f16_s16()
67 float16_t test_vcvth_f16_s32 (int32_t a) { in test_vcvth_f16_s32()
74 float16_t test_vcvth_f16_s64 (int64_t a) { in test_vcvth_f16_s64()
320 float16_t test_vnegh_f16(float16_t a) { in test_vnegh_f16()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/CodeGen/
H A Daarch64-v8.2a-fp16-intrinsics.c13 float16_t test_vabsh_f16(float16_t a) { in test_vabsh_f16()
21 uint16_t test_vceqzh_f16(float16_t a) { in test_vceqzh_f16()
29 uint16_t test_vcgezh_f16(float16_t a) { in test_vcgezh_f16()
37 uint16_t test_vcgtzh_f16(float16_t a) { in test_vcgtzh_f16()
45 uint16_t test_vclezh_f16(float16_t a) { in test_vclezh_f16()
53 uint16_t test_vcltzh_f16(float16_t a) { in test_vcltzh_f16()
60 float16_t test_vcvth_f16_s16 (int16_t a) { in test_vcvth_f16_s16()
67 float16_t test_vcvth_f16_s32 (int32_t a) { in test_vcvth_f16_s32()
74 float16_t test_vcvth_f16_s64 (int64_t a) { in test_vcvth_f16_s64()
322 float16_t test_vnegh_f16(float16_t a) { in test_vnegh_f16()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/CodeGen/
H A Daarch64-v8.2a-fp16-intrinsics.c13 float16_t test_vabsh_f16(float16_t a) { in test_vabsh_f16()
21 uint16_t test_vceqzh_f16(float16_t a) { in test_vceqzh_f16()
29 uint16_t test_vcgezh_f16(float16_t a) { in test_vcgezh_f16()
37 uint16_t test_vcgtzh_f16(float16_t a) { in test_vcgtzh_f16()
45 uint16_t test_vclezh_f16(float16_t a) { in test_vclezh_f16()
53 uint16_t test_vcltzh_f16(float16_t a) { in test_vcltzh_f16()
60 float16_t test_vcvth_f16_s16 (int16_t a) { in test_vcvth_f16_s16()
67 float16_t test_vcvth_f16_s32 (int32_t a) { in test_vcvth_f16_s32()
74 float16_t test_vcvth_f16_s64 (int64_t a) { in test_vcvth_f16_s64()
322 float16_t test_vnegh_f16(float16_t a) { in test_vnegh_f16()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/CodeGen/
H A Daarch64-v8.2a-fp16-intrinsics.c13 float16_t test_vabsh_f16(float16_t a) { in test_vabsh_f16()
21 uint16_t test_vceqzh_f16(float16_t a) { in test_vceqzh_f16()
29 uint16_t test_vcgezh_f16(float16_t a) { in test_vcgezh_f16()
37 uint16_t test_vcgtzh_f16(float16_t a) { in test_vcgtzh_f16()
45 uint16_t test_vclezh_f16(float16_t a) { in test_vclezh_f16()
53 uint16_t test_vcltzh_f16(float16_t a) { in test_vcltzh_f16()
60 float16_t test_vcvth_f16_s16 (int16_t a) { in test_vcvth_f16_s16()
67 float16_t test_vcvth_f16_s32 (int32_t a) { in test_vcvth_f16_s32()
74 float16_t test_vcvth_f16_s64 (int64_t a) { in test_vcvth_f16_s64()
322 float16_t test_vnegh_f16(float16_t a) { in test_vnegh_f16()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/CodeGen/
H A Daarch64-v8.2a-fp16-intrinsics.c13 float16_t test_vabsh_f16(float16_t a) { in test_vabsh_f16()
21 uint16_t test_vceqzh_f16(float16_t a) { in test_vceqzh_f16()
29 uint16_t test_vcgezh_f16(float16_t a) { in test_vcgezh_f16()
37 uint16_t test_vcgtzh_f16(float16_t a) { in test_vcgtzh_f16()
45 uint16_t test_vclezh_f16(float16_t a) { in test_vclezh_f16()
53 uint16_t test_vcltzh_f16(float16_t a) { in test_vcltzh_f16()
60 float16_t test_vcvth_f16_s16 (int16_t a) { in test_vcvth_f16_s16()
67 float16_t test_vcvth_f16_s32 (int32_t a) { in test_vcvth_f16_s32()
74 float16_t test_vcvth_f16_s64 (int64_t a) { in test_vcvth_f16_s64()
322 float16_t test_vnegh_f16(float16_t a) { in test_vnegh_f16()
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/CodeGen/
H A Daarch64-v8.2a-fp16-intrinsics.c13 float16_t test_vabsh_f16(float16_t a) { in test_vabsh_f16()
21 uint16_t test_vceqzh_f16(float16_t a) { in test_vceqzh_f16()
29 uint16_t test_vcgezh_f16(float16_t a) { in test_vcgezh_f16()
37 uint16_t test_vcgtzh_f16(float16_t a) { in test_vcgtzh_f16()
45 uint16_t test_vclezh_f16(float16_t a) { in test_vclezh_f16()
53 uint16_t test_vcltzh_f16(float16_t a) { in test_vcltzh_f16()
60 float16_t test_vcvth_f16_s16 (int16_t a) { in test_vcvth_f16_s16()
67 float16_t test_vcvth_f16_s32 (int32_t a) { in test_vcvth_f16_s32()
74 float16_t test_vcvth_f16_s64 (int64_t a) { in test_vcvth_f16_s64()
320 float16_t test_vnegh_f16(float16_t a) { in test_vnegh_f16()
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/CodeGen/
H A Daarch64-v8.2a-fp16-intrinsics.c13 float16_t test_vabsh_f16(float16_t a) { in test_vabsh_f16()
21 uint16_t test_vceqzh_f16(float16_t a) { in test_vceqzh_f16()
29 uint16_t test_vcgezh_f16(float16_t a) { in test_vcgezh_f16()
37 uint16_t test_vcgtzh_f16(float16_t a) { in test_vcgtzh_f16()
45 uint16_t test_vclezh_f16(float16_t a) { in test_vclezh_f16()
53 uint16_t test_vcltzh_f16(float16_t a) { in test_vcltzh_f16()
60 float16_t test_vcvth_f16_s16 (int16_t a) { in test_vcvth_f16_s16()
67 float16_t test_vcvth_f16_s32 (int32_t a) { in test_vcvth_f16_s32()
74 float16_t test_vcvth_f16_s64 (int64_t a) { in test_vcvth_f16_s64()
320 float16_t test_vnegh_f16(float16_t a) { in test_vnegh_f16()
[all …]
/dports/lang/clang-mesa/clang-13.0.1.src/test/CodeGen/
H A Daarch64-v8.2a-fp16-intrinsics.c13 float16_t test_vabsh_f16(float16_t a) { in test_vabsh_f16()
21 uint16_t test_vceqzh_f16(float16_t a) { in test_vceqzh_f16()
29 uint16_t test_vcgezh_f16(float16_t a) { in test_vcgezh_f16()
37 uint16_t test_vcgtzh_f16(float16_t a) { in test_vcgtzh_f16()
45 uint16_t test_vclezh_f16(float16_t a) { in test_vclezh_f16()
53 uint16_t test_vcltzh_f16(float16_t a) { in test_vcltzh_f16()
60 float16_t test_vcvth_f16_s16 (int16_t a) { in test_vcvth_f16_s16()
67 float16_t test_vcvth_f16_s32 (int32_t a) { in test_vcvth_f16_s32()
74 float16_t test_vcvth_f16_s64 (int64_t a) { in test_vcvth_f16_s64()
322 float16_t test_vnegh_f16(float16_t a) { in test_vnegh_f16()
[all …]
/dports/devel/simde/simde-0.7.2/simde/x86/
H A Dsvml.h66 simde_mm_acos_ps (simde__m128 a) { in simde_mm_acos_ps()
95 simde_mm_acos_pd (simde__m128d a) { in simde_mm_acos_pd()
124 simde_mm256_acos_ps (simde__m256 a) { in simde_mm256_acos_ps()
195 simde_mm512_acos_ps (simde__m512 a) { in simde_mm512_acos_ps()
293 simde_mm_acosh_ps (simde__m128 a) { in simde_mm_acosh_ps()
318 simde_mm_acosh_pd (simde__m128d a) { in simde_mm_acosh_pd()
496 simde_mm_asin_ps (simde__m128 a) { in simde_mm_asin_ps()
525 simde_mm_asin_pd (simde__m128d a) { in simde_mm_asin_pd()
723 simde_mm_asinh_ps (simde__m128 a) { in simde_mm_asinh_ps()
926 simde_mm_atan_ps (simde__m128 a) { in simde_mm_atan_ps()
[all …]
/dports/biology/bowtie2/simde-no-tests-f6a0b3b/x86/
H A Dsvml.h66 simde_mm_acos_ps (simde__m128 a) { in simde_mm_acos_ps()
95 simde_mm_acos_pd (simde__m128d a) { in simde_mm_acos_pd()
124 simde_mm256_acos_ps (simde__m256 a) { in simde_mm256_acos_ps()
195 simde_mm512_acos_ps (simde__m512 a) { in simde_mm512_acos_ps()
293 simde_mm_acosh_ps (simde__m128 a) { in simde_mm_acosh_ps()
318 simde_mm_acosh_pd (simde__m128d a) { in simde_mm_acosh_pd()
496 simde_mm_asin_ps (simde__m128 a) { in simde_mm_asin_ps()
525 simde_mm_asin_pd (simde__m128d a) { in simde_mm_asin_pd()
723 simde_mm_asinh_ps (simde__m128 a) { in simde_mm_asinh_ps()
926 simde_mm_atan_ps (simde__m128 a) { in simde_mm_atan_ps()
[all …]
/dports/biology/mmseqs2/MMseqs2-13-45111/lib/simde/simde/x86/
H A Dsvml.h64 simde_mm_acos_ps (simde__m128 a) { in simde_mm_acos_ps()
93 simde_mm_acos_pd (simde__m128d a) { in simde_mm_acos_pd()
122 simde_mm256_acos_ps (simde__m256 a) { in simde_mm256_acos_ps()
193 simde_mm512_acos_ps (simde__m512 a) { in simde_mm512_acos_ps()
291 simde_mm_acosh_ps (simde__m128 a) { in simde_mm_acosh_ps()
316 simde_mm_acosh_pd (simde__m128d a) { in simde_mm_acosh_pd()
494 simde_mm_asin_ps (simde__m128 a) { in simde_mm_asin_ps()
523 simde_mm_asin_pd (simde__m128d a) { in simde_mm_asin_pd()
721 simde_mm_asinh_ps (simde__m128 a) { in simde_mm_asinh_ps()
924 simde_mm_atan_ps (simde__m128 a) { in simde_mm_atan_ps()
[all …]

12345678910>>...2009