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

  /external/fdlibm/
w_acos.c 29 return __ieee754_acos(x);
32 z = __ieee754_acos(x);
e_acos.c 14 /* __ieee754_acos(x)
61 double __ieee754_acos(double x) function
63 double __ieee754_acos(x)
fdlibm.h 188 extern double __ieee754_acos __P((double));
  /bionic/libm/src/
e_acos.c 18 /* __ieee754_acos(x)
62 __ieee754_acos(double x) function
math_private.h 206 #define __ieee754_acos acos macro

Completed in 28 milliseconds