Home
last modified time | relevance | path

Searched defs:Tolerance (Results 1 – 3 of 3) sorted by relevance

/third_party/protobuf/src/google/protobuf/util/
Dfield_comparator.h163 struct Tolerance { struct
166 Tolerance() : fraction(0.0), margin(0.0) {} in Tolerance() function
167 Tolerance(double f, double m) : fraction(f), margin(m) {} in Tolerance() function
/third_party/vk-gl-cts/external/amber/src/src/
Dcommand.h335 struct Tolerance { struct
336 Tolerance(bool percent, double val) : is_percent(percent), value(val) {} in Tolerance() function
347 void SetTolerances(const std::vector<Tolerance>& t) { tolerances_ = t; } in SetTolerances() argument
/third_party/vk-gl-cts/external/amber/src/docs/
Dvk_script.md261 ### Tolerance subsection