Home
last modified time | relevance | path

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

/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_tanh.c83 __weak_reference(tanh, tanhl);
Ds_tanhl.c113 tanhl(long double x) in tanhl() function
/bionic/libm/x86/
Ds_tanh.S281 ALIAS_SYMBOL(tanhl, tanh);
/bionic/libm/
Dlibm.map.txt256 tanhl; # introduced=21
/bionic/tests/headers/posix/
Dmath_h.c330 FUNCTION(tanhl, long double (*f)(long double)); in math_h()
/bionic/libc/include/
Dmath.h128 long double tanhl(long double __x) __RENAME_LDBL(tanh, 3, 21);
/bionic/libc/tools/
Dposix-2013.txt1046 tanhl
/bionic/tests/
Dmath_test.cpp627 TEST(MATH_TEST, tanhl) { in TEST() argument
628 ASSERT_DOUBLE_EQ(0.0L, tanhl(0.0L)); in TEST()