Searched refs:sinhl (Results 1 - 5 of 5) sorted by relevance

/bionic/libm/upstream-freebsd/lib/msun/src/
H A De_sinh.c78 __weak_reference(sinh, sinhl);
H A De_sinhl.c85 sinhl(long double x) function
/bionic/libm/include/
H A Dmath.h412 long double sinhl(long double);
/bionic/libm/x86/
H A De_sinh.S327 ALIAS_SYMBOL(sinhl, sinh);
/bionic/tests/
H A Dmath_test.cpp456 TEST(math, sinhl) {
457 ASSERT_DOUBLE_EQ(0.0L, sinhl(0.0L));

Completed in 54 milliseconds