OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:abs_error_g
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/cc/test/
pixel_comparator.cc
123
int
abs_error_g
= std::abs(error_g);
local
129
abs_error_g
<= small_error_threshold_ &&
136
max_abs_error_g = std::max(max_abs_error_g,
abs_error_g
);
142
sum_abs_error_g +=
abs_error_g
;
Completed in 22 milliseconds