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