Home
last modified time | relevance | path

Searched refs:this_max (Results 1 – 5 of 5) sorted by relevance

/external/skia/bench/
Dcheck_bench_regressions.py164 this_min, this_max, this_expected = expectations[bench_platform_key]
165 if this_bench_value < this_min or this_bench_value > this_max:
168 bench_platform_key, this_min, this_max, this_bench_value,
/external/skqp/bench/
Dcheck_bench_regressions.py160 this_min, this_max, this_expected = expectations[bench_platform_key]
161 if this_bench_value < this_min or this_bench_value > this_max:
164 bench_platform_key, this_min, this_max, this_bench_value,
/external/llvm/lib/IR/
DConstantRange.cpp708 APInt this_max = getUnsignedMax().zext(getBitWidth() * 2); in multiply() local
713 this_max * Other_max + 1); in multiply()
730 this_max = getSignedMax().sext(getBitWidth() * 2); in multiply()
735 this_max * Other_min, this_max * Other_max}; in multiply()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstantRange.cpp951 APInt this_max = getUnsignedMax().zext(getBitWidth() * 2); in multiply() local
956 this_max * Other_max + 1); in multiply()
974 this_max = getSignedMax().sext(getBitWidth() * 2); in multiply()
979 this_max * Other_min, this_max * Other_max}; in multiply()
1356 APInt this_max = getSignedMax().sext(getBitWidth() * 2); in smul_sat() local
1360 auto L = {this_min * Other_min, this_min * Other_max, this_max * Other_min, in smul_sat()
1361 this_max * Other_max}; in smul_sat()
/external/llvm-project/llvm/lib/IR/
DConstantRange.cpp1017 APInt this_max = getUnsignedMax().zext(getBitWidth() * 2); in multiply() local
1022 this_max * Other_max + 1); in multiply()
1040 this_max = getSignedMax().sext(getBitWidth() * 2); in multiply()
1045 this_max * Other_min, this_max * Other_max}; in multiply()
1458 APInt this_max = getSignedMax().sext(getBitWidth() * 2); in smul_sat() local
1462 auto L = {this_min * Other_min, this_min * Other_max, this_max * Other_min, in smul_sat()
1463 this_max * Other_max}; in smul_sat()