OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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)
/external/chromium_org/v8/third_party/fdlibm/
fdlibm.cc
116
int
__kernel_rem_pio2
(double* x, double* y, int e0, int nx) {
function in namespace:v8::fdlibm
272
int n =
__kernel_rem_pio2
(tx, y, e0, nx);
Completed in 842 milliseconds