HomeSort by relevance Sort by last modified time
    Searched refs:ERR_RATIO (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/bench/
gen_bench_expectations.py 19 ERR_RATIO = 0.08 # Further widens the range by the ratio of average value.
61 return [minimum - diff*RANGE_RATIO_LOWER - avg*ERR_RATIO - ERR_LB,
62 maximum + diff*RANGE_RATIO_UPPER + avg*ERR_RATIO + ERR_UB]
  /external/skia/bench/
gen_bench_expectations.py 19 ERR_RATIO = 0.08 # Further widens the range by the ratio of average value.
61 return [minimum - diff*RANGE_RATIO_LOWER - avg*ERR_RATIO - ERR_LB,
62 maximum + diff*RANGE_RATIO_UPPER + avg*ERR_RATIO + ERR_UB]

Completed in 266 milliseconds