Home
last modified time | relevance | path

Searched refs:__kernel_sinl (Results 1 – 4 of 4) sorted by relevance

/dflybsd-src/contrib/openbsd_libm/src/
H A Ds_sinl.c76 hi = __kernel_sinl(z.e, 0, 0); in sinl()
103 hi = __kernel_sinl(hi, lo, 1); in sinl()
109 hi = - __kernel_sinl(hi, lo, 1); in sinl()
H A Ds_cosl.c105 hi = - __kernel_sinl(hi, lo, 1); in cosl()
111 hi = __kernel_sinl(hi, lo, 1); in cosl()
H A Dmath_private.h378 long double __kernel_sinl(long double, long double, int);
/dflybsd-src/contrib/openbsd_libm/src/ld80/
H A Dk_sinl.c51 __kernel_sinl(long double x, long double y, int iy) in __kernel_sinl() function