Home
last modified time | relevance | path

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

/picolibc-3.7.0-3.6.0/newlib/libc/tinystdio/
Datod_ryu.c147 uint64_t lastRemovedBit = (m2 >> (shift - 1)) & 1; in __atod_engine() local
148 bool roundUp = (lastRemovedBit != 0) && (!trailingZeros || (((m2 >> shift) & 1) != 0)); in __atod_engine()
Datof_ryu.c151 uint32_t lastRemovedBit = (m2 >> (shift - 1)) & 1; in __atof_engine() local
152 bool roundUp = (lastRemovedBit != 0) && (!trailingZeros || (((m2 >> shift) & 1) != 0)); in __atof_engine()