Home | History | Annotate | Download | only in src

Lines Matching refs:LDBL_EPSILON

70 RECIP_EPSILON =		1 / LDBL_EPSILON,
123 if (y == 1 && x < LDBL_EPSILON * LDBL_EPSILON / 128) {
125 } else if (x >= LDBL_EPSILON * fabsl(y - 1)) {
141 *sqrt_A2my2 = A * (2 / LDBL_EPSILON);
142 *new_y = y * (2 / LDBL_EPSILON);
151 if (y == 1 && x < LDBL_EPSILON / 128) {
153 } else if (x >= LDBL_EPSILON * fabsl(y - 1)) {
157 *sqrt_A2my2 = x * (4 / LDBL_EPSILON / LDBL_EPSILON) * y /
159 *new_y = y * (4 / LDBL_EPSILON / LDBL_EPSILON);
395 if (ax == 1 && ay < LDBL_EPSILON)
402 else if (ay < LDBL_EPSILON)