Home
last modified time | relevance | path

Searched refs:sinhl (Results 1 – 2 of 2) sorted by relevance

/bionic/libm/include/
Dmath.h455 long double sinhl(long double);
/bionic/tests/
Dmath_test.cpp464 TEST(math, sinhl) { in TEST() argument
465 ASSERT_DOUBLE_EQ(0.0L, sinhl(0.0L)); in TEST()