HomeSort by relevance Sort by last modified time
    Searched refs:Max (Results 1 - 25 of 259) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/libcxx/test/std/numerics/rand/rand.adapt/rand.adapt.ibits/
result_type.pass.cpp 22 template <class UIntType, UIntType Min, UIntType Max>
32 static_assert(Min < Max, "rand1 invalid parameters");
38 static const result_type _Max = Max;
42 static _LIBCPP_CONSTEXPR result_type max() {return Max;}
48 if (x_ > Max)
49 x_ = Max;
55 if (x_ < Max)
eval.pass.cpp 20 template <class UIntType, UIntType Min, UIntType Max>
30 static_assert(Min < Max, "rand1 invalid parameters");
36 static const result_type _Max = Max;
40 static _LIBCPP_CONSTEXPR result_type max() {return Max;}
44 if (x_ > Max)
45 x_ = Max;
51 if (x_ < Max)
  /external/libcxx/test/std/numerics/rand/rand.adapt/rand.adapt.shuf/
result_type.pass.cpp 22 template <class UIntType, UIntType Min, UIntType Max>
32 static_assert(Min < Max, "rand1 invalid parameters");
38 static const result_type _Max = Max;
42 static _LIBCPP_CONSTEXPR result_type max() {return Max;}
48 if (x_ > Max)
49 x_ = Max;
55 if (x_ < Max)
eval.pass.cpp 20 template <class UIntType, UIntType Min, UIntType Max>
30 static_assert(Min < Max, "rand1 invalid parameters");
36 static const result_type _Max = Max;
40 static _LIBCPP_CONSTEXPR result_type max() {return Max;}
44 if (x_ > Max)
45 x_ = Max;
51 if (x_ < Max)
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.adapt/rand.adapt.ibits/
result_type.pass.cpp 22 template <class UIntType, UIntType Min, UIntType Max>
32 static_assert(Min < Max, "rand1 invalid parameters");
38 static const result_type _Max = Max;
42 static _LIBCPP_CONSTEXPR result_type max() {return Max;}
48 if (x_ > Max)
49 x_ = Max;
55 if (x_ < Max)
eval.pass.cpp 20 template <class UIntType, UIntType Min, UIntType Max>
30 static_assert(Min < Max, "rand1 invalid parameters");
36 static const result_type _Max = Max;
40 static _LIBCPP_CONSTEXPR result_type max() {return Max;}
44 if (x_ > Max)
45 x_ = Max;
51 if (x_ < Max)
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.adapt/rand.adapt.shuf/
result_type.pass.cpp 22 template <class UIntType, UIntType Min, UIntType Max>
32 static_assert(Min < Max, "rand1 invalid parameters");
38 static const result_type _Max = Max;
42 static _LIBCPP_CONSTEXPR result_type max() {return Max;}
48 if (x_ > Max)
49 x_ = Max;
55 if (x_ < Max)
eval.pass.cpp 20 template <class UIntType, UIntType Min, UIntType Max>
30 static_assert(Min < Max, "rand1 invalid parameters");
36 static const result_type _Max = Max;
40 static _LIBCPP_CONSTEXPR result_type max() {return Max;}
44 if (x_ > Max)
45 x_ = Max;
51 if (x_ < Max)
  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/rank/
Max.java 40 public class Max extends AbstractStorelessUnivariateStatistic implements Serializable {
52 * Create a Max instance
54 public Max() {
60 * Copy constructor, creates a new {@code Max} identical
63 * @param original the {@code Max} instance to copy
65 public Max(Max original) {
128 double max = Double.NaN; local
130 max = values[begin];
133 max = (max > values[i]) ? max : values[i]
    [all...]
  /external/skia/include/private/
SkMiniRecorder.h 50 struct Max { static const size_t val = A > B ? A : B; };
53 Max<sizeof(SkRecords::DrawBitmapRectFixedSize),
54 Max<sizeof(SkRecords::DrawPath),
55 Max<sizeof(SkRecords::DrawRect),
  /external/llvm/unittests/Support/
MathExtrasTest.cpp 196 const T Max = std::numeric_limits<T>::max();
203 EXPECT_EQ(Max, SaturatingAdd(Max, T(1)));
204 EXPECT_EQ(Max, SaturatingAdd(Max, T(1), &ResultOverflowed));
207 EXPECT_EQ(Max, SaturatingAdd(T(1), T(Max - 1)));
208 EXPECT_EQ(Max, SaturatingAdd(T(1), T(Max - 1), &ResultOverflowed))
    [all...]
  /external/llvm/include/llvm/DebugInfo/PDB/
PDBSymbolUnknown.h 28 S->getSymTag() >= PDB_SymType::Max);
  /external/llvm/include/llvm/Transforms/IPO/
LowerBitSets.h 67 uint64_t Min, Max;
69 BitSetBuilder() : Min(std::numeric_limits<uint64_t>::max()), Max(0) {}
74 if (Max < Offset)
75 Max = Offset;
  /prebuilts/go/darwin-x86/src/math/
dim_386.s 10 TEXT ·Max(SB),NOSPLIT,$0
11 JMP ·max(SB)
dim_arm.s 13 TEXT ·Max(SB),NOSPLIT,$0
14 B ·max(SB)
  /prebuilts/go/linux-x86/src/math/
dim_386.s 10 TEXT ·Max(SB),NOSPLIT,$0
11 JMP ·max(SB)
dim_arm.s 13 TEXT ·Max(SB),NOSPLIT,$0
14 B ·max(SB)
  /external/libavc/encoder/
irc_cbr_buffer_control.h 44 #define CLIP(Number,Max,Min) if((Number) > (Max)) (Number) = (Max); \
  /external/libmpeg2/common/
impeg2_macros.h 25 #define MAX(x,y) ((x) > (y) ? (x) : (y))
29 #define CLIP(Number,Max,Min) if((Number) > (Max)) (Number) = (Max); \
  /external/clang/include/clang/Frontend/
VerifyDiagnosticConsumer.h 152 unsigned Min, unsigned Max);
161 unsigned Min, Max;
175 bool MatchAnyLine, StringRef Text, unsigned Min, unsigned Max)
177 Text(Text), Min(Min), Max(Max), MatchAnyLine(MatchAnyLine) {
  /prebuilts/misc/common/swig/include/2.0.11/typemaps/
fragments.swg 217 #define %numeric_signed_type_asval(Type, Base, Frag, Min, Max) \
218 %numeric_type_asval(Type, Base, Frag, (v < Min || v > Max))
220 #define %numeric_unsigned_type_asval(Type, Base, Frag, Max) \
221 %numeric_type_asval(Type, Base, Frag, (v > Max))
226 %define %numeric_slong(Type, Frag, Min, Max)
228 %numeric_signed_type_asval(Type, long, Frag , Min, Max)
233 %define %numeric_ulong(Type, Frag, Max)
235 %numeric_unsigned_type_asval(Type, unsigned long, Frag, Max)
241 %define %numeric_double(Type, Frag, Min, Max)
243 %numeric_signed_type_asval(Type, double, Frag , Min, Max)
    [all...]
  /external/llvm/unittests/ProfileData/
SampleProfTest.cpp 103 const uint64_t Max = std::numeric_limits<uint64_t>::max();
117 Result = FooSamples.addTotalSamples(Max);
119 ASSERT_EQ(FooSamples.getTotalSamples(), Max);
121 Result = FooSamples.addHeadSamples(Max);
123 ASSERT_EQ(FooSamples.getHeadSamples(), Max);
125 Result = FooSamples.addBodySamples(10, 0, Max);
129 ASSERT_EQ(BodySamples.get(), Max);
  /external/autotest/frontend/health/
utils.py 31 last_pass=django_models.Max('started_time'))
52 last_pass=django_models.Max('started_time'))
  /system/update_engine/update_manager/
default_policy.h 42 return last_check_allowed_time_ != base::Time::Max();
55 base::Time last_check_allowed_time_ = base::Time::Max();
  /external/eigen/unsupported/test/
polynomialutils.cpp 78 _Scalar Max = roots.array().abs().maxCoeff();
80 bool eval = (M >= Max) && (m <= min);
85 cerr << "Min,Max: (" << min << ", " << Max << ")" << endl;

Completed in 380 milliseconds

1 2 3 4 5 6 7 8 91011