Home
last modified time | relevance | path

Searched refs:tanhl (Results 1 – 20 of 20) sorted by relevance

/third_party/musl/porting/liteos_a/kernel/src/math/
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/src/math/
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/
Dtanhl.c33 y = tanhl(p->x); in main()
Dtest_src_math.gni186 "tanhl",
/third_party/boost/libs/qvm/test/
Dmath_test.cpp89 test1<long double>(&boost::qvm::tanh<long double>, &::tanhl); in main()
/third_party/boost/boost/qvm/
Dmath.hpp94 …e <> BOOST_QVM_INLINE_TRIVIAL long double tanh<long double>( long double x ) { return ::tanhl(x); } in tanh()
/third_party/musl/libc-test/src/api/
Dmath.c222 {long double(*p)(long double) = tanhl;} in f()
/third_party/boost/libs/math/test/
Dtest_long_double_support.cpp326 unary_proc = ::tanhl; in test_spots()
Dtest_tr1.c743 check_close_l(atanhl(tanhl(0.5L)), 0.5L, 5000 * eps, __LINE__); in test_valuesl()
/third_party/musl/ndk_musl_include/
Dmath.h353 long double tanhl(long double);
/third_party/musl/include/
Dmath.h353 long double tanhl(long double);
/third_party/musl/porting/uniproton/kernel/include/
Dmath.h353 long double tanhl(long double);
/third_party/musl/porting/liteos_m/kernel/include/
Dmath.h353 long double tanhl(long double);
/third_party/musl/porting/liteos_a/kernel/include/
Dmath.h353 long double tanhl(long double);
/third_party/musl/libc-test/src/math/gen/
Dfunctions.h135 T(tanhl, l_l)
Dmplibm.c217 int mptanhl(struct t *t) { return mpl1(t, tanhl); } in mptanhl()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetLibraryInfo.def1330 /// long double tanhl(long double x);
1331 TLI_DEFINE_ENUM_INTERNAL(tanhl)
1332 TLI_DEFINE_STRING_INTERNAL("tanhl")
/third_party/musl/porting/liteos_a/kernel/
Dmusl.gni276 "$MUSLPORTINGDIR/src/math/tanhl.c",
/third_party/musl/
Dlibc.map.txt1754 tanhl;
Dmusl_src.gni743 "src/math/tanhl.c",