| /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 | 50 struct Max { static const size_t val = A > B ? A : B; }; argument
|
| /external/libavc/encoder/ |
| D | irc_cbr_buffer_control.h | 44 #define CLIP(Number,Max,Min) if((Number) > (Max)) (Number) = (Max); \ argument
|
| /external/webrtc/tools/cpu/ |
| D | cpu_mon.py | 36 def Max(self): member in CpuSnapshot
|
| /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/libweave/third_party/chromium/base/time/ |
| D | time.cc | 22 TimeDelta TimeDelta::Max() { in Max() function in base::TimeDelta 136 Time Time::Max() { in Max() function in base::Time
|
| D | time_unittest.cc | 293 TEST_F(TimeTest, Max) { in TEST_F() argument 572 TEST(TimeDelta, Max) { in TEST() argument
|
| /external/libchrome/base/time/ |
| D | time.cc | 25 TimeDelta TimeDelta::Max() { in Max() function in base::TimeDelta 139 Time Time::Max() { in Max() function in base::Time
|
| /external/vulkan-validation-layers/libs/glm/gtc/ |
| D | random.inl | 73 genType const & Max
|
| /external/eigen/unsupported/test/ |
| D | polynomialutils.cpp | 78 _Scalar Max = roots.array().abs().maxCoeff(); in CauchyBounds() 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() 435 unsigned Max = 1; in ParseDirective() local 893 unsigned Min, unsigned Max) { in create()
|
| /external/gtest/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/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/llvm/unittests/Support/ |
| D | MathExtrasTest.cpp | 196 const T Max = std::numeric_limits<T>::max(); in SaturatingAddTestHelper() local 230 const T Max = std::numeric_limits<T>::max(); in SaturatingMultiplyTestHelper() local
|
| /external/vulkan-validation-layers/libs/glm/gtx/ |
| D | color_space.inl | 74 float Max = max(max(rgbColor.r, rgbColor.g), rgbColor.b); local
|
| /external/v8/src/base/platform/ |
| D | time.h | 301 static Time Max() { return Time(std::numeric_limits<int64_t>::max()); } in Max() function
|
| /external/llvm/include/llvm/Transforms/IPO/ |
| D | LowerBitSets.h | 67 uint64_t Min, Max; member
|
| /external/llvm/unittests/ProfileData/ |
| D | SampleProfTest.cpp | 103 const uint64_t Max = std::numeric_limits<uint64_t>::max(); in TEST_F() local
|
| /external/libmpeg2/common/ |
| D | impeg2_macros.h | 29 #define CLIP(Number,Max,Min) if((Number) > (Max)) (Number) = (Max); \ argument
|
| /external/skia/src/core/ |
| D | SkNx.h | 68 static SkNx Max(const SkNx& a, const SkNx& b) { in Max() function 122 static SkNx Max(const SkNx& a, const SkNx& b) { return SkTMax(a.fVal, b.fVal); } in Max() function
|
| /external/v8/src/ |
| D | utils.h | 192 T Max(T a, T b) { in Max() function
|
| /external/google-benchmark/src/ |
| D | stat.h | 276 VType Max() const { return max_; } in Max() function
|
| /external/opencv/cvaux/src/ |
| D | cvfacedetection.cpp | 197 double Max = 0; in CreateResults() local
|
| /external/skia/bench/ |
| D | bench_util.py | 86 Max = _ExtremeType(1, "Max") variable
|