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

  /src/lib/libc/gdtoa/
strtoIg.c 70 if ((rv & STRTOG_Retmask) == STRTOG_Zero) {
74 rv1 += STRTOG_Normal - STRTOG_Zero;
78 rv1 &= STRTOG_Inexlo | STRTOG_Underflow | STRTOG_Zero;
107 rv1 = STRTOG_Zero | STRTOG_Inexlo;
115 rv1 += STRTOG_Zero - STRTOG_Normal;
strtopf.c 59 case STRTOG_Zero:
ldtoa.c 86 kind = STRTOG_Zero;
strtodnrp.c 64 case STRTOG_Zero:
strtof.c 66 case STRTOG_Zero:
strtof_vaxf.c 62 case STRTOG_Zero:
strtopQ.c 73 case STRTOG_Zero:
strtopx.c 75 case STRTOG_Zero:
strtopxL.c 71 case STRTOG_Zero:
strtord.c 45 case STRTOG_Zero:
strtorf.c 45 case STRTOG_Zero:
strtorQ.c 63 case STRTOG_Zero:
strtorx.c 65 case STRTOG_Zero:
strtorxL.c 61 case STRTOG_Zero:
gethex.c 138 return STRTOG_Zero;
285 return STRTOG_Zero | STRTOG_Inexlo | STRTOG_Underflow;
gdtoa.h 75 STRTOG_Zero = 0,
strtodI.c 76 case STRTOG_Zero:
strtopdd.c 68 case STRTOG_Zero:
strtordd.c 47 case STRTOG_Zero:
strtodg.c 349 irv = STRTOG_Zero;
1099 (rvb->wds > 0 ? STRTOG_Denormal : STRTOG_Zero);
gdtoa.c 182 case STRTOG_Zero:
strtod.c 177 case STRTOG_Zero:

Completed in 18 milliseconds