Searched refs:acoshf (Results 1 – 3 of 3) sorted by relevance
344 float acoshf(float);
700 #define __ieee754_acoshf acoshf
412 TEST(math, acoshf) { in TEST() argument413 ASSERT_FLOAT_EQ(0.0f, acoshf(1.0f)); in TEST()