Home | History | Annotate | Download | only in src

Lines Matching defs:overflow

172     int overflow = static_cast<int>(number >> 53);
173 if (overflow != 0) {
174 // Overflow occurred. Need to determine which direction to round the
177 while (overflow > 1) {
179 overflow >>= 1;
211 // Rounding up may cause overflow.
400 // will not overflow the multiplier, we stop parsing the part
631 // Check overflow.