Searched refs:SQRT_3_EPSILON (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/lib/msun/src/
H A Dcatrigl.c81 SQRT_3_EPSILON = 5.70316273435758915310e-10, /* 0x9cc470a0490973e8.0p-94 */ variable
87 SQRT_3_EPSILON = 2.40370335797945490975336727199878124e-17, /* 0x1bb67ae8584caa73b25742d7078b8.0p-168 */ variable
390 if (ax < SQRT_3_EPSILON / 2 && ay < SQRT_3_EPSILON / 2) {
H A Dcatrig.c56 SQRT_3_EPSILON = 2.5809568279517849e-8, /* 0x1bb67ae8584caa.0p-78 */ variable
611 if (ax < SQRT_3_EPSILON / 2 && ay < SQRT_3_EPSILON / 2) {
H A Dcatrigf.c69 SQRT_3_EPSILON = 5.9801995673e-4, /* 0x9cc471.0p-34 */ variable
369 if (ax < SQRT_3_EPSILON / 2 && ay < SQRT_3_EPSILON / 2) {

Completed in 55 milliseconds