Home
last modified time | relevance | path

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

/third_party/musl/src/math/
H A Dtanhl.c4 long double tanhl(long double x) in tanhl() function
9 long double tanhl(long double x) in tanhl() function
44 long double tanhl(long double x) in tanhl() function
/third_party/musl/porting/liteos_a/kernel/src/math/
H A Dtanhl.c4 long double tanhl(long double x) in tanhl() function
9 long double tanhl(long double x) in tanhl() function
44 long double tanhl(long double x) in tanhl() function
/third_party/musl/libc-test/src/math/
H A Dtanhl.c12 #include "sanity/tanhl.h"
13 #include "special/tanhl.h"
17 #include "ld128/tanhl.h"
38 y = tanhl(p->x); in main()
42 printf("%s:%d: bad fp exception: %s tanhl(%La)=%La, want %s", in main()
49 printf("%s:%d: %s tanhl(%La) want %La got %La ulperr %.3f = %a + %a\n", in main()
/third_party/musl/libc-test/src/functionalext/supplement/math/math_gtest/
H A Dmath_tanh_test.cpp72 EXPECT_DOUBLE_EQ(0.0L, tanhl(0.0L)); in HWTEST_F()
/third_party/FreeBSD/lib/msun/src/
H A Ds_tanhl.c111 tanhl(long double x) in tanhl() function
/third_party/musl/porting/liteos_a/kernel/include/
H A Dmath.h353 long double tanhl(long double);
/third_party/musl/porting/uniproton/kernel/include/
H A Dmath.h353 long double tanhl(long double);
/third_party/musl/porting/liteos_m/kernel/include/
H A Dmath.h353 long double tanhl(long double);
/third_party/musl/include/
H A Dmath.h353 long double tanhl(long double);
/third_party/musl/libc-test/src/api/
H A Dmath.c222 {long double(*p)(long double) = tanhl;} in f()
/third_party/musl/libc-test/src/math/gen/
H A Dmplibm.c217 int mptanhl(struct t *t) { return mpl1(t, tanhl); } in mptanhl()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp34105 extern long double tanhl (long double __x) throw (); extern long double __tanhl (long double __x) throw ();
[all...]

Completed in 30 milliseconds