Searched defs:__kernel_rem_pio2 (Results 1 - 2 of 2) sorted by relevance

/external/fdlibm/
H A Dk_rem_pio2.c15 * __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)
/external/v8/src/base/
H A Dieee754.cc164 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::__anon21444

Completed in 183 milliseconds