Searched refs:RECIP_EPSILON (Results 1 - 2 of 2) sorted by relevance

/bionic/libm/upstream-freebsd/lib/msun/src/
H A Dcatrig.c53 RECIP_EPSILON = 1 / DBL_EPSILON, variable
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 || a
[all...]
H A Dcatrigf.c66 RECIP_EPSILON = 1 / FLT_EPSILON, variable
167 if (ax > RECIP_EPSILON || ay > RECIP_EPSILON) {
225 if (ax > RECIP_EPSILON || ay > RECIP_EPSILON) {
363 if (ax > RECIP_EPSILON || ay > RECIP_EPSILON)

Completed in 64 milliseconds