Searched refs:atanf (Results 1 – 10 of 10) 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()
111 EXPORT_F32_FN_F32(atanf) in EXPORT_F32_FN_F32()
23 atanf;
141 FUNCTION(atanf, float (*f)(float)); in math_h()
85 float atanf(float __x);
482 TEST(MATH_TEST, atanf) { in TEST() argument483 ASSERT_FLOAT_EQ(0.0f, atanf(0.0f)); in TEST()1744 DoMathDataTest<1>(g_atanf_intel_data, atanf); in TEST()
43 atanf
3387 atanf(horizCropFactor * sensorSize.data.f[0] / in calculatePictureFovs()3392 atanf(vertCropFactor * sensorSize.data.f[1] / in calculatePictureFovs()