Searched refs:cosl (Results 1 – 20 of 20) sorted by relevance
/third_party/musl/porting/liteos_a/kernel/src/math/ |
D | cosl.c | 4 long double cosl(long double x) { in cosl() function 8 long double cosl(long double x) in cosl() function
|
/third_party/musl/src/math/ |
D | cosl.c | 4 long double cosl(long double x) { in cosl() function 8 long double cosl(long double x) in cosl() function
|
/third_party/musl/libc-test/src/math/ |
D | cosl.c | 34 y = cosl(p->x); in main()
|
D | test_src_math.gni | 37 "cosl",
|
/third_party/optimized-routines/math/test/ |
D | ulp.c | 351 F (__s_cos, __s_cos, cosl, mpfr_cos, 1, 0, d1, 0) 365 F (__v_cos, v_cos, cosl, mpfr_cos, 1, 0, d1, 1) 379 F (__vn_cos, vn_cos, cosl, mpfr_cos, 1, 0, d1, 1) 390 F (_ZGVnN2v_cos, Z_cos, cosl, mpfr_cos, 1, 0, d1, 1)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | RuntimeLibcalls.def | 192 HANDLE_LIBCALL(COS_F80, "cosl") 193 HANDLE_LIBCALL(COS_F128, "cosl") 194 HANDLE_LIBCALL(COS_PPCF128, "cosl")
|
/third_party/musl/ndk_musl_include/ |
D | math.h | 177 long double cosl(long double);
|
/third_party/musl/libc-test/src/api/ |
D | math.c | 89 {long double(*p)(long double) = cosl;} in f()
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | math.h | 177 long double cosl(long double);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | math.h | 177 long double cosl(long double);
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | math.h | 177 long double cosl(long double);
|
/third_party/musl/include/ |
D | math.h | 177 long double cosl(long double);
|
/third_party/musl/libc-test/src/math/gen/ |
D | functions.h | 45 T(cosl, l_l)
|
D | mplibm.c | 113 int mpcosl(struct t *t) { return mpl1(t, cosl); } in mpcosl()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.def | 613 /// long double cosl(long double x); 614 TLI_DEFINE_ENUM_INTERNAL(cosl) 615 TLI_DEFINE_STRING_INTERNAL("cosl")
|
/third_party/musl/ |
D | libc.map.txt | 470 cosl;
|
D | musl_src.gni | 604 "src/math/cosl.c",
|
/third_party/musl/porting/liteos_a/kernel/ |
D | musl.gni | 123 "$MUSLPORTINGDIR/src/math/cosl.c",
|
/third_party/libabigail/tests/data/test-read-dwarf/ |
D | test-libaaudio.so.abi | 854 …<function-decl name='cosl' filepath='bionic/libc/include/math.h' line='94' column='1' visibility='…
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
D | stylo.hpp | 34092 …extern long double cosl (long double __x) throw (); extern long double __cosl (long double __x) th…
|