Searched refs:xe (Results 1 – 4 of 4) sorted by relevance
40 int xe; in __cbrtf() local43 xm = __frexpf (fabsf (x), &xe); in __cbrtf()49 if (xe == 0 && fpclassify (x) <= FP_ZERO) in __cbrtf()57 ym = u * (t2 + 2.0 * xm) / (2.0 * t2 + xm) * factor[2 + xe % 3]; in __cbrtf()59 return __ldexpf (x > 0.0 ? ym : -ym, xe / 3); in __cbrtf()
40 int xe; in __cbrt() local43 xm = __frexp (fabs (x), &xe); in __cbrt()49 if (xe == 0 && fpclassify (x) <= FP_ZERO) in __cbrt()66 ym = u * (t2 + 2.0 * xm) / (2.0 * t2 + xm) * factor[2 + xe % 3]; in __cbrt()68 return __ldexp (x > 0.0 ? ym : -ym, xe / 3); in __cbrt()
43 int xe; in __cbrtl() local46 xm = __frexpl (fabsl (x), &xe); in __cbrtl()52 if (xe == 0 && fpclassify (x) <= FP_ZERO) in __cbrtl()61 u *= factor[2 + xe % 3]; in __cbrtl()62 u = __ldexpl (x > 0.0 ? u : -u, xe / 3); in __cbrtl()
612 GLIBC_2.2.6 _nl_default_dirname D 0xe
Completed in 5 milliseconds