Searched refs:irv (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/gdtoa/ |
H A D | strtodg.c | 174 (d, fpi, exp, bits, exact, rd, irv) in rvOK() argument 175 U *d; FPI *fpi; Long *exp; ULong *bits; int exact, rd, *irv; in rvOK() 177 (U *d, FPI *fpi, Long *exp, ULong *bits, int exact, int rd, int *irv) 255 *irv = STRTOG_Underflow | STRTOG_Inexlo; 266 *irv = STRTOG_Denormal; 277 *irv = STRTOG_Infinite | STRTOG_Overflow | STRTOG_Inexhi; 285 *irv |= inex; 326 int dsign, e, e1, e2, emin, esign, finished, i, inex, irv; local 357 irv = STRTOG_Zero; 372 irv = STRTOG_NoNumber; [all …]
|
H A D | gethex.c | 48 int big, esign, havedig, irv, j, k, n, n0, nbits, up, zret; local 264 irv = STRTOG_Normal; 266 irv = STRTOG_Denormal; 330 if (irv == STRTOG_Denormal) { 333 irv = STRTOG_Normal; 342 irv |= STRTOG_Inexhi; 345 irv |= STRTOG_Inexlo; 349 return irv;
|
/freebsd/share/i18n/esdb/ISO646/ |
H A D | ISO646.alias | 52 IRV:1983 irv 101 US iso_646.irv:1991
|
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
H A D | VEInstrVec.td | 201 defm irv : VSTmm<opcStr, opc, (ins simm7:$sy, I64:$sz, RC:$vx)>; 318 defm irv : VSCmm<opcStr, " $vx, "#argStr#", $sy, $sz", opc,
|