HomeSort by: relevance | last modified time | path
    Searched refs:SQRT_6_EPSILON (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libm/complex/
catrig.c 67 SQRT_6_EPSILON = 3.6500241499888571e-8, /* 0x13988e1409212e.0p-77 */
343 if (ax < SQRT_6_EPSILON / 4 && ay < SQRT_6_EPSILON / 4)
428 if (ax < SQRT_6_EPSILON / 4 && ay < SQRT_6_EPSILON / 4)
catrigf.c 81 SQRT_6_EPSILON = 8.4572793338e-4, /* 0xddb3d7.0p-34 */
194 if (ax < SQRT_6_EPSILON / 4 && ay < SQRT_6_EPSILON / 4)
252 if (ax < SQRT_6_EPSILON / 4 && ay < SQRT_6_EPSILON / 4)
catrigl.c 116 SQRT_6_EPSILON = 3.39934988877629587239082586223300391e-17L; /* 0x13988e1409212e7d0321914321a55.0p-167 */
225 if (ax < SQRT_6_EPSILON/4 && ay < SQRT_6_EPSILON/4)
281 if (ax < SQRT_6_EPSILON/4 && ay < SQRT_6_EPSILON/4)

Completed in 15 milliseconds