Home
last modified time | relevance | path

Searched refs:acoshl (Results 1 – 24 of 24) sorted by relevance

/third_party/musl/porting/liteos_a/kernel/src/math/
Dacoshl.c4 long double acoshl(long double x) in acoshl() function
10 long double acoshl(long double x) in acoshl() function
25 long double acoshl(long double x) in acoshl() function
/third_party/musl/src/math/
Dacoshl.c4 long double acoshl(long double x) in acoshl() function
10 long double acoshl(long double x) in acoshl() function
25 long double acoshl(long double x) in acoshl() function
/third_party/musl/libc-test/src/math/
Dacoshl.c32 y = acoshl(p->x); in main()
Dtest_src_math.gni6 "acoshl",
/third_party/musl/ndk_musl_include/
Dmath.h141 long double acoshl(long double);
/third_party/musl/libc-test/src/api/
Dmath.c58 {long double(*p)(long double) = acoshl;} in f()
/third_party/musl/porting/liteos_m/kernel/include/
Dmath.h141 long double acoshl(long double);
/third_party/musl/porting/liteos_a/kernel/include/
Dmath.h141 long double acoshl(long double);
/third_party/musl/porting/uniproton/kernel/include/
Dmath.h141 long double acoshl(long double);
/third_party/musl/include/
Dmath.h141 long double acoshl(long double);
/third_party/musl/libc-test/src/math/gen/
Dfunctions.h18 T(acoshl, l_l)
Dmplibm.c86 int mpacoshl(struct t *t) { return mpl1(t, acoshl); } in mpacoshl()
/third_party/musl/libc-test/report_base/
DREPORT24 ../../third_party/musl/libc-test/src/math/special/acosh.h:9: RN acoshl(0x1.001f1c62cf304p+0) want 0…
25 ../../third_party/musl/libc-test/src/math/special/acosh.h:10: RN acoshl(0x1.00788c223616fp+0) want …
26 ../../third_party/musl/libc-test/src/math/special/acosh.h:11: RN acoshl(0x1.007b7a37c7606p+0) want …
27 ../../third_party/musl/libc-test/src/math/special/acosh.h:12: RN acoshl(0x1.01d173033243cp+0) want …
28 ../../third_party/musl/libc-test/src/math/special/acosh.h:13: RN acoshl(0x1.01d8f20e90409p+0) want …
29 ../../third_party/musl/libc-test/src/math/special/acosh.h:14: RN acoshl(0x1.01ef6122e68bep+0) want …
30 ../../third_party/musl/libc-test/src/math/special/acosh.h:15: RN acoshl(0x1.06822faf07879p+0) want …
31 ../../third_party/musl/libc-test/src/math/special/acosh.h:17: RN acoshl(0x1.069d65411ec51p+0) want …
32 ../../third_party/musl/libc-test/src/math/special/acosh.h:18: RN acoshl(0x1.071d6b2713d08p+0) want …
33 ../../third_party/musl/libc-test/src/math/special/acosh.h:19: RN acoshl(0x1.0728405f5140cp+0) want …
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetLibraryInfo.def475 /// long double acoshl(long double x);
476 TLI_DEFINE_ENUM_INTERNAL(acoshl)
477 TLI_DEFINE_STRING_INTERNAL("acoshl")
/third_party/musl/
Dlibc.map.txt309 acoshl;
Dmusl_src.gni573 "src/math/acoshl.c",
DWHATSNEW1071 - domain handling errors for acoshf and acoshl
/third_party/musl/porting/liteos_a/kernel/
Dmusl.gni92 "$MUSLPORTINGDIR/src/math/acoshl.c",
/third_party/libabigail/tests/data/test-read-dwarf/
Dtest-libaaudio.so.abi878 …<function-decl name='acoshl' filepath='bionic/libc/include/math.h' line='106' column='1' visibilit…
DPR22015-libboost_iostreams.so.abi1625 …<function-decl name='acoshl' filepath='/usr/include/x86_64-linux-gnu/bits/mathcalls.h' line='88' c…
Dtest9-pr18818-clang.so.abi2586 …<function-decl name='acoshl' filepath='/usr/include/x86_64-linux-gnu/bits/mathcalls.h' line='88' c…
DPR22122-libftdc.so.abi2412 …<function-decl name='acoshl' filepath='/usr/include/x86_64-linux-gnu/bits/mathcalls.h' line='88' c…
Dtest12-pr18844.so.abi20156 …<function-decl name='acoshl' filepath='/usr/include/x86_64-linux-gnu/bits/mathcalls.h' line='88' c…
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp34117 extern long double acoshl (long double __x) throw (); extern long double __acoshl (long double __x)…
35215 using ::acoshl;