Searched refs:STRTOG_Inexlo (Results 1 – 4 of 4) sorted by relevance
413 inex = STRTOG_Inexlo;438 inex = STRTOG_Inexlo;482 inex = STRTOG_Inexlo;503 inex = STRTOG_Inexlo;638 inex = STRTOG_Inexlo;686 inex = STRTOG_Inexlo;703 inex = STRTOG_Inexlo;739 inex = STRTOG_Inexlo;816 inex = STRTOG_Inexlo;
240 return STRTOG_Inexlo; in decrement()343 inex = STRTOG_Inexlo; in rvOK()370 *irv = STRTOG_Underflow | STRTOG_Inexlo; in rvOK()395 inex = STRTOG_Inexlo | STRTOG_Underflow; in rvOK()799 irv = STRTOG_Underflow | STRTOG_Inexlo; in _strtodg_l()915 irv |= STRTOG_Inexlo; in _strtodg_l()931 irv |= dsign ? STRTOG_Inexlo : STRTOG_Inexhi; in _strtodg_l()939 ? STRTOG_Normal | STRTOG_Inexlo in _strtodg_l()947 irv = STRTOG_Normal | STRTOG_Inexlo; in _strtodg_l()964 irv = STRTOG_Normal | STRTOG_Inexlo; in _strtodg_l()[all …]
315 return STRTOG_Zero | STRTOG_Inexlo | STRTOG_Underflow; in gethex()365 irv |= STRTOG_Inexlo; in gethex()
77 STRTOG_Inexlo = 0x010, /* returned result rounded toward zero */ enumerator