Home
last modified time | relevance | path

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

/bionic/libm/include/
Dmath.h341 float atanhf(float);
/bionic/libm/upstream-freebsd/lib/msun/src/
Dmath_private.h410 #define __ieee754_atanhf atanhf
/bionic/tests/
Dmath_test.cpp344 TEST(math, atanhf) { in TEST() argument
345 ASSERT_FLOAT_EQ(0.0f, atanhf(0.0f)); in TEST()