Home
last modified time | relevance | path

Searched refs:__kernel_rem_pio2 (Results 1 – 7 of 7) sorted by relevance

/dflybsd-src/contrib/openbsd_libm/src/
H A Ds_tanl.c92 e0 = __kernel_rem_pio2(xd, yd, e0, NX, PREC); in tanl()
H A Ds_cosl.c88 e0 = __kernel_rem_pio2(xd, yd, e0, NX, PREC); in cosl()
H A Ds_sinl.c89 e0 = __kernel_rem_pio2(xd, yd, e0, NX, PREC); in sinl()
H A Ds_sincosl.c92 e0 = __kernel_rem_pio2(xd, yd, e0, NX, PREC); in sincosl()
H A De_rem_pio2.c143 n = __kernel_rem_pio2(tx,y,e0,nx,2); in __ieee754_rem_pio2()
H A Dk_rem_pio2.c285 __kernel_rem_pio2(double *x, double *y, int e0, int nx, int prec) in __kernel_rem_pio2() function
H A Dmath_private.h368 extern int __kernel_rem_pio2(double*,double*,int,int,int);