Searched refs:this_min (Results 1 – 5 of 5) sorted by relevance
/external/skia/bench/ |
D | check_bench_regressions.py | 164 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/ |
D | check_bench_regressions.py | 160 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/ |
D | ConstantRange.cpp | 707 APInt this_min = getUnsignedMin().zext(getBitWidth() * 2); in multiply() local 712 ConstantRange Result_zext = ConstantRange(this_min * Other_min, in multiply() 729 this_min = getSignedMin().sext(getBitWidth() * 2); in multiply() 734 auto L = {this_min * Other_min, this_min * Other_max, in multiply()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | ConstantRange.cpp | 950 APInt this_min = getUnsignedMin().zext(getBitWidth() * 2); in multiply() local 955 ConstantRange Result_zext = ConstantRange(this_min * Other_min, in multiply() 973 this_min = getSignedMin().sext(getBitWidth() * 2); in multiply() 978 auto L = {this_min * Other_min, this_min * Other_max, in multiply() 1355 APInt this_min = getSignedMin().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()
|
/external/llvm-project/llvm/lib/IR/ |
D | ConstantRange.cpp | 1016 APInt this_min = getUnsignedMin().zext(getBitWidth() * 2); in multiply() local 1021 ConstantRange Result_zext = ConstantRange(this_min * Other_min, in multiply() 1039 this_min = getSignedMin().sext(getBitWidth() * 2); in multiply() 1044 auto L = {this_min * Other_min, this_min * Other_max, in multiply() 1457 APInt this_min = getSignedMin().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()
|