Home
last modified time | relevance | path

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

/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
Dgdtoa.c487 inex = STRTOG_Inexhi;
636 inex = STRTOG_Inexhi;
684 inex = STRTOG_Inexhi;
715 inex = STRTOG_Inexhi;
730 inex = STRTOG_Inexhi;
742 inex = STRTOG_Inexhi;
745 inex = STRTOG_Inexhi;
798 inex = STRTOG_Inexhi;
Dstrtodg.c244 inex = STRTOG_Inexhi;
290 inex = STRTOG_Inexhi | STRTOG_Underflow;
298 *irv = STRTOG_Infinite | STRTOG_Overflow | STRTOG_Inexhi;
828 inex = STRTOG_Inexhi;
842 irv |= STRTOG_Inexhi;
861 irv |= dsign ? STRTOG_Inexlo : STRTOG_Inexhi;
870 : STRTOG_Normal | STRTOG_Inexhi;
890 irv = STRTOG_Normal | STRTOG_Inexhi;
901 irv = STRTOG_Normal | STRTOG_Inexhi;
913 irv = STRTOG_Normal | STRTOG_Inexhi;
[all …]
Dgethex.c267 return STRTOG_Infinite | STRTOG_Overflow | STRTOG_Inexhi;
293 return STRTOG_Denormal | STRTOG_Inexhi
349 irv |= STRTOG_Inexhi;
Dgdtoa.h80 STRTOG_Inexhi = 0x020, /* returned result rounded away from zero */ enumerator