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

  /bionic/libm/upstream-freebsd/lib/msun/src/
k_rem_pio2.c 18 * __kernel_rem_pio2(x,y,e0,nx,prec)
21 * __kernel_rem_pio2 return the last three digits of N with
294 __kernel_rem_pio2(double *x, double *y, int e0, int nx, int prec) function
  /external/fdlibm/
k_rem_pio2.c 15 * __kernel_rem_pio2(x,y,e0,nx,prec,ipio2)
18 * __kernel_rem_pio2 return the last three digits of N with
164 int __kernel_rem_pio2(double *x, double *y, int e0, int nx, int prec, const int *ipio2) function
166 int __kernel_rem_pio2(x,y,e0,nx,prec,ipio2)
  /libcore/ojluni/src/main/native/
jfdlibm.h 96 #define __kernel_rem_pio2 __j__kernel_rem_pio2 macro

Completed in 70 milliseconds