Home
last modified time | relevance | path

Searched defs:Max (Results 1 – 25 of 213) sorted by relevance

123456789

/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/rank/
DMax.java40 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/
Dsample_stats.cc14 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
Dmoving_max_counter.h88 absl::optional<T> MovingMaxCounter<T>::Max(int64_t current_time_ms) { in Max() function
Dsample_counter.cc57 absl::optional<int> SampleCounter::Max() const { in Max() function in rtc::SampleCounter
/external/tensorflow/tensorflow/core/kernels/
Dsegment_reduction_ops.h62 struct Max { struct
76 struct ReduceOpIsAssociative<functor::Max, T> : std::true_type {}; argument
/external/angle/third_party/vulkan_memory_allocator/tools/VmaDumpVis/
DSample.json8 "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/
Dtest_wg_scan_reduce.cpp75 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/
Dcbr_buffer_control.h43 #define CLIP(Number, Max, Min) \ argument
/external/libavc/encoder/
Dirc_cbr_buffer_control.h44 #define CLIP(Number,Max,Min) if((Number) > (Max)) (Number) = (Max); \ argument
/external/oboe/samples/RhythmGame/third_party/glm/gtx/
Dcomponent_wise.inl19 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/
DVerifyDiagnosticConsumer.h161 unsigned Min, Max; variable
175 bool MatchAnyLine, StringRef Text, unsigned Min, unsigned Max) in Directive()
/external/tensorflow/tensorflow/core/grappler/costs/
Dutils.h92 uint64 Max() const { return max_; } in Max() function
/external/ComputeLibrary/src/dynamic_fusion/sketch/gpu/operators/internal/
DGpuElementwiseBinaryCommon.h48 Max, /**< Max(x, y) */ enumerator
/external/webrtc/tools_webrtc/cpu/
Dcpu_mon.py35 def Max(self): member in CpuSnapshot
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstantRange.cpp649 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/
Dcfwl_eventscroll.h17 Max, enumerator
/external/rust/crates/libfuzzer-sys/libfuzzer/
DFuzzerDefs.h27 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/
Dtime.h427 static constexpr TimeClass Max() { in Max() function
781 constexpr TimeDelta TimeDelta::Max() { in Max() function
/external/llvm/unittests/Support/
DMathExtrasTest.cpp225 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/
Dv_log2f_2u5.c18 #define Max v_u32 (0x7f800000) macro
Dsv_logf_3u4.c18 #define Max (0x7f800000) macro
Dv_log10f_3u5.c20 #define Max v_u32 (0x7f800000) macro
/external/cronet/net/third_party/quiche/src/quiche/quic/core/
Dquic_time_test.cc73 TEST_F(QuicTimeDeltaTest, Max) { in TEST_F() argument
152 TEST_F(QuicTimeTest, Max) { in TEST_F() argument
/external/llvm/unittests/ADT/
DPointerEmbeddedIntTest.cpp74 Max = std::numeric_limits<uintptr_t>::max() >> 1; in TEST() local
/external/icing/icing/index/
Dterm-id-codec_test.cc100 TEST(TermIdCodecTest, Max) { in TEST() argument

123456789