Searched refs:Tolerance (Results 1 – 11 of 11) sorted by relevance
/third_party/protobuf/src/google/protobuf/util/ |
D | field_comparator.h | 163 struct Tolerance { struct 166 Tolerance() : fraction(0.0), margin(0.0) {} in Tolerance() argument 167 Tolerance(double f, double m) : fraction(f), margin(m) {} in Tolerance() argument 171 typedef std::map<const FieldDescriptor*, Tolerance> ToleranceMap; 245 Tolerance default_tolerance_;
|
D | field_comparator.cc | 140 default_tolerance_ = Tolerance(fraction, margin); in SetDefaultFractionAndMargin() 151 map_tolerance_[field] = Tolerance(fraction, margin); in SetFractionAndMargin() 187 Tolerance* tolerance = FindOrNull(map_tolerance_, &field); in CompareDoubleOrFloat()
|
/third_party/vk-gl-cts/external/amber/src/src/ |
D | command.h | 335 struct Tolerance { struct 336 Tolerance(bool percent, double val) : is_percent(percent), value(val) {} in Tolerance() argument 347 void SetTolerances(const std::vector<Tolerance>& t) { tolerances_ = t; } in SetTolerances() argument 348 const std::vector<Tolerance>& GetTolerances() const { return tolerances_; } in GetTolerances() 355 std::vector<Tolerance> tolerances_;
|
D | verifier_test.cc | 1047 std::vector<Probe::Tolerance> tolerances; in TEST_F() 1084 std::vector<Probe::Tolerance> tolerances; in TEST_F() 1118 std::vector<Probe::Tolerance> tolerances; in TEST_F() 1155 std::vector<Probe::Tolerance> tolerances; in TEST_F() 1537 probe_ssbo.SetTolerances({ProbeCommand::Tolerance{false, 0.1}}); in TEST_F()
|
/third_party/vk-gl-cts/external/amber/src/src/vkscript/ |
D | command_parser.h | 83 const std::vector<Probe::Tolerance>& TolerancesForTesting() const { in TolerancesForTesting() 168 std::vector<Probe::Tolerance> current_tolerances_;
|
D | command_parser.cc | 827 current_tolerances_.push_back(Probe::Tolerance{true, value}); in ProcessTolerance() 830 current_tolerances_.push_back(Probe::Tolerance{false, value}); in ProcessTolerance()
|
/third_party/vk-gl-cts/external/amber/src/src/amberscript/ |
D | parser.h | 99 Result ParseTolerances(std::vector<Probe::Tolerance>* tolerances);
|
D | parser.cc | 3263 std::vector<Probe::Tolerance> tolerances; in ParseExpect() 3301 std::vector<Probe::Tolerance> tolerances; in ParseExpect() 3812 Result Parser::ParseTolerances(std::vector<Probe::Tolerance>* tolerances) { in ParseTolerances() 3826 tolerances->push_back(Probe::Tolerance{true, value}); in ParseTolerances() 3830 tolerances->push_back(Probe::Tolerance{false, value}); in ParseTolerances()
|
/third_party/node/deps/undici/src/ |
D | README.md | 26 | Tests | Samples | Result | Tolerance | Difference with slowest | 37 | Tests | Samples | Result | Tolerance | Difference with slowest |
|
/third_party/vk-gl-cts/external/amber/src/docs/ |
D | vk_script.md | 261 ### Tolerance subsection
|
/third_party/ffmpeg/doc/ |
D | protocols.texi | 1536 The value up to which the Reorder Tolerance may grow. When 1537 Reorder Tolerance is > 0, then packet loss report is delayed 1538 until that number of packets come in. Reorder Tolerance
|