Home
last modified time | relevance | path

Searched refs:lastRemovedBit (Results 1 – 2 of 2) sorted by relevance

/picolibc-latest/newlib/libc/tinystdio/
Datof_ryu.c152 uint32_t lastRemovedBit = (m2 >> (shift - 1)) & 1; in __atof_engine() local
153 bool roundUp = (lastRemovedBit != 0) && (!trailingZeros || (((m2 >> shift) & 1) != 0)); in __atof_engine()
Datod_ryu.c155 uint64_t lastRemovedBit = (m2 >> (shift - 1)) & 1; in __atod_engine() local
156 bool roundUp = (lastRemovedBit != 0) && (!trailingZeros || (((m2 >> shift) & 1) != 0)); in __atod_engine()