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