Home
last modified time | relevance | path

Searched refs:__cosl (Results 1 – 17 of 17) sorted by relevance

/sysdeps/ieee754/ldbl-128ibm/
A Ds_cosl.c51 long double __cosl(long double x) in __cosl() function
87 long_double_symbol (libm, __cosl, cosl);
A Dlgamma_negl.c403 return __cosl (M_PIl * (0.5L - x)); in lg_sinpi()
412 return __cosl (M_PIl * x); in lg_cospi()
A De_gammal_r.c193 : __cosl (M_PIl * (0.5L - frac))); in __ieee754_gammal_r()
A De_j0l.c646 z = -__cosl (xx + xx); in __ieee754_j0l()
791 z = -__cosl (x + x); in __ieee754_y0l()
A De_j1l.c656 z = __cosl (xx + xx); in __ieee754_j1l()
813 z = __cosl (xx + xx); in __ieee754_y1l()
/sysdeps/ieee754/ldbl-128/
A Ds_cosl.c51 _Float128 __cosl(_Float128 x) in __cosl() function
A De_gammal_r.c193 : __cosl (M_PIl * (L(0.5) - frac))); in __ieee754_gammal_r()
A Dlgamma_negl.c422 return __cosl (M_PIl * (L(0.5) - x)); in lg_sinpi()
431 return __cosl (M_PIl * x); in lg_cospi()
A De_j0l.c719 z = -__cosl (xx + xx); in __ieee754_j0l()
864 z = -__cosl (x + x); in __ieee754_y0l()
A De_j1l.c733 z = __cosl (xx + xx); in __ieee754_j1l()
890 z = __cosl (xx + xx); in __ieee754_y1l()
/sysdeps/ieee754/ldbl-96/
A Ds_cosl.c55 long double __cosl(long double x) in __cosl() function
A Dlgamma_negl.c289 return __cosl (M_PIl * (0.5L - x)); in lg_sinpi()
298 return __cosl (M_PIl * x); in lg_cospi()
A De_j0l.c127 z = -__cosl (x + x); in __ieee754_j0l()
233 z = -__cosl (x + x); in __ieee754_y0l()
A De_j1l.c131 z = __cosl (y + y); in __ieee754_j1l()
218 z = __cosl (x + x); in __ieee754_y1l()
A De_lgammal_r.c256 y = __cosl (pi * (half - y)); in sin_pi()
264 y = -__cosl (pi * (y - 1.5)); in sin_pi()
A De_gammal_r.c186 : __cosl (M_PIl * (0.5L - frac))); in __ieee754_gammal_r()
/sysdeps/ieee754/float128/
A Dfloat128_private.h233 #define __cosl __cosf128 macro

Completed in 20 milliseconds