Searched refs:DTOA_CARRY (Results 1 – 3 of 3) sorted by relevance
39 #define DTOA_CARRY 16 /* Carry was to most significant position. */ macro
246 flags |= DTOA_CARRY; in __ftoa_engine()
918 || (dtoa.digits[0] == '5' && !(dtoa.flags & DTOA_CARRY))) ) in vfprintf()929 dtoa.flags &= ~DTOA_CARRY; in vfprintf()942 if (exp < 0 || (exp == 0 && (dtoa.flags & DTOA_CARRY) != 0)) { in vfprintf()