Home
last modified time | relevance | path

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

/third_party/FreeBSD/contrib/gdtoa/
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 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

Completed in 3 milliseconds