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

  /bionic/libm/upstream-freebsd/lib/msun/src/
catrig.c 54 SQRT_3_EPSILON = 2.5809568279517849e-8, /* 0x1bb67ae8584caa.0p-78 */
604 if (ax < SQRT_3_EPSILON / 2 && ay < SQRT_3_EPSILON / 2) {
catrigf.c 67 SQRT_3_EPSILON = 5.9801995673e-4, /* 0x9cc471.0p-34 */
367 if (ax < SQRT_3_EPSILON / 2 && ay < SQRT_3_EPSILON / 2) {

Completed in 106 milliseconds