/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/include/private/ |
D | SkMiniRecorder.h | 47 struct Max { static const size_t val = A > B ? A : B; }; struct
|
/external/libavc/encoder/ |
D | irc_cbr_buffer_control.h | 44 #define CLIP(Number,Max,Min) if((Number) > (Max)) (Number) = (Max); \ argument
|
/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/pdfium/xfa/fwl/ |
D | cfwl_eventscroll.h | 17 Max, enumerator
|
/external/webrtc/tools/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/llvm/unittests/ADT/ |
D | PointerEmbeddedIntTest.cpp | 74 Max = std::numeric_limits<uintptr_t>::max() >> 1; in TEST() local
|
/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/eigen/unsupported/test/ |
D | polynomialutils.cpp | 78 _Scalar Max = roots.array().abs().maxCoeff(); in CauchyBounds() local
|
/external/vulkan-validation-layers/libs/glm/gtc/ |
D | random.inl | 73 genType const & Max
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/ |
D | gtest-internal.h | 384 inline float FloatingPoint<float>::Max() { return FLT_MAX; } in Max() function 386 inline double FloatingPoint<double>::Max() { return DBL_MAX; } in Max() function
|
/external/protobuf/src/google/protobuf/stubs/ |
D | mathutil.h | 101 static T Max(const T x, const T y) { in Max() function
|
/external/vulkan-validation-layers/libs/glm/gtx/ |
D | color_space.inl | 74 float Max = max(max(rgbColor.r, rgbColor.g), rgbColor.b); local
|
/external/pdfium/third_party/base/numerics/ |
D | safe_math.h | 231 constexpr CheckedNumeric<typename MathWrapper<CheckedMaxOp, T, U>::type> Max( in Max() function
|
/external/llvm/include/llvm/Transforms/IPO/ |
D | LowerTypeTests.h | 72 uint64_t Min, Max; member
|
/external/v8/src/base/platform/ |
D | time.h | 302 static Time Max() { return Time(std::numeric_limits<int64_t>::max()); } in Max() function
|
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/ |
D | gtest-internal.h | 414 inline float FloatingPoint<float>::Max() { return FLT_MAX; } in Max() function 416 inline double FloatingPoint<double>::Max() { return DBL_MAX; } in Max() function
|
/external/v8/testing/gtest/include/gtest/internal/ |
D | gtest-internal.h | 414 inline float FloatingPoint<float>::Max() { return FLT_MAX; } in Max() function 416 inline double FloatingPoint<double>::Max() { return DBL_MAX; } in Max() function
|
/external/googletest/googletest/include/gtest/internal/ |
D | gtest-internal.h | 414 inline float FloatingPoint<float>::Max() { return FLT_MAX; } in Max() function 416 inline double FloatingPoint<double>::Max() { return DBL_MAX; } in Max() function
|
/external/libmpeg2/common/ |
D | impeg2_macros.h | 29 #define CLIP(Number,Max,Min) if((Number) > (Max)) (Number) = (Max); \ argument
|
/external/llvm/include/llvm/DebugInfo/PDB/Raw/ |
D | RawConstants.h | 78 Max enumerator
|
/external/llvm/include/llvm/Analysis/ |
D | MemoryBuiltins.h | 38 Max = 2 enumerator
|
/external/llvm/unittests/ProfileData/ |
D | SampleProfTest.cpp | 174 const uint64_t Max = std::numeric_limits<uint64_t>::max(); in TEST_F() local
|