Home
last modified time | relevance | path

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

/picolibc-3.7.0-3.6.0/newlib/libc/stdlib/
Dstrtodg.c370 *irv = STRTOG_Underflow | STRTOG_Inexlo; in rvOK()
389 inex = STRTOG_Inexhi | STRTOG_Underflow; in rvOK()
395 inex = STRTOG_Inexlo | STRTOG_Underflow; in rvOK()
799 irv = STRTOG_Underflow | STRTOG_Inexlo; in _strtodg_l()
1014 irv = STRTOG_Underflow | STRTOG_Inexlo; in _strtodg_l()
1182 irv = STRTOG_Underflow | STRTOG_Inexlo; in _strtodg_l()
1191 irv |= STRTOG_Underflow; in _strtodg_l()
Dgdtoa-gethex.c310 | STRTOG_Underflow; in gethex()
315 return STRTOG_Zero | STRTOG_Inexlo | STRTOG_Underflow; in gethex()
Dgdtoa.h80 STRTOG_Underflow= 0x040, enumerator