Home
last modified time | relevance | path

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

/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
Dgdtoa.c158 int bbits, b2, b5, be0, dig, i, ieps, ilim, ilim0, ilim1, inex; local
173 inex = 0;
407 inex = STRTOG_Inexlo;
432 inex = STRTOG_Inexlo;
476 inex = STRTOG_Inexlo;
487 inex = STRTOG_Inexhi;
497 inex = STRTOG_Inexlo;
632 inex = STRTOG_Inexlo;
636 inex = STRTOG_Inexhi;
680 inex = STRTOG_Inexlo;
[all …]
Dstrtodg.c185 ULong carry, inex, lostbits; local
238 inex = lostbits = 0;
241 inex = STRTOG_Inexlo;
244 inex = STRTOG_Inexhi;
271 b->wds = inex = 0;
290 inex = STRTOG_Inexhi | STRTOG_Underflow;
293 inex = STRTOG_Inexlo | STRTOG_Underflow;
302 b->wds = inex = 0;
306 *irv |= inex;
347 int dsign, e, e1, e2, emin, esign, finished, i, inex, irv; local
[all …]