Home
last modified time | relevance | path

Searched refs:coshl (Results 1 – 3 of 3) sorted by relevance

/bionic/libm/
Dfake_long_double.c41 long double coshl(long double a1) { return cosh(a1); } in coshl() function
/bionic/libm/include/
Dmath.h462 long double coshl(long double);
/bionic/tests/
Dmath_test.cpp360 TEST(math, coshl) { in TEST() argument
361 ASSERT_FLOAT_EQ(1.0, coshl(0.0)); in TEST()