reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2387 HiOverflow = LoOverflow = ProdOV; 2388 if (!HiOverflow) { 2391 HiOverflow = addWithOverflow(HiBound, LoBound, RangeSize, false); 2400 HiOverflow = LoOverflow = ProdOV; 2401 if (!HiOverflow) 2402 HiOverflow = addWithOverflow(HiBound, Prod, RangeSize, true); 2406 LoOverflow = HiOverflow = ProdOV ? -1 : 0; 2420 HiOverflow = 1; // [INTMIN+1, overflow) 2426 HiOverflow = LoOverflow = ProdOV ? -1 : 0; 2431 LoOverflow = HiOverflow = ProdOV; 2432 if (!HiOverflow) 2433 HiOverflow = subWithOverflow(HiBound, Prod, RangeSize, true); 2444 if (LoOverflow && HiOverflow) 2446 if (HiOverflow) 2457 if (LoOverflow && HiOverflow) 2459 if (HiOverflow) 2479 if (HiOverflow == +1) // High bound greater than input range. 2481 if (HiOverflow == -1) // High bound less than input range.