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

  /external/fdlibm/
w_pow.c 30 return __ieee754_pow(x,y);
33 z=__ieee754_pow(x,y);
fdlibm.h 197 extern double __ieee754_pow __P((double,double));
e_pow.c 16 /* __ieee754_pow(x,y) return x**y
101 double __ieee754_pow(double x, double y) function
103 double __ieee754_pow(x,y)
  /libcore/ojluni/src/main/native/
jfdlibm.h 75 #define __ieee754_pow __j__ieee754_pow macro
fdlibm.h 212 extern double __ieee754_pow __P((double,double));
  /device/google/contexthub/lib/libm/
fdlibm.h 160 extern double __ieee754_pow __P((double,double));
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_pow.c 15 /* __ieee754_pow(x,y) return x**y
97 __ieee754_pow(double x, double y) function
math_private.h 694 #define __ieee754_pow pow macro
  /ndk/sources/android/support/src/msun/
math_private.h 682 #define __ieee754_pow pow macro
  /device/google/contexthub/firmware/external/freebsd/lib/msun/src/
math_private.h 686 #define __ieee754_pow pow macro

Completed in 343 milliseconds