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

  /external/fdlibm/
w_fmod.c 29 return __ieee754_fmod(x,y);
32 z = __ieee754_fmod(x,y);
e_remainder.c 59 if (hp<=0x7fdfffff) x = __ieee754_fmod(x,p+p); /* now x < 2p */
e_fmod.c 15 * __ieee754_fmod(x,y)
29 double __ieee754_fmod(double x, double y) function
31 double __ieee754_fmod(x,y)
fdlibm.h 196 extern double __ieee754_fmod __P((double,double));
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_remainder.c 55 if (hp<=0x7fdfffff) x = __ieee754_fmod(x,p+p); /* now x < 2p */
e_fmod.c 18 * __ieee754_fmod(x,y)
29 __ieee754_fmod(double x, double y) function
math_private.h 681 #define __ieee754_fmod fmod macro
  /ndk/sources/android/support/src/msun/
math_private.h 681 #define __ieee754_fmod fmod macro

Completed in 3091 milliseconds