Home
last modified time | relevance | path

Searched defs:coshl (Results 1 – 2 of 2) sorted by relevance

/bionic/libm/
Dfake_long_double.c41 long double coshl(long double a1) { return cosh(a1); } in coshl() function
/bionic/tests/
Dmath_test.cpp360 TEST(math, coshl) { in TEST() argument