Searched refs:__kernel_rem_pio2 (Results 1 – 7 of 7) sorted by relevance
/dflybsd-src/contrib/openbsd_libm/src/ |
H A D | s_tanl.c | 92 e0 = __kernel_rem_pio2(xd, yd, e0, NX, PREC); in tanl()
|
H A D | s_cosl.c | 88 e0 = __kernel_rem_pio2(xd, yd, e0, NX, PREC); in cosl()
|
H A D | s_sinl.c | 89 e0 = __kernel_rem_pio2(xd, yd, e0, NX, PREC); in sinl()
|
H A D | s_sincosl.c | 92 e0 = __kernel_rem_pio2(xd, yd, e0, NX, PREC); in sincosl()
|
H A D | e_rem_pio2.c | 143 n = __kernel_rem_pio2(tx,y,e0,nx,2); in __ieee754_rem_pio2()
|
H A D | k_rem_pio2.c | 285 __kernel_rem_pio2(double *x, double *y, int e0, int nx, int prec) in __kernel_rem_pio2() function
|
H A D | math_private.h | 368 extern int __kernel_rem_pio2(double*,double*,int,int,int);
|