Searched defs:coshl (Results 1 – 2 of 2) sorted by relevance
/bionic/libm/ | ||
D | fake_long_double.c | 41 long double coshl(long double a1) { return cosh(a1); } in coshl() function |
/bionic/tests/ | ||
D | math_test.cpp | 360 TEST(math, coshl) { in TEST() argument |