HomeSort by relevance Sort by last modified time
    Searched refs:__ieee754_atan2 (Results 1 - 5 of 5) sorted by null

  /external/fdlibm/
w_atan2.c 30 return __ieee754_atan2(y,x);
33 z = __ieee754_atan2(y,x);
e_atan2.c 15 /* __ieee754_atan2(y,x)
57 double __ieee754_atan2(double y, double x) function
59 double __ieee754_atan2(y,x)
fdlibm.h 193 extern double __ieee754_atan2 __P((double,double));
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_atan2.c 18 /* __ieee754_atan2(y,x)
61 __ieee754_atan2(double y, double x) function
math_private.h 386 #define __ieee754_atan2 atan2 macro

Completed in 140 milliseconds