Searched refs:inex (Results 1 - 2 of 2) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/gdtoa/ |
H A D | gdtoa.c | 157 int bbits, b2, b5, be0, dig, i, ieps, ilim = 0, ilim0, ilim1 = 0, inex; local 171 inex = 0; 404 inex = STRTOG_Inexlo; 431 inex = STRTOG_Inexlo; 475 inex = STRTOG_Inexlo; 481 inex = STRTOG_Inexhi; 491 inex = STRTOG_Inexlo; 626 inex = STRTOG_Inexlo; 630 inex = STRTOG_Inexhi; 674 inex [all...] |
H A D | strtodg.c | 194 ULong carry, inex, lostbits; local 241 inex = lostbits = 0; 244 inex = STRTOG_Inexlo; 247 inex = STRTOG_Inexhi; 265 inex = b->wds = 0; 281 inex = STRTOG_Inexhi | STRTOG_Underflow; 284 inex = STRTOG_Inexlo | STRTOG_Underflow; 293 inex = b->wds = 0; 297 *irv |= inex; 340 int dsign, e, e1, e2, emin, esign, finished, i, inex, ir local [all...] |
Completed in 244 milliseconds