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.c92 #define LEFT -.3955078125 /* left boundary for rat. approx */ macro
139 } else if (x >= 1.0 + LEFT + x0)
192 if (y <= 1.0 + (LEFT + x0)) {
202 for (ym1 = y-one; ym1 > LEFT + x0; y = ym1--, yy.a--) {
224 if (x < x0 + LEFT) {