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

/freebsd-11-stable/lib/msun/ld80/
H A De_powl.c128 #define NXT 32 macro
220 #define MEXP (NXT*16384.0L)
222 #define MNEXP (-NXT*(16384.0L+64.0L))
434 w = ldexpl( w, -LNXT ); /* divide by NXT */
441 * and small part yb less than 1/NXT
474 Hb -= (1.0L/NXT); /*0.0625L;*/
477 /* Now the product y * log2(x) = Hb + e/NXT.
484 /* Express e/NXT as an integer plus a negative number of (1/NXT)ths.
491 i = e/NXT
[all...]

Completed in 48 milliseconds