/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/rank/ |
D | Max.java | 40 public class Max extends AbstractStorelessUnivariateStatistic implements Serializable { class 54 public Max() { in Max() method in Max 65 public Max(Max original) { in Max() method in Max
|
/external/webrtc/rtc_base/numerics/ |
D | sample_stats.cc | 14 double SampleStats<double>::Max() { in Max() function in webrtc::SampleStats 72 TimeDelta SampleStats<TimeDelta>::Max() { in Max() function in webrtc::SampleStats 120 DataRate SampleStats<DataRate>::Max() { in Max() function in webrtc::SampleStats
|
D | moving_max_counter.h | 88 absl::optional<T> MovingMaxCounter<T>::Max(int64_t current_time_ms) { in Max() function
|
D | sample_counter.cc | 57 absl::optional<int> SampleCounter::Max() const { in Max() function in rtc::SampleCounter
|
/external/tensorflow/tensorflow/core/kernels/ |
D | segment_reduction_ops.h | 62 struct Max { struct 76 struct ReduceOpIsAssociative<functor::Max, T> : std::true_type {}; argument
|
/external/angle/third_party/vulkan_memory_allocator/tools/VmaDumpVis/ |
D | Sample.json | 8 "AllocationSize": {"Min": 60, "Avg": 2015531, "Max": 7995760}, number 9 "UnusedRangeSize": {"Min": 64708, "Avg": 19682247, "Max": 33554432} number 20 "AllocationSize": {"Min": 60, "Avg": 2015531, "Max": 7995760}, number 21 "UnusedRangeSize": {"Min": 64708, "Avg": 12746154, "Max": 25427600} number 31 "AllocationSize": {"Min": 60, "Avg": 2015531, "Max": 7995760}, number 32 "UnusedRangeSize": {"Min": 64708, "Avg": 12746154, "Max": 25427600} number
|
/external/OpenCL-CTS/test_conformance/workgroups/ |
D | test_wg_scan_reduce.cpp | 75 template <typename T> struct Max struct 77 using Type = T; 78 static constexpr const char *opName = "max"; 79 static constexpr T identityValue = std::numeric_limits<T>::min(); 80 static T combine(T a, T b) { return std::max(a, b); } in combine()
|
/external/libhevc/encoder/ |
D | cbr_buffer_control.h | 43 #define CLIP(Number, Max, Min) \ argument
|
/external/libavc/encoder/ |
D | irc_cbr_buffer_control.h | 44 #define CLIP(Number,Max,Min) if((Number) > (Max)) (Number) = (Max); \ argument
|
/external/oboe/samples/RhythmGame/third_party/glm/gtx/ |
D | component_wise.inl | 19 floatType const Max = static_cast<floatType>(std::numeric_limits<T>::max()); local 51 …floatType const Max = static_cast<floatType>(std::numeric_limits<T>::max()) + static_cast<floatTyp… local
|
/external/clang/include/clang/Frontend/ |
D | VerifyDiagnosticConsumer.h | 161 unsigned Min, Max; variable 175 bool MatchAnyLine, StringRef Text, unsigned Min, unsigned Max) in Directive()
|
/external/tensorflow/tensorflow/core/grappler/costs/ |
D | utils.h | 92 uint64 Max() const { return max_; } in Max() function
|
/external/ComputeLibrary/src/dynamic_fusion/sketch/gpu/operators/internal/ |
D | GpuElementwiseBinaryCommon.h | 48 Max, /**< Max(x, y) */ enumerator
|
/external/webrtc/tools_webrtc/cpu/ |
D | cpu_mon.py | 35 def Max(self): member in CpuSnapshot
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | ConstantRange.cpp | 649 APInt Max = APInt::getMaxValue(BW).zextOrSelf(ResultBitWidth); in castOp() local 1384 APInt Min = getSignedMin(), Max = getSignedMax(); in sshl_sat() local 1435 APInt Min = getUnsignedMin(), Max = getUnsignedMax(); in unsignedAddMayOverflow() local 1451 APInt Min = getSignedMin(), Max = getSignedMax(); in signedAddMayOverflow() local 1481 APInt Min = getUnsignedMin(), Max = getUnsignedMax(); in unsignedSubMayOverflow() local 1497 APInt Min = getSignedMin(), Max = getSignedMax(); in signedSubMayOverflow() local 1527 APInt Min = getUnsignedMin(), Max = getUnsignedMax(); in unsignedMulMayOverflow() local
|
/external/pdfium/xfa/fwl/ |
D | cfwl_eventscroll.h | 17 Max, enumerator
|
/external/rust/crates/libfuzzer-sys/libfuzzer/ |
D | FuzzerDefs.h | 27 template <class T> T Max(T a, T b) { return a > b ? a : b; } in Max() function
|
/external/cronet/base/allocator/partition_allocator/partition_alloc_base/time/ |
D | time.h | 427 static constexpr TimeClass Max() { in Max() function 781 constexpr TimeDelta TimeDelta::Max() { in Max() function
|
/external/llvm/unittests/Support/ |
D | MathExtrasTest.cpp | 225 const T Max = std::numeric_limits<T>::max(); in SaturatingAddTestHelper() local 259 const T Max = std::numeric_limits<T>::max(); in SaturatingMultiplyTestHelper() local 339 const T Max = std::numeric_limits<T>::max(); in SaturatingMultiplyAddTestHelper() local
|
/external/arm-optimized-routines/pl/math/ |
D | v_log2f_2u5.c | 18 #define Max v_u32 (0x7f800000) macro
|
D | sv_logf_3u4.c | 18 #define Max (0x7f800000) macro
|
D | v_log10f_3u5.c | 20 #define Max v_u32 (0x7f800000) macro
|
/external/cronet/net/third_party/quiche/src/quiche/quic/core/ |
D | quic_time_test.cc | 73 TEST_F(QuicTimeDeltaTest, Max) { in TEST_F() argument 152 TEST_F(QuicTimeTest, Max) { in TEST_F() argument
|
/external/llvm/unittests/ADT/ |
D | PointerEmbeddedIntTest.cpp | 74 Max = std::numeric_limits<uintptr_t>::max() >> 1; in TEST() local
|
/external/icing/icing/index/ |
D | term-id-codec_test.cc | 100 TEST(TermIdCodecTest, Max) { in TEST() argument
|