Home
last modified time | relevance | path

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

1234

/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/skia/include/private/
DSkMiniRecorder.h47 struct Max { static const size_t val = A > B ? A : B; }; struct
/external/libavc/encoder/
Dirc_cbr_buffer_control.h44 #define CLIP(Number,Max,Min) if((Number) > (Max)) (Number) = (Max); \ argument
/external/clang/include/clang/Frontend/
DVerifyDiagnosticConsumer.h161 unsigned Min, Max; variable
175 bool MatchAnyLine, StringRef Text, unsigned Min, unsigned Max) in Directive()
/external/pdfium/xfa/fwl/
Dcfwl_eventscroll.h17 Max, enumerator
/external/webrtc/tools/cpu/
Dcpu_mon.py36 def Max(self): member in CpuSnapshot
/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/llvm/unittests/ADT/
DPointerEmbeddedIntTest.cpp74 Max = std::numeric_limits<uintptr_t>::max() >> 1; in TEST() local
/external/clang/lib/StaticAnalyzer/Core/
DRangeConstraintManager.cpp537 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/
DVerifyDiagnosticConsumer.cpp165 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/
Dpolynomialutils.cpp78 _Scalar Max = roots.array().abs().maxCoeff(); in CauchyBounds() local
/external/vulkan-validation-layers/libs/glm/gtc/
Drandom.inl73 genType const & Max
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
Dgtest-internal.h384 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/
Dmathutil.h101 static T Max(const T x, const T y) { in Max() function
/external/vulkan-validation-layers/libs/glm/gtx/
Dcolor_space.inl74 float Max = max(max(rgbColor.r, rgbColor.g), rgbColor.b); local
/external/pdfium/third_party/base/numerics/
Dsafe_math.h231 constexpr CheckedNumeric<typename MathWrapper<CheckedMaxOp, T, U>::type> Max( in Max() function
/external/llvm/include/llvm/Transforms/IPO/
DLowerTypeTests.h72 uint64_t Min, Max; member
/external/v8/src/base/platform/
Dtime.h302 static Time Max() { return Time(std::numeric_limits<int64_t>::max()); } in Max() function
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
Dgtest-internal.h414 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/
Dgtest-internal.h414 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/
Dgtest-internal.h414 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/
Dimpeg2_macros.h29 #define CLIP(Number,Max,Min) if((Number) > (Max)) (Number) = (Max); \ argument
/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DRawConstants.h78 Max enumerator
/external/llvm/include/llvm/Analysis/
DMemoryBuiltins.h38 Max = 2 enumerator
/external/llvm/unittests/ProfileData/
DSampleProfTest.cpp174 const uint64_t Max = std::numeric_limits<uint64_t>::max(); in TEST_F() local

1234