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

  /external/fdlibm/
w_atan2.c 16 * wrapper ieee_atan2(y,x)
23 double ieee_atan2(double y, double x) /* wrapper atan2 */ function
25 double ieee_atan2(y,x) /* wrapper atan2 */
36 return __kernel_standard(y,x,3); /* ieee_atan2(+-0,+-0) */
fdlibm.h 105 extern double ieee_atan2 __P((double, double));
  /libcore/luni/src/main/native/
java_lang_StrictMath.cpp 78 return ieee_atan2(a, b);

Completed in 142 milliseconds