Searched refs:atanhl (Results 1 – 22 of 22) sorted by relevance
4 long double atanhl(long double x) in atanhl() function10 long double atanhl(long double x) in atanhl() function
70 EXPECT_DOUBLE_EQ(0.0L, atanhl(0.0L));
32 y = atanhl(p->x); in main()
21 "atanhl",
73 {long double(*p)(long double) = atanhl;} in f()
161 long double atanhl(long double);
33 T(atanhl, l_l)
101 int mpatanhl(struct t *t) { return mpl1(t, atanhl); } in mpatanhl()
520 /// long double atanhl(long double x);521 TLI_DEFINE_ENUM_INTERNAL(atanhl)522 TLI_DEFINE_STRING_INTERNAL("atanhl")
360 atanhl;
630 "src/math/atanhl.c",
107 "$MUSLPORTINGDIR/src/math/atanhl.c",
894 …<function-decl name='atanhl' filepath='bionic/libc/include/math.h' line='114' column='1' visibilit…
1649 …<function-decl name='atanhl' filepath='/usr/include/x86_64-linux-gnu/bits/mathcalls.h' line='92' c…
2610 …<function-decl name='atanhl' filepath='/usr/include/x86_64-linux-gnu/bits/mathcalls.h' line='92' c…
2436 …<function-decl name='atanhl' filepath='/usr/include/x86_64-linux-gnu/bits/mathcalls.h' line='92' c…
20180 …<function-decl name='atanhl' filepath='/usr/include/x86_64-linux-gnu/bits/mathcalls.h' line='92' c…
34121 extern long double atanhl (long double __x) throw (); extern long double __atanhl (long double __x)…35223 using ::atanhl;