Home
last modified time | relevance | path

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

/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_sinl.c69 hi = __kernel_sinl(z.e, 0, 0); in sinl()
79 hi = __kernel_sinl(hi, lo, 1); in sinl()
85 hi = - __kernel_sinl(hi, lo, 1); in sinl()
Ds_cosl.c84 hi = - __kernel_sinl(hi, lo, 1); in cosl()
90 hi = __kernel_sinl(hi, lo, 1); in cosl()
Dmath_private.h760 long double __kernel_sinl(long double, long double, int);
/bionic/libm/upstream-freebsd/lib/msun/ld128/
Dk_sinl.c49 __kernel_sinl(long double x, long double y, int iy) in __kernel_sinl() function