HomeSort by relevance Sort by last modified time
    Searched refs:RECIP_EPSILON (Results 1 - 2 of 2) sorted by null

  /bionic/libm/upstream-freebsd/lib/msun/src/
catrig.c 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
    [all...]
catrigf.c 66 RECIP_EPSILON = 1 / FLT_EPSILON,
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 51 milliseconds