Searched refs:acoshf (Results 1 – 3 of 3) sorted by relevance
339 float acoshf(float);
408 #define __ieee754_acoshf acoshf
320 TEST(math, acoshf) { in TEST() argument321 ASSERT_FLOAT_EQ(0.0f, acoshf(1.0f)); in TEST()