Home
last modified time | relevance | path

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

/bionic/libm/upstream-freebsd/lib/msun/bsdsrc/
Db_tgamma.c94 #define LEFT -.3955078125 /* left boundary for rat. approx */ macro
141 } else if (x >= 1.0 + LEFT + x0)
194 if (y <= 1.0 + (LEFT + x0)) {
204 for (ym1 = y-one; ym1 > LEFT + x0; y = ym1--, yy.a--) {
226 if (x < x0 + LEFT) {