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

/openjdk7/jdk/src/share/native/java/lang/fdlibm/src/
H A Dk_rem_pio2.c28 * __kernel_rem_pio2(x,y,e0,nx,prec,ipio2)
31 * __kernel_rem_pio2 return the last three digits of N with
177 int __kernel_rem_pio2(double *x, double *y, int e0, int nx, int prec, const int *ipio2) function
179 int __kernel_rem_pio2(x,y,e0,nx,prec,ipio2)
/openjdk7/jdk/src/share/native/java/lang/fdlibm/include/
H A Djfdlibm.h96 #define __kernel_rem_pio2 __j__kernel_rem_pio2 macro
/openjdk7/hotspot/src/share/vm/runtime/
H A DsharedRuntimeTrig.cpp125 * __kernel_rem_pio2(x,y,e0,nx,prec,ipio2)
128 * __kernel_rem_pio2 return the last three digits of N with
260 static SAFEBUF int __kernel_rem_pio2(double *x, double *y, int e0, int nx, int prec, const int *ipio2) { function
425 * use __kernel_rem_pio2()
560 n = __kernel_rem_pio2(tx,y,e0,nx,2,two_over_pi);

Completed in 890 milliseconds