Searched refs:STRTOG_Inexlo (Results 1 – 3 of 3) sorted by relevance
239 return STRTOG_Inexlo; in decrement()342 inex = STRTOG_Inexlo; in rvOK()369 *irv = STRTOG_Underflow | STRTOG_Inexlo; in rvOK()394 inex = STRTOG_Inexlo | STRTOG_Underflow; in rvOK()798 irv = STRTOG_Underflow | STRTOG_Inexlo; in _strtodg_l()914 irv |= STRTOG_Inexlo; in _strtodg_l()930 irv |= dsign ? STRTOG_Inexlo : STRTOG_Inexhi; in _strtodg_l()938 ? STRTOG_Normal | STRTOG_Inexlo in _strtodg_l()946 irv = STRTOG_Normal | STRTOG_Inexlo; in _strtodg_l()963 irv = STRTOG_Normal | STRTOG_Inexlo; in _strtodg_l()[all …]
314 return STRTOG_Zero | STRTOG_Inexlo | STRTOG_Underflow; in gethex()364 irv |= STRTOG_Inexlo; in gethex()
77 STRTOG_Inexlo = 0x010, /* returned result rounded toward zero */ enumerator