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

/bionic/libm/upstream-freebsd/lib/msun/src/
H A Dcatrig.c55 SQRT_6_EPSILON = 3.6500241499888571e-8, /* 0x13988e1409212e.0p-77 */ variable
320 if (ax < SQRT_6_EPSILON / 4 && ay < SQRT_6_EPSILON / 4)
405 if (ax < SQRT_6_EPSILON / 4 && ay < SQRT_6_EPSILON / 4)
H A Dcatrigf.c68 SQRT_6_EPSILON = 8.4572793338e-4, /* 0xddb3d7.0p-34 */ variable
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 28 milliseconds