Searched refs:STRTOG_Inexhi (Results 1 - 7 of 7) sorted by relevance

/barrelfish-master/lib/gdtoa/
H A DstrtoIg.c73 rv1 |= STRTOG_Inexhi | STRTOG_Denormal;
79 rv1 = STRTOG_Infinite | STRTOG_Inexhi;
H A Dstrtodg.c236 inex = STRTOG_Inexhi;
269 inex = STRTOG_Inexhi | STRTOG_Underflow;
277 *irv = STRTOG_Infinite | STRTOG_Overflow | STRTOG_Inexhi;
768 inex = STRTOG_Inexhi;
780 irv |= STRTOG_Inexhi;
797 irv |= dsign ? STRTOG_Inexlo : STRTOG_Inexhi;
806 : STRTOG_Normal | STRTOG_Inexhi;
824 irv = STRTOG_Normal | STRTOG_Inexhi;
835 irv = STRTOG_Normal | STRTOG_Inexhi;
845 irv = STRTOG_Normal | STRTOG_Inexhi;
[all...]
H A Dgdtoa.c481 inex = STRTOG_Inexhi;
599 inex = STRTOG_Inexhi;
638 inex = STRTOG_Inexhi;
665 inex = STRTOG_Inexhi;
678 inex = STRTOG_Inexhi;
690 inex = STRTOG_Inexhi;
693 inex = STRTOG_Inexhi;
733 inex = STRTOG_Inexhi;
H A Dgethex.c262 return STRTOG_Infinite | STRTOG_Overflow | STRTOG_Inexhi;
288 return STRTOG_Denormal | STRTOG_Inexhi
342 irv |= STRTOG_Inexhi;
H A Dgdtoa.h78 STRTOG_Neg = 0x08, /* does not affect STRTOG_Inexlo or STRTOG_Inexhi */
80 STRTOG_Inexhi = 0x20, /* returned result rounded away from zero */ enumerator in enum:__anon923
H A DstrtodI.c117 case STRTOG_Inexhi:
/barrelfish-master/include/
H A Dgdtoa.h78 STRTOG_Neg = 0x08, /* does not affect STRTOG_Inexlo or STRTOG_Inexhi */
80 STRTOG_Inexhi = 0x20, /* returned result rounded away from zero */ enumerator in enum:__anon79

Completed in 35 milliseconds