Home
last modified time | relevance | path

Searched refs:STRTOG_Inexhi (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/
Dstrtodg.c239 inex = STRTOG_Inexhi; in rvOK()
273 inex = STRTOG_Inexhi | STRTOG_Underflow; in rvOK()
281 *irv = STRTOG_Infinite | STRTOG_Overflow | STRTOG_Inexhi; in rvOK()
729 inex = STRTOG_Inexhi; in strtodg()
743 irv |= STRTOG_Inexhi; in strtodg()
762 irv |= dsign ? STRTOG_Inexlo : STRTOG_Inexhi; in strtodg()
771 : STRTOG_Normal | STRTOG_Inexhi; in strtodg()
791 irv = STRTOG_Normal | STRTOG_Inexhi; in strtodg()
802 irv = STRTOG_Normal | STRTOG_Inexhi; in strtodg()
814 irv = STRTOG_Normal | STRTOG_Inexhi; in strtodg()
[all …]
Dgdtoa.c493 inex = STRTOG_Inexhi; in gdtoa()
643 inex = STRTOG_Inexhi; in gdtoa()
691 inex = STRTOG_Inexhi; in gdtoa()
722 inex = STRTOG_Inexhi; in gdtoa()
733 inex = STRTOG_Inexhi; in gdtoa()
745 inex = STRTOG_Inexhi; in gdtoa()
748 inex = STRTOG_Inexhi; in gdtoa()
796 inex = STRTOG_Inexhi; in gdtoa()
Dgethex.c168 return STRTOG_Infinite | STRTOG_Overflow | STRTOG_Inexhi; in gethex()
190 return STRTOG_Denormal | STRTOG_Inexhi in gethex()
241 irv |= STRTOG_Inexhi; in gethex()
Dgdtoa.h82 STRTOG_Inexhi = 0x20, enumerator