Home
last modified time | relevance | path

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

/external/skia/bench/
Dcheck_bench_regressions.py154 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)
/external/llvm/lib/Support/
DConstantRange.cpp589 APInt this_max = getUnsignedMax().zext(getBitWidth() * 2); in multiply() local
594 this_max * Other_max + 1); in multiply()