Home
last modified time | relevance | path

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

/bionic/libm/upstream-freebsd/lib/msun/src/
Dcatrig.c55 RECIP_EPSILON = 1 / DBL_EPSILON, variable
306 if (ax > RECIP_EPSILON || ay > RECIP_EPSILON) { in casinh()
390 if (ax > RECIP_EPSILON || ay > RECIP_EPSILON) { in cacos()
607 if (ax > RECIP_EPSILON || ay > RECIP_EPSILON) in catanh()
Dcatrigf.c68 RECIP_EPSILON = 1 / FLT_EPSILON, variable
169 if (ax > RECIP_EPSILON || ay > RECIP_EPSILON) { in casinhf()
227 if (ax > RECIP_EPSILON || ay > RECIP_EPSILON) { in cacosf()
365 if (ax > RECIP_EPSILON || ay > RECIP_EPSILON) in catanhf()
Dcatrigl.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()