Home | History | Annotate | Download | only in complex

Lines Matching refs:FLT_EPSILON

79 RECIP_EPSILON =		1 / FLT_EPSILON,
115 if (y == 1 && x < FLT_EPSILON * FLT_EPSILON / 128) {
117 } else if (x >= FLT_EPSILON * fabsf(y - 1)) {
133 *sqrt_A2my2 = A * (2 / FLT_EPSILON);
134 *new_y = y * (2 / FLT_EPSILON);
143 if (y == 1 && x < FLT_EPSILON / 128) {
145 } else if (x >= FLT_EPSILON * fabsf(y - 1)) {
149 *sqrt_A2my2 = x * (4 / FLT_EPSILON / FLT_EPSILON) * y /
151 *new_y = y * (4 / FLT_EPSILON / FLT_EPSILON);
385 if (ax == 1 && ay < FLT_EPSILON)
392 else if (ay < FLT_EPSILON)