Home
last modified time | relevance | path

Searched refs:STRTOG_Zero (Results 1 – 22 of 22) sorted by relevance

/freebsd/contrib/gdtoa/
H A DstrtoIg.c64 if ((rv & STRTOG_Retmask) == STRTOG_Zero) {
68 rv1 += STRTOG_Normal - STRTOG_Zero;
72 rv1 &= STRTOG_Inexlo | STRTOG_Underflow | STRTOG_Zero;
101 rv1 = STRTOG_Zero | STRTOG_Inexlo;
109 rv1 += STRTOG_Zero - STRTOG_Normal;
H A Dstrtopf.c55 case STRTOG_Zero:
H A Dstrtodnrp.c56 case STRTOG_Zero:
H A Dstrtof.c57 case STRTOG_Zero:
H A DstrtopxL.c71 case STRTOG_Zero:
H A Dstrtorf.c43 case STRTOG_Zero:
H A DstrtopQ.c73 case STRTOG_Zero:
H A Dstrtord.c43 case STRTOG_Zero:
H A Dstrtopx.c75 case STRTOG_Zero:
H A DstrtorxL.c59 case STRTOG_Zero:
H A Dgethex.c154 return STRTOG_Zero;
297 return STRTOG_Zero | STRTOG_Inexlo | STRTOG_Underflow;
H A DstrtorQ.c63 case STRTOG_Zero:
H A Dstrtorx.c65 case STRTOG_Zero:
H A Dgdtoa.h67 STRTOG_Zero = 0, enumerator
H A DstrtodI.c72 case STRTOG_Zero:
H A Dstrtopdd.c64 case STRTOG_Zero:
H A Dstrtordd.c45 case STRTOG_Zero:
H A Dprintf.c075 STRTOG_Zero = 0,
189 i = STRTOG_Zero;
257 i = STRTOG_Zero;
509 i = STRTOG_Zero;
541 if (b->kind == STRTOG_Zero)
1263 if (fpb.sign && (sign || fpb.kind != STRTOG_Zero))
H A Dstrtodg.c357 irv = STRTOG_Zero;
1047 (rvb->wds > 0 ? STRTOG_Denormal : STRTOG_Zero);
H A Dgdtoa.c174 case STRTOG_Zero:
H A Dstrtod.c188 case STRTOG_Zero:
/freebsd/lib/libc/gdtoa/
H A D_ldtoa.c87 kind = STRTOG_Zero; in __ldtoa()