HomeSort by: relevance | last modified time | path
    Searched defs:inex (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/gdtoa/
gdtoa.c 162 int bbits, b2, b5, be0, dig, i, ieps, ilim = 0, ilim0, ilim1 = 0, inex; local in function:gdtoa
177 inex = 0;
413 inex = STRTOG_Inexlo;
438 inex = STRTOG_Inexlo;
482 inex = STRTOG_Inexlo;
493 inex = STRTOG_Inexhi;
503 inex = STRTOG_Inexlo;
633 inex = STRTOG_Inexlo;
637 inex = STRTOG_Inexhi;
681 inex = STRTOG_Inexlo
    [all...]
strtodg.c 186 ULong carry, inex, lostbits; local in function:rvOK
233 inex = lostbits = 0;
236 inex = STRTOG_Inexlo;
239 inex = STRTOG_Inexhi;
260 b->wds = inex = 0;
276 inex = STRTOG_Inexhi | STRTOG_Underflow;
279 inex = STRTOG_Inexlo | STRTOG_Underflow;
288 b->wds = inex = 0;
292 *irv |= inex;
333 int dsign, e, e1, e2, emin, esign, finished, i, inex, irv local in function:strtodg
    [all...]

Completed in 12 milliseconds