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

/external/skia/bench/
H A Dbench_graph_svg.py397 this_min, this_max = expectations[bench_platform_key]
398 if this_bench_value < this_min or this_bench_value > this_max:
409 bench_platform_key, this_bench_value, this_min, this_max,
/external/llvm/lib/Support/
H A DConstantRange.cpp589 APInt this_max = getUnsignedMax().zext(getBitWidth() * 2); local
594 this_max * Other_max + 1);

Completed in 71 milliseconds