Home
last modified time | relevance | path

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

/bionic/libm/include/
Dmath.h344 float acoshf(float);
/bionic/libm/upstream-freebsd/lib/msun/src/
Dmath_private.h700 #define __ieee754_acoshf acoshf
/bionic/tests/
Dmath_test.cpp412 TEST(math, acoshf) { in TEST() argument
413 ASSERT_FLOAT_EQ(0.0f, acoshf(1.0f)); in TEST()