Home
last modified time | relevance | path

Searched refs:cosl (Results 1 – 20 of 20) sorted by relevance

/third_party/musl/porting/liteos_a/kernel/src/math/
Dcosl.c4 long double cosl(long double x) { in cosl() function
8 long double cosl(long double x) in cosl() function
/third_party/musl/src/math/
Dcosl.c4 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/
Dcosl.c34 y = cosl(p->x); in main()
Dtest_src_math.gni37 "cosl",
/third_party/optimized-routines/math/test/
Dulp.c351 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/
DRuntimeLibcalls.def192 HANDLE_LIBCALL(COS_F80, "cosl")
193 HANDLE_LIBCALL(COS_F128, "cosl")
194 HANDLE_LIBCALL(COS_PPCF128, "cosl")
/third_party/musl/ndk_musl_include/
Dmath.h177 long double cosl(long double);
/third_party/musl/libc-test/src/api/
Dmath.c89 {long double(*p)(long double) = cosl;} in f()
/third_party/musl/porting/liteos_m/kernel/include/
Dmath.h177 long double cosl(long double);
/third_party/musl/porting/liteos_a/kernel/include/
Dmath.h177 long double cosl(long double);
/third_party/musl/porting/uniproton/kernel/include/
Dmath.h177 long double cosl(long double);
/third_party/musl/include/
Dmath.h177 long double cosl(long double);
/third_party/musl/libc-test/src/math/gen/
Dfunctions.h45 T(cosl, l_l)
Dmplibm.c113 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/
DTargetLibraryInfo.def613 /// long double cosl(long double x);
614 TLI_DEFINE_ENUM_INTERNAL(cosl)
615 TLI_DEFINE_STRING_INTERNAL("cosl")
/third_party/musl/
Dlibc.map.txt470 cosl;
Dmusl_src.gni604 "src/math/cosl.c",
/third_party/musl/porting/liteos_a/kernel/
Dmusl.gni123 "$MUSLPORTINGDIR/src/math/cosl.c",
/third_party/libabigail/tests/data/test-read-dwarf/
Dtest-libaaudio.so.abi854 …<function-decl name='cosl' filepath='bionic/libc/include/math.h' line='94' column='1' visibility='…
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp34092 …extern long double cosl (long double __x) throw (); extern long double __cosl (long double __x) th…