Home
last modified time | relevance | path

Searched refs:acoshl (Results 1 - 12 of 12) sorted by relevance

/third_party/musl/src/math/
H A Dacoshl.c4 long double acoshl(long double x) in acoshl() function
10 long double acoshl(long double x) in acoshl() function
29 long double acoshl(long double x) in acoshl() function
/third_party/musl/porting/liteos_a/kernel/src/math/
H A 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/FreeBSD/lib/msun/src/
H A De_acoshl.c64 acoshl(long double x) in acoshl() function
/third_party/musl/libc-test/src/functionalext/supplement/math/math_gtest/
H A Dmath_acosh_test.cpp71 EXPECT_DOUBLE_EQ(0.0L, acoshl(1.0L)); in HWTEST_F()
/third_party/musl/libc-test/src/math/
H A Dacoshl.c11 #include "sanity/acoshl.h"
12 #include "special/acoshl.h"
16 #include "ld128/acoshl.h"
37 y = acoshl(p->x); in main()
41 printf("%s:%d: bad fp exception: %s acoshl(%La)=%La, want %s", in main()
48 printf("%s:%d: %s acoshl(%La) want %La got %La ulperr %.3f = %a + %a\n", in main()
/third_party/musl/porting/liteos_a/kernel/include/
H A Dmath.h141 long double acoshl(long double);
/third_party/musl/porting/uniproton/kernel/include/
H A Dmath.h141 long double acoshl(long double);
/third_party/musl/porting/liteos_m/kernel/include/
H A Dmath.h141 long double acoshl(long double);
/third_party/musl/include/
H A Dmath.h141 long double acoshl(long double);
/third_party/musl/libc-test/src/api/
H A Dmath.c58 {long double(*p)(long double) = acoshl;} in f()
/third_party/musl/libc-test/src/math/gen/
H A Dmplibm.c86 int mpacoshl(struct t *t) { return mpl1(t, acoshl); } in mpacoshl()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp34117 extern long double acoshl (long double __x) throw (); extern long double __acoshl (long double __x) throw ();
35215 using ::acoshl;
[all...]

Completed in 28 milliseconds