Searched refs:Leftover (Results 1 – 2 of 2) sorted by relevance
394 unsigned Leftover = Range % uint32_t(IncValue); in handleFloatingPointIV() local400 Leftover != 0) in handleFloatingPointIV()405 if (Leftover != 0 && int32_t(ExitValue+IncValue) < ExitValue) in handleFloatingPointIV()420 unsigned Leftover = Range % uint32_t(-IncValue); in handleFloatingPointIV() local426 Leftover != 0) in handleFloatingPointIV()431 if (Leftover != 0 && int32_t(ExitValue+IncValue) > ExitValue) in handleFloatingPointIV()
741 @ from xh to xl. Leftover bits are in r3-r6-lr for rounding.