Home
last modified time | relevance | path

Searched refs:atanhl (Results 1 – 22 of 22) sorted by relevance

/third_party/musl/src/math/
Datanhl.c4 long double atanhl(long double x) in atanhl() function
10 long double atanhl(long double x) in atanhl() function
/third_party/musl/porting/liteos_a/kernel/src/math/
Datanhl.c4 long double atanhl(long double x) in atanhl() function
10 long double atanhl(long double x) in atanhl() function
/third_party/musl/libc-test/src/functionalext/supplement/math/math_gtest/
Dmath_atanh_test.cpp70 EXPECT_DOUBLE_EQ(0.0L, atanhl(0.0L));
/third_party/musl/libc-test/src/math/
Datanhl.c32 y = atanhl(p->x); in main()
Dtest_src_math.gni21 "atanhl",
/third_party/musl/libc-test/src/api/
Dmath.c73 {long double(*p)(long double) = atanhl;} in f()
/third_party/musl/include/
Dmath.h161 long double atanhl(long double);
/third_party/musl/porting/uniproton/kernel/include/
Dmath.h161 long double atanhl(long double);
/third_party/musl/porting/liteos_m/kernel/include/
Dmath.h161 long double atanhl(long double);
/third_party/musl/porting/liteos_a/kernel/include/
Dmath.h161 long double atanhl(long double);
/third_party/musl/libc-test/src/math/gen/
Dfunctions.h33 T(atanhl, l_l)
Dmplibm.c101 int mpatanhl(struct t *t) { return mpl1(t, atanhl); } in mpatanhl()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetLibraryInfo.def520 /// long double atanhl(long double x);
521 TLI_DEFINE_ENUM_INTERNAL(atanhl)
522 TLI_DEFINE_STRING_INTERNAL("atanhl")
/third_party/musl/
Dlibc.map.txt360 atanhl;
Dmusl_src.gni630 "src/math/atanhl.c",
/third_party/musl/porting/liteos_a/kernel/
Dmusl.gni107 "$MUSLPORTINGDIR/src/math/atanhl.c",
/third_party/libabigail/tests/data/test-read-dwarf/
Dtest-libaaudio.so.abi894 …<function-decl name='atanhl' filepath='bionic/libc/include/math.h' line='114' column='1' visibilit…
DPR22015-libboost_iostreams.so.abi1649 …<function-decl name='atanhl' filepath='/usr/include/x86_64-linux-gnu/bits/mathcalls.h' line='92' c…
Dtest9-pr18818-clang.so.abi2610 …<function-decl name='atanhl' filepath='/usr/include/x86_64-linux-gnu/bits/mathcalls.h' line='92' c…
DPR22122-libftdc.so.abi2436 …<function-decl name='atanhl' filepath='/usr/include/x86_64-linux-gnu/bits/mathcalls.h' line='92' c…
Dtest12-pr18844.so.abi20180 …<function-decl name='atanhl' filepath='/usr/include/x86_64-linux-gnu/bits/mathcalls.h' line='92' c…
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp34121 extern long double atanhl (long double __x) throw (); extern long double __atanhl (long double __x)…
35223 using ::atanhl;