Home
last modified time | relevance | path

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

/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
Dstrtodg.c178 (d, fpi, exp, bits, exact, rd, irv) in rvOK() argument
179 U *d; FPI *fpi; Long *exp; ULong *bits; int exact, rd, *irv; in rvOK()
181 (U *d, FPI *fpi, Long *exp, ULong *bits, int exact, int rd, int *irv)
191 *irv = STRTOG_NoMemory;
247 *irv = STRTOG_NoMemory;
263 *irv = STRTOG_NoMemory;
272 *irv = STRTOG_Underflow | STRTOG_Inexlo;
283 *irv = STRTOG_Denormal;
287 *irv = STRTOG_NoMemory;
298 *irv = STRTOG_Infinite | STRTOG_Overflow | STRTOG_Inexhi;
[all …]
Dgethex.c48 int big, esign, havedig, irv, j, k, n, n0, nbits, up, zret; local
269 irv = STRTOG_Normal;
271 irv = STRTOG_Denormal;
337 if (irv == STRTOG_Denormal) {
340 irv = STRTOG_Normal;
349 irv |= STRTOG_Inexhi;
352 irv |= STRTOG_Inexlo;
356 return irv;