Searched refs:this_max (Results 1 – 2 of 2) sorted by relevance
154 this_min, this_max = expectations[bench_platform_key]155 if this_bench_value < this_min or this_bench_value > this_max:157 bench_platform_key, this_bench_value, this_min, this_max)
589 APInt this_max = getUnsignedMax().zext(getBitWidth() * 2); in multiply() local594 this_max * Other_max + 1); in multiply()