Searched refs:this_min (Results 1 – 3 of 3) sorted by relevance
/external/skia/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/lib/Support/ |
D | ConstantRange.cpp | 556 APInt this_min = getUnsignedMin().zext(getBitWidth() * 2); in multiply() local 561 ConstantRange Result_zext = ConstantRange(this_min * Other_min, in multiply()
|