Home
last modified time | relevance | path

Searched refs:RECIP_EPSILON (Results 1 – 3 of 3) sorted by relevance

/freebsd-11-stable/lib/msun/src/
HDcatrigl.c70 RECIP_EPSILON = 1 / LDBL_EPSILON, variable
188 if (ax > RECIP_EPSILON || ay > RECIP_EPSILON) { in casinhl()
247 if (ax > RECIP_EPSILON || ay > RECIP_EPSILON) { in cacosl()
386 if (ax > RECIP_EPSILON || ay > RECIP_EPSILON) in catanhl()
HDcatrig.c53 RECIP_EPSILON = 1 / DBL_EPSILON, variable
304 if (ax > RECIP_EPSILON || ay > RECIP_EPSILON) { in casinh()
388 if (ax > RECIP_EPSILON || ay > RECIP_EPSILON) { in cacos()
605 if (ax > RECIP_EPSILON || ay > RECIP_EPSILON) in catanh()
HDcatrigf.c66 RECIP_EPSILON = 1 / FLT_EPSILON, variable
167 if (ax > RECIP_EPSILON || ay > RECIP_EPSILON) { in casinhf()
225 if (ax > RECIP_EPSILON || ay > RECIP_EPSILON) { in cacosf()
363 if (ax > RECIP_EPSILON || ay > RECIP_EPSILON) in catanhf()