Home
last modified time | relevance | path

Searched refs:STRTOG_Underflow (Results 1 – 3 of 3) sorted by relevance

/picolibc-latest/newlib/libc/stdlib/
Dstrtodg.c369 *irv = STRTOG_Underflow | STRTOG_Inexlo; in rvOK()
388 inex = STRTOG_Inexhi | STRTOG_Underflow; in rvOK()
394 inex = STRTOG_Inexlo | STRTOG_Underflow; in rvOK()
798 irv = STRTOG_Underflow | STRTOG_Inexlo; in _strtodg_l()
1013 irv = STRTOG_Underflow | STRTOG_Inexlo; in _strtodg_l()
1181 irv = STRTOG_Underflow | STRTOG_Inexlo; in _strtodg_l()
1190 irv |= STRTOG_Underflow; in _strtodg_l()
Dgdtoa-gethex.c309 | STRTOG_Underflow; in gethex()
314 return STRTOG_Zero | STRTOG_Inexlo | STRTOG_Underflow; in gethex()
Dgdtoa.h80 STRTOG_Underflow= 0x040, enumerator