HomeSort by relevance Sort by last modified time
    Searched defs:__kernel_rem_pio2 (Results 1 - 5 of 5) 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
  /device/linaro/bootloader/edk2/StdLib/LibC/Math/
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
157 __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)
  /libcore/ojluni/src/main/native/
jfdlibm.h 96 #define __kernel_rem_pio2 __j__kernel_rem_pio2 macro
  /external/v8/src/base/
ieee754.cc 164 int __kernel_rem_pio2(double *x, double *y, int e0, int nx, int prec,
171 * use __kernel_rem_pio2()
318 n = __kernel_rem_pio2(tx, y, e0, nx, 2, two_over_pi);
393 /* __kernel_rem_pio2(x,y,e0,nx,prec,ipio2)
396 * __kernel_rem_pio2 return the last three digits of N with
498 int __kernel_rem_pio2(double *x, double *y, int e0, int nx, int prec, function in namespace:v8::base::ieee754::__anon40780
    [all...]

Completed in 419 milliseconds