Searched refs:lastRemovedBit (Results 1 – 2 of 2) sorted by relevance
152 uint32_t lastRemovedBit = (m2 >> (shift - 1)) & 1; in __atof_engine() local153 bool roundUp = (lastRemovedBit != 0) && (!trailingZeros || (((m2 >> shift) & 1) != 0)); in __atof_engine()
155 uint64_t lastRemovedBit = (m2 >> (shift - 1)) & 1; in __atod_engine() local156 bool roundUp = (lastRemovedBit != 0) && (!trailingZeros || (((m2 >> shift) & 1) != 0)); in __atod_engine()