Searched refs:__ieee754_atan2 (Results 1 - 3 of 3) sorted by relevance

/external/fdlibm/
H A Dw_atan2.c30 return __ieee754_atan2(y,x);
33 z = __ieee754_atan2(y,x);
H A De_atan2.c15 /* __ieee754_atan2(y,x)
57 double __ieee754_atan2(double y, double x) function
59 double __ieee754_atan2(y,x)
H A Dfdlibm.h193 extern double __ieee754_atan2 __P((double,double));

Completed in 157 milliseconds