Searched refs:this_max (Results 1 – 5 of 5) 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/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 | 708 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-7.0/llvm/lib/IR/ |
D | ConstantRange.cpp | 831 APInt this_max = getUnsignedMax().zext(getBitWidth() * 2); in multiply() local 836 this_max * Other_max + 1); in multiply() 854 this_max = getSignedMax().sext(getBitWidth() * 2); in multiply() 859 this_max * Other_min, this_max * Other_max}; in multiply()
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | ConstantRange.cpp | 557 APInt this_max = getUnsignedMax().zext(getBitWidth() * 2); in multiply() local 562 this_max * Other_max + 1); in multiply()
|