Searched refs:atanf (Results 1 – 8 of 8) sorted by relevance
45 if(hx==0x3f800000) return atanf(y); /* x=1.0 */ in __ieee754_atan2f()88 else z=atanf(fabsf(y/x)); /* safe to do y/x */ in __ieee754_atan2f()
49 atanf(float x) in atanf() function
354 return (CMPLXF(x, atanf(y))); in catanhf()
141 FUNCTION(atanf, float (*f)(float)); in math_h()
23 atanf;
85 float atanf(float __x);
523 TEST(MATH_TEST, atanf) { in TEST() argument524 ASSERT_FLOAT_EQ(0.0f, atanf(0.0f)); in TEST()1798 DoMathDataTest<1>(g_atanf_intel_data, atanf); in TEST()
43 atanf