Searched refs:asinf (Results 1 – 8 of 8) sorted by relevance
14 asinf;
131 FUNCTION(asinf, float (*f)(float)); in math_h()
188 ry = asinf(B); in casinhf()
863 #define __ieee754_asinf asinf
83 float asinf(float __x);
470 TEST(MATH_TEST, asinf) { in TEST() argument471 ASSERT_FLOAT_EQ(0.0f, asinf(0.0f)); in TEST()1690 DoMathDataTest<1>(g_asinf_intel_data, asinf); in TEST()
33 asinf
105 CALL(asinf)