Searched refs:acoshf (Results 1 – 6 of 6) sorted by relevance
10 acoshf;
126 FUNCTION(acoshf, float (*f)(float)); in math_h()
107 float acoshf(float __x);
563 TEST(MATH_TEST, acoshf) { in TEST() argument564 ASSERT_FLOAT_EQ(0.0f, acoshf(1.0f)); in TEST()1680 DoMathDataTest<2>(g_acoshf_intel_data, acoshf); in TEST()
860 #define __ieee754_acoshf acoshf
17 acoshf