Searched refs:atan (Results 1 – 5 of 5) sorted by relevance
74 if((hx-0x3ff00000|lx)==0) return atan(y); /* x=1.0 */ in __ieee754_atan2()117 else z=atan(fabs(y/x)); /* safe to do y/x */ in __ieee754_atan2()
74 atan(double x) in atan() function124 __weak_reference(atan, atanl);
52 wrapper_func atan
274 double WRAPPER_FUNC(atan)(double x) { in WRAPPER_FUNC() argument
194 double atan(double);
Completed in 5 milliseconds