Searched refs:atanf (Results 1 – 4 of 4) sorted by relevance
68 float atanf(float x) in atanf() function70 float atanf(x) in atanf()126 return (double) atanf((float) x);
48 if(hx==0x3f800000) return atanf(y); /* x=1.0 */88 else z=atanf(fabsf(y/x)); /* safe to do y/x */
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