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

/freebsd-13-stable/lib/msun/src/
H A Dcatrig.c46 /* We need that DBL_EPSILON^2/128 is larger than FOUR_SQRT_MIN. */
50 FOUR_SQRT_MIN = 0x1p-509, /* >= 4 * sqrt(DBL_MIN) */ variable
188 * x >= DBL_EPSILON^2/128 >= FOUR_SQRT_MIN
210 if (y < FOUR_SQRT_MIN) {
241 * x >= DBL_EPSILON/128 >= FOUR_SQRT_MIN
243 * x >= DBL_EPSILON^2 >= FOUR_SQRT_MIN
H A Dcatrigf.c63 FOUR_SQRT_MIN = 0x1p-61, variable
120 if (y < FOUR_SQRT_MIN) {
H A Dcatrigl.c67 FOUR_SQRT_MIN = 0x1p-8189L, variable
139 if (y < FOUR_SQRT_MIN) {

Completed in 96 milliseconds