/third_party/musl/src/math/ |
D | acoshl.c | 4 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/porting/liteos_a/kernel/src/math/ |
D | acoshl.c | 4 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/ |
D | acoshl.c | 32 y = acoshl(p->x); in main()
|
D | test_src_math.gni | 6 "acoshl",
|
/third_party/boost/libs/math/doc/tr1/ |
D | c99_ref.qbk | 12 long double acoshl(long double x); 102 acoshl(2.0L); // long double version, returns a long double. 127 long double acoshl(long double x);
|
/third_party/boost/boost/math/ |
D | tr1_c_macros.ipp | 19 #ifdef acoshl 20 #undef acoshl 22 #define acoshl boost_acoshl
|
D | tr1.hpp | 398 inline long double acoshl BOOST_PREVENT_MACRO_SUBSTITUTION(long double x) in BOOST_PREVENT_MACRO_SUBSTITUTION() 403 { return boost::math::tr1::acoshl BOOST_PREVENT_MACRO_SUBSTITUTION(x); } in BOOST_PREVENT_MACRO_SUBSTITUTION()
|
/third_party/musl/libc-test/src/api/ |
D | math.c | 58 {long double(*p)(long double) = acoshl;} in f()
|
/third_party/boost/libs/math/test/ |
D | test_long_double_support.cpp | 312 inv_unary_proc = ::acoshl; in test_spots()
|
D | test_tr1.c | 741 check_close_l(acoshl(coshl(0.5L)), 0.5L, 5000 * eps, __LINE__); in test_valuesl()
|
D | test_tr1.cpp | 988 BOOST_CHECK_CLOSE(tr1::acoshl(std::cosh(0.5L)), 0.5L, 5000 * eps); in test_values()
|
/third_party/musl/ndk_musl_include/ |
D | math.h | 141 long double acoshl(long double);
|
/third_party/musl/include/ |
D | math.h | 141 long double acoshl(long double);
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | math.h | 141 long double acoshl(long double);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | math.h | 141 long double acoshl(long double);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | math.h | 141 long double acoshl(long double);
|
/third_party/musl/libc-test/src/math/gen/ |
D | functions.h | 18 T(acoshl, l_l)
|
D | mplibm.c | 86 int mpacoshl(struct t *t) { return mpl1(t, acoshl); } in mpacoshl()
|
/third_party/musl/libc-test/report_base/ |
D | REPORT | 24 ../../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/ |
D | TargetLibraryInfo.def | 475 /// long double acoshl(long double x); 476 TLI_DEFINE_ENUM_INTERNAL(acoshl) 477 TLI_DEFINE_STRING_INTERNAL("acoshl")
|
/third_party/boost/libs/math/doc/overview/ |
D | tr1.qbk | 112 long double acoshl(long double x);
|
/third_party/boost/libs/math/test/compile_test/ |
D | tr1_incl_test.cpp | 210 check_result<long double>(boost::math::tr1::acoshl(l)); in compile_and_link_test()
|
/third_party/musl/porting/liteos_a/kernel/ |
D | musl.gni | 91 "$MUSLPORTINGDIR/src/math/acoshl.c",
|
/third_party/musl/ |
D | libc.map.txt | 309 acoshl;
|
D | musl_src.gni | 558 "src/math/acoshl.c",
|