| /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/skia/src/core/ |
| D | SkMiniRecorder.h | 49 struct Max { static const size_t val = A > B ? A : B; }; argument
|
| /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 | 86 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/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/libavc/encoder/ |
| D | irc_cbr_buffer_control.h | 44 #define CLIP(Number,Max,Min) if((Number) > (Max)) (Number) = (Max); \ argument
|
| /external/libhevc/encoder/ |
| D | cbr_buffer_control.h | 43 #define CLIP(Number, Max, Min) \ 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/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/webrtc/tools_webrtc/cpu/ |
| D | cpu_mon.py | 36 def Max(self): member in CpuSnapshot
|
| /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/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/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
|
| /external/clang/lib/StaticAnalyzer/Core/ |
| D | RangeConstraintManager.cpp | 537 llvm::APSInt Max = AdjustmentType.getMaxValue(); in getSymGTRange() local 577 llvm::APSInt Max = AdjustmentType.getMaxValue(); in getSymGERange() local 609 llvm::APSInt Max = AdjustmentType.getMaxValue(); in getSymLERange() local 637 llvm::APSInt Max = AdjustmentType.getMaxValue(); in getSymLERange() local
|
| /external/clang/lib/Frontend/ |
| D | VerifyDiagnosticConsumer.cpp | 165 unsigned Max) in StandardDirective() 183 bool MatchAnyLine, StringRef Text, unsigned Min, unsigned Max, in RegexDirective() 433 unsigned Max = 1; in ParseDirective() local 891 unsigned Min, unsigned Max) { in create()
|
| /external/arm-optimized-routines/math/ |
| D | v_logf.c | 27 #define Max v_u32 (0x7f800000) macro
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/FuzzMutate/ |
| D | Random.h | 21 template <typename T, typename GenT> T uniform(GenT &Gen, T Min, T Max) { in uniform()
|
| /external/protobuf/src/google/protobuf/stubs/ |
| D | mathutil.h | 80 static T Max(const T x, const T y) { in Max() function
|
| /external/armnn/src/armnnUtils/ |
| D | BFloat16.hpp | 97 static BFloat16 Max() in Max() function in armnn::BFloat16
|
| /external/eigen/unsupported/test/ |
| D | polynomialutils.cpp | 78 _Scalar Max = roots.array().abs().maxCoeff(); in CauchyBounds() local
|