Searched refs:FOUR_SQRT_MIN (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/lib/msun/src/
H A Dcatrig.c44 /* We need that DBL_EPSILON^2/128 is larger than FOUR_SQRT_MIN. */
48 FOUR_SQRT_MIN = 0x1p-509, /* >= 4 * sqrt(DBL_MIN) */ variable
186 * x >= DBL_EPSILON^2/128 >= FOUR_SQRT_MIN
208 if (y < FOUR_SQRT_MIN) {
239 * x >= DBL_EPSILON/128 >= FOUR_SQRT_MIN
241 * x >= DBL_EPSILON^2 >= FOUR_SQRT_MIN
H A Dcatrigf.c61 FOUR_SQRT_MIN = 0x1p-61, variable
118 if (y < FOUR_SQRT_MIN) {

Completed in 50 milliseconds