/external/libchrome/ui/gfx/range/ |
D | range_f.h | 47 constexpr float length() const { return GetMax() - GetMin(); } in length() 53 constexpr float GetMin() const { return start() < end() ? start() : end(); } in GetMin() function 63 return GetMin() == other.GetMin() && GetMax() == other.GetMax(); in EqualsIgnoringDirection() 69 !(range.GetMax() < GetMin() || range.GetMin() >= GetMax()); in Intersects() 74 return IsValid() && range.IsValid() && GetMin() <= range.GetMin() && in Contains()
|
D | range.h | 73 constexpr uint32_t length() const { return GetMax() - GetMin(); } in length() 79 constexpr uint32_t GetMin() const { in GetMin() function 93 return GetMin() == other.GetMin() && GetMax() == other.GetMax(); in EqualsIgnoringDirection() 99 !(range.GetMax() < GetMin() || range.GetMin() >= GetMax()); in Intersects() 104 return IsValid() && range.IsValid() && GetMin() <= range.GetMin() && in Contains()
|
D | range_unittest.cc | 60 EXPECT_EQ(0U, r.GetMin()); in TYPED_TEST() 72 EXPECT_EQ(10U, r.GetMin()); in TYPED_TEST() 84 EXPECT_EQ(5U, r.GetMin()); in TYPED_TEST() 96 EXPECT_EQ(12U, r.GetMin()); in TYPED_TEST() 104 EXPECT_EQ(r.GetMax(), r.GetMin()); in TYPED_TEST() 167 EXPECT_EQ(1U, r.GetMin()); in TYPED_TEST() 178 EXPECT_EQ(5U, r.GetMin()); in TYPED_TEST() 196 EXPECT_EQ(21U, r.GetMin()); in TYPED_TEST()
|
D | range.cc | 17 uint32_t min = std::max(GetMin(), range.GetMin()); in Intersect()
|
D | range_f.cc | 18 float min = std::max(GetMin(), range.GetMin()); in Intersect()
|
/external/webrtc/rtc_base/numerics/ |
D | samples_stats_counter_unittest.cc | 62 EXPECT_DOUBLE_EQ(stats.GetMin(), 1.0); in TEST() 138 EXPECT_EQ(stats0.GetMin(), 0); in TEST_P() 152 EXPECT_DOUBLE_EQ(stats.GetMin(), 1.0); in TEST() 158 EXPECT_DOUBLE_EQ(multiplied_stats.GetMin(), 10.0); in TEST() 165 EXPECT_DOUBLE_EQ(stats.GetMin(), 1.0); in TEST() 174 EXPECT_DOUBLE_EQ(stats.GetMin(), 1.0); in TEST() 180 EXPECT_DOUBLE_EQ(multiplied_stats.GetMin(), 10.0); in TEST() 187 EXPECT_DOUBLE_EQ(stats.GetMin(), 1.0); in TEST() 199 EXPECT_DOUBLE_EQ(stats.GetMin(), 10.0); in TEST() 205 EXPECT_DOUBLE_EQ(divided_stats.GetMin(), 1.0); in TEST() [all …]
|
D | running_statistics_unittest.cc | 63 EXPECT_DOUBLE_EQ(*stats.GetMin(), 1.0); in TEST() 150 EXPECT_EQ(stats.GetMin(), 1); in TEST() 184 EXPECT_DOUBLE_EQ(*stats0.GetMin(), -1); in TEST_P()
|
D | samples_stats_counter.h | 51 double GetMin() const { in GetMin() function 53 return *stats_.GetMin(); in GetMin()
|
D | running_statistics.h | 109 absl::optional<T> GetMin() const { in GetMin() function
|
D | sample_stats.cc | 39 return GetMin(); in Min()
|
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_occur.cpp | 43 return max ? *max : GetMin(); in GetMax() 46 int32_t CXFA_Occur::GetMin() { in GetMin() function in CXFA_Occur 52 int32_t iMin = GetMin(); in GetOccurInfo() 64 int32_t iMin = GetMin(); in SetMax()
|
D | cxfa_occur.h | 25 int32_t GetMin();
|
/external/webp/src/enc/ |
D | predictor_enc.c | 28 static WEBP_INLINE int GetMin(int a, int b) { return (a > b) ? b : a; } in GetMin() function 310 const int max_y = GetMin(tile_size, height - start_y); in GetBestPredictorForTile() 311 const int max_x = GetMin(tile_size, width - start_x); in GetBestPredictorForTile() 686 const int all_x_max = GetMin(tile_x_offset + max_tile_size, xsize); in GetBestColorTransformForTile() 687 const int all_y_max = GetMin(tile_y_offset + max_tile_size, ysize); in GetBestColorTransformForTile() 708 const int xscan = GetMin(max_tile_size, xsize - tile_x); in CopyTileWithColorTransform() 709 int yscan = GetMin(max_tile_size, ysize - tile_y); in CopyTileWithColorTransform() 733 const int all_x_max = GetMin(tile_x_offset + max_tile_size, width); in VP8LColorSpaceTransform() 734 const int all_y_max = GetMin(tile_y_offset + max_tile_size, height); in VP8LColorSpaceTransform()
|
/external/webrtc/test/pc/e2e/analyzer/video/ |
D | default_video_quality_analyzer_test.cc | 484 EXPECT_GE(it->second.encode_time_ms.GetMin(), 20); in TEST() 486 EXPECT_GE(it->second.decode_time_ms.GetMin(), 30); in TEST() 488 EXPECT_GE(it->second.resolution_of_rendered_frame.GetMin(), in TEST() 497 EXPECT_GE(it->second.encode_time_ms.GetMin(), 20); in TEST() 499 EXPECT_GE(it->second.decode_time_ms.GetMin(), 30); in TEST() 501 EXPECT_GE(it->second.resolution_of_rendered_frame.GetMin(), in TEST()
|
D | default_video_quality_analyzer.cc | 774 << analyzer_stats_.comparisons_queue_size.GetMin() in ReportResults() 852 stats.psnr.IsEmpty() ? 0 : stats.psnr.GetMin(), "dB", in ReportResults()
|
/external/pdfium/fxjs/xfa/ |
D | cjx_occur.cpp | 38 pValue->SetInteger(occur->GetMin()); in min()
|
D | cjx_instancemanager.cpp | 41 int32_t iMin = occur ? occur->GetMin() : CXFA_Occur::kDefaultMin; in SetInstances() 179 int32_t iMin = occur ? occur->GetMin() : CXFA_Occur::kDefaultMin; in removeInstance() 323 pValue->SetInteger(occur ? occur->GetMin() : CXFA_Occur::kDefaultMin); in min()
|
/external/webrtc/modules/video_coding/codecs/test/ |
D | videocodec_test_stats_impl.cc | 352 psnr.GetMin().value_or(std::numeric_limits<float>::max()); in SliceAndCalcVideoStatistic() 355 ssim.GetMin().value_or(std::numeric_limits<float>::max()); in SliceAndCalcVideoStatistic()
|