Home
last modified time | relevance | path

Searched refs:x_adj_mant (Results 1 – 5 of 5) sorted by relevance

/glibc-2.36/sysdeps/ieee754/ldbl-128ibm/
De_gammal_r.c100 long double x_adj_mant = __frexpl (x_adj, &x_adj_log2); in gammal_positive() local
101 if (x_adj_mant < M_SQRT1_2l) in gammal_positive()
104 x_adj_mant *= 2.0L; in gammal_positive()
107 long double ret = (__ieee754_powl (x_adj_mant, x_adj) in gammal_positive()
/glibc-2.36/sysdeps/ieee754/flt-32/
De_gammaf_r.c87 float x_adj_mant = __frexpf (x_adj, &x_adj_log2); in gammaf_positive() local
88 if (x_adj_mant < M_SQRT1_2f) in gammaf_positive()
91 x_adj_mant *= 2.0f; in gammaf_positive()
94 float ret = (__ieee754_powf (x_adj_mant, x_adj) in gammaf_positive()
/glibc-2.36/sysdeps/ieee754/ldbl-96/
De_gammal_r.c95 long double x_adj_mant = __frexpl (x_adj, &x_adj_log2); in gammal_positive() local
96 if (x_adj_mant < M_SQRT1_2l) in gammal_positive()
99 x_adj_mant *= 2.0L; in gammal_positive()
102 long double ret = (__ieee754_powl (x_adj_mant, x_adj) in gammal_positive()
/glibc-2.36/sysdeps/ieee754/ldbl-128/
De_gammal_r.c101 _Float128 x_adj_mant = __frexpl (x_adj, &x_adj_log2); in gammal_positive() local
102 if (x_adj_mant < M_SQRT1_2l) in gammal_positive()
105 x_adj_mant *= 2; in gammal_positive()
108 _Float128 ret = (__ieee754_powl (x_adj_mant, x_adj) in gammal_positive()
/glibc-2.36/sysdeps/ieee754/dbl-64/
De_gamma_r.c94 double x_adj_mant = __frexp (x_adj, &x_adj_log2); in gamma_positive() local
95 if (x_adj_mant < M_SQRT1_2) in gamma_positive()
98 x_adj_mant *= 2.0; in gamma_positive()
102 mul_split (&h1, &l1, __ieee754_pow (x_adj_mant, x_adj), in gamma_positive()