Searched refs:x0 (Results 1 - 4 of 4) sorted by relevance

/ast/src/lib/libast/uwin/
H A Dgamma.c64 * approximation centered at the minimum (x0+1) to
98 #define x0 .461632144968362356785 /* xmin - 1 */ macro
157 } else if (x >= 1.0 + LEFT + x0)
215 if (y <= 1.0 + (LEFT + x0)) {
216 yy = ratfun_gam(y - x0, 0);
225 for (ym1 = y-one; ym1 > LEFT + x0; y = ym1--, yy.a--) {
233 yy = ratfun_gam(y - x0, 0);
239 * Good on (0, 1+x0+LEFT]. Accurate to 1ulp.
247 if (x < x0 + LEFT) {
253 t = (one-x0);
[all...]
H A Dlgamma.c100 #define LEFT (1.0 - (x0 + .25))
101 #define RIGHT (x0 - .218)
105 #define x0 0.461632144968362356785 macro
217 t = y - x0;
221 t = y +(1.0-x0);
/ast/src/lib/libast/comp/
H A Dfmtmsg.h62 #define MM_NOSEV 0x0 /* no severity */
/ast/src/lib/libtk/generic/
H A DtkOption.c71 #define EXACT_LEAF_NAME 0x0

Completed in 17 milliseconds