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

  /bionic/libm/upstream-freebsd/lib/msun/src/
catrig.c 55 SQRT_6_EPSILON = 3.6500241499888571e-8, /* 0x13988e1409212e.0p-77 */
320 if (ax < SQRT_6_EPSILON / 4 && ay < SQRT_6_EPSILON / 4)
405 if (ax < SQRT_6_EPSILON / 4 && ay < SQRT_6_EPSILON / 4)
catrigf.c 68 SQRT_6_EPSILON = 8.4572793338e-4, /* 0xddb3d7.0p-34 */
181 if (ax < SQRT_6_EPSILON / 4 && ay < SQRT_6_EPSILON / 4)
239 if (ax < SQRT_6_EPSILON / 4 && ay < SQRT_6_EPSILON / 4)

Completed in 199 milliseconds