Home
last modified time | relevance | path

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

12

/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/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/libc-test/src/math/
Dacoshl.c32 y = acoshl(p->x); in main()
Dtest_src_math.gni6 "acoshl",
/third_party/boost/libs/math/doc/tr1/
Dc99_ref.qbk12 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/
Dtr1_c_macros.ipp19 #ifdef acoshl
20 #undef acoshl
22 #define acoshl boost_acoshl
Dtr1.hpp398 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/
Dmath.c58 {long double(*p)(long double) = acoshl;} in f()
/third_party/boost/libs/math/test/
Dtest_long_double_support.cpp312 inv_unary_proc = ::acoshl; in test_spots()
Dtest_tr1.c741 check_close_l(acoshl(coshl(0.5L)), 0.5L, 5000 * eps, __LINE__); in test_valuesl()
Dtest_tr1.cpp988 BOOST_CHECK_CLOSE(tr1::acoshl(std::cosh(0.5L)), 0.5L, 5000 * eps); in test_values()
/third_party/musl/ndk_musl_include/
Dmath.h141 long double acoshl(long double);
/third_party/musl/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/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/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/boost/libs/math/doc/overview/
Dtr1.qbk112 long double acoshl(long double x);
/third_party/boost/libs/math/test/compile_test/
Dtr1_incl_test.cpp210 check_result<long double>(boost::math::tr1::acoshl(l)); in compile_and_link_test()
/third_party/musl/porting/liteos_a/kernel/
Dmusl.gni91 "$MUSLPORTINGDIR/src/math/acoshl.c",
/third_party/musl/
Dlibc.map.txt309 acoshl;
Dmusl_src.gni558 "src/math/acoshl.c",

12