Home | History | Annotate | Download | only in src

Lines Matching refs:RECIP_EPSILON

53 RECIP_EPSILON =		1 / DBL_EPSILON,
144 * x and y are assumed positive or zero, and less than RECIP_EPSILON.
250 * y < RECIP_EPSILON. So the following
304 if (ax > RECIP_EPSILON || ay > RECIP_EPSILON) {
388 if (ax > RECIP_EPSILON || ay > RECIP_EPSILON) {
452 * Optimized version of clog() for |z| finite and larger than ~RECIP_EPSILON.
517 * RECIP_EPSILON. We avoid unwarranted underflow. It is important to not use
600 if (ax > RECIP_EPSILON || ay > RECIP_EPSILON)