Lines Matching refs:NXT
80 #define NXT 32
168 #define MEXP (NXT*16384.0L)
170 #define MNEXP (-NXT*(16384.0L+64.0L))
350 w /= NXT;
357 * and small part yb less than 1/NXT
375 w = (Ga + Ha) * NXT;
388 Hb -= 1.0/NXT; /*0.0625L;*/
391 /* Now the product y * log2(x) = Hb + e/NXT.
398 /* Express e/NXT as an integer plus a negative number of (1/NXT)ths.
405 i = e/NXT + i;
406 e = NXT*i - e;
418 /* Find a multiple of 1/NXT that is within 1/NXT of x. */
423 t = x * NXT;
425 t = t / NXT;