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

  /external/fdlibm/
w_acos.c 22 double ieee_acos(double x) /* wrapper acos */ function
24 double ieee_acos(x) /* wrapper acos */
35 return __kernel_standard(x,x,1); /* ieee_acos(|x|>1) */
e_acos.c 73 if(hx>0) return 0.0; /* ieee_acos(1) = 0 */
74 else return pi+2.0*pio2_lo; /* ieee_acos(-1)= pi */
76 return (x-x)/(x-x); /* ieee_acos(|x|>1) is NaN */
fdlibm.h 102 extern double ieee_acos __P((double));
k_standard.c 32 * 1 -- ieee_acos(|x|>1)
99 /* ieee_acos(|x|>1) */
  /libcore/luni/src/main/native/
java_lang_StrictMath.cpp 42 return ieee_acos(a);

Completed in 461 milliseconds