Home
last modified time | relevance | path

Searched refs:atanf (Results 1 – 4 of 4) sorted by relevance

/bionic/libm/src/
De_atan2f.c44 if(hx==0x3f800000) return atanf(y); /* x=1.0 */ in __ieee754_atan2f()
84 else z=atanf(fabsf(y/x)); /* safe to do y/x */ in __ieee754_atan2f()
Ds_atanf.c56 atanf(float x) in atanf() function
/bionic/libm/include/
Dmath.h313 float atanf(float);
/bionic/libm/
DMakefile-orig103 MLINKS+=atan.3 atanf.3