HomeSort by: relevance | last modified time | path
    Searched refs:STRTOG_Inexhi (Results 1 - 6 of 6) sorted by relevancy

  /src/lib/libc/gdtoa/
strtodg.c 239 inex = STRTOG_Inexhi;
276 inex = STRTOG_Inexhi | STRTOG_Underflow;
284 *irv = STRTOG_Infinite | STRTOG_Overflow | STRTOG_Inexhi;
792 inex = STRTOG_Inexhi;
806 irv |= STRTOG_Inexhi;
825 irv |= dsign ? STRTOG_Inexlo : STRTOG_Inexhi;
834 : STRTOG_Normal | STRTOG_Inexhi;
854 irv = STRTOG_Normal | STRTOG_Inexhi;
865 irv = STRTOG_Normal | STRTOG_Inexhi;
877 irv = STRTOG_Normal | STRTOG_Inexhi;
    [all...]
strtoIg.c 79 rv1 |= STRTOG_Inexhi | STRTOG_Denormal;
85 rv1 = STRTOG_Infinite | STRTOG_Inexhi;
gdtoa.c 493 inex = STRTOG_Inexhi;
637 inex = STRTOG_Inexhi;
685 inex = STRTOG_Inexhi;
716 inex = STRTOG_Inexhi;
731 inex = STRTOG_Inexhi;
743 inex = STRTOG_Inexhi;
746 inex = STRTOG_Inexhi;
799 inex = STRTOG_Inexhi;
gethex.c 250 return STRTOG_Infinite | STRTOG_Overflow | STRTOG_Inexhi;
276 return STRTOG_Denormal | STRTOG_Inexhi
330 irv |= STRTOG_Inexhi;
gdtoa.h 86 STRTOG_Neg = 0x08, /* does not affect STRTOG_Inexlo or STRTOG_Inexhi */
88 STRTOG_Inexhi = 0x20, /* returned result rounded away from zero */
strtodI.c 121 case STRTOG_Inexhi:

Completed in 12 milliseconds