Home | History | Annotate | Download | only in math

Lines Matching refs:FLT128_EPSILON

38   if (rx >= 1 / FLT128_EPSILON || ix >= 1 / FLT128_EPSILON)
57 else if (rx >= 0.5Q && ix < FLT128_EPSILON / 8)
67 else if (rx < FLT128_EPSILON / 8 && ix >= 1.5Q)
79 if (rx < FLT128_EPSILON * FLT128_EPSILON)
110 if (rx < FLT128_EPSILON / 8)
133 if (ix >= FLT128_EPSILON)
135 if (rx < FLT128_EPSILON * FLT128_EPSILON)