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

  /bionic/libm/src/
k_rem_pio2.c 19 * __kernel_rem_pio2(x,y,e0,nx,prec,ipio2)
22 * __kernel_rem_pio2 return the last three digits of N with
156 int __kernel_rem_pio2(double *x, double *y, int e0, int nx, int prec, const int32_t *ipio2) 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)

Completed in 110 milliseconds