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

/freebsd-9.3-release/contrib/gdtoa/
H A Dgdtoa.c156 int bbits, b2, b5, be0, dig, i, ieps, ilim, ilim0, ilim1, inex; local
171 inex = 0;
401 inex = STRTOG_Inexlo;
426 inex = STRTOG_Inexlo;
470 inex = STRTOG_Inexlo;
481 inex = STRTOG_Inexhi;
491 inex = STRTOG_Inexlo;
595 inex = STRTOG_Inexlo;
599 inex = STRTOG_Inexhi;
634 inex
[all...]
H A Dstrtodg.c181 ULong carry, inex, lostbits; local
230 inex = lostbits = 0;
233 inex = STRTOG_Inexlo;
236 inex = STRTOG_Inexhi;
254 b->wds = inex = 0;
269 inex = STRTOG_Inexhi | STRTOG_Underflow;
272 inex = STRTOG_Inexlo | STRTOG_Underflow;
281 b->wds = inex = 0;
285 *irv |= inex;
326 int dsign, e, e1, e2, emin, esign, finished, i, inex, ir local
[all...]

Completed in 36 milliseconds