Home
last modified time | relevance | path

Searched refs:max (Results 1 – 25 of 7603) sorted by relevance

12345678910>>...305

/external/python/cpython2/Lib/test/decimaltestdata/
Dmax.decTest2 -- max.decTest -- decimal maximum --
32 maxx001 max -2 -2 -> -2
33 maxx002 max -2 -1 -> -1
34 maxx003 max -2 0 -> 0
35 maxx004 max -2 1 -> 1
36 maxx005 max -2 2 -> 2
37 maxx006 max -1 -2 -> -1
38 maxx007 max -1 -1 -> -1
39 maxx008 max -1 0 -> 0
40 maxx009 max -1 1 -> 1
[all …]
DdqMax.decTest32 dqmax001 max -2 -2 -> -2
33 dqmax002 max -2 -1 -> -1
34 dqmax003 max -2 0 -> 0
35 dqmax004 max -2 1 -> 1
36 dqmax005 max -2 2 -> 2
37 dqmax006 max -1 -2 -> -1
38 dqmax007 max -1 -1 -> -1
39 dqmax008 max -1 0 -> 0
40 dqmax009 max -1 1 -> 1
41 dqmax010 max -1 2 -> 2
[all …]
DddMax.decTest32 ddmax001 max -2 -2 -> -2
33 ddmax002 max -2 -1 -> -1
34 ddmax003 max -2 0 -> 0
35 ddmax004 max -2 1 -> 1
36 ddmax005 max -2 2 -> 2
37 ddmax006 max -1 -2 -> -1
38 ddmax007 max -1 -1 -> -1
39 ddmax008 max -1 0 -> 0
40 ddmax009 max -1 1 -> 1
41 ddmax010 max -1 2 -> 2
[all …]
/external/python/cpython3/Lib/test/decimaltestdata/
Dmax.decTest2 -- max.decTest -- decimal maximum --
32 maxx001 max -2 -2 -> -2
33 maxx002 max -2 -1 -> -1
34 maxx003 max -2 0 -> 0
35 maxx004 max -2 1 -> 1
36 maxx005 max -2 2 -> 2
37 maxx006 max -1 -2 -> -1
38 maxx007 max -1 -1 -> -1
39 maxx008 max -1 0 -> 0
40 maxx009 max -1 1 -> 1
[all …]
DddMax.decTest32 ddmax001 max -2 -2 -> -2
33 ddmax002 max -2 -1 -> -1
34 ddmax003 max -2 0 -> 0
35 ddmax004 max -2 1 -> 1
36 ddmax005 max -2 2 -> 2
37 ddmax006 max -1 -2 -> -1
38 ddmax007 max -1 -1 -> -1
39 ddmax008 max -1 0 -> 0
40 ddmax009 max -1 1 -> 1
41 ddmax010 max -1 2 -> 2
[all …]
DdqMax.decTest32 dqmax001 max -2 -2 -> -2
33 dqmax002 max -2 -1 -> -1
34 dqmax003 max -2 0 -> 0
35 dqmax004 max -2 1 -> 1
36 dqmax005 max -2 2 -> 2
37 dqmax006 max -1 -2 -> -1
38 dqmax007 max -1 -1 -> -1
39 dqmax008 max -1 0 -> 0
40 dqmax009 max -1 1 -> 1
41 dqmax010 max -1 2 -> 2
[all …]
/external/perfetto/test/metrics/
Dandroid_mem_counters.out7 max: 2523136
12 max: 2392064
17 max: 0
22 max: 2523136
32 max: 884736
37 max: 2101248
42 max: 0
47 max: 884736
57 max: 3989504
62 max: 9334784
[all …]
Dandroid_mem_by_priority.out7 max: 4000.0
12 max: 10000.0
17 max: 0.0
22 max: 4000.0
31 max: 3000.0
36 max: 10000.0
41 max: 0.0
46 max: 3000.0
56 max: 4000.0
61 max: 10000.0
[all …]
/external/libcxx/test/std/utilities/time/time.traits/time.traits.duration_values/
Dmax.pass.cpp23 assert(std::chrono::duration_values<int>::max() == in main()
24 std::numeric_limits<int>::max()); in main()
25 assert(std::chrono::duration_values<double>::max() == in main()
26 std::numeric_limits<double>::max()); in main()
27 assert(std::chrono::duration_values<Rep>::max() == in main()
28 std::numeric_limits<Rep>::max()); in main()
30 static_assert(std::chrono::duration_values<int>::max() == in main()
31 std::numeric_limits<int>::max(), ""); in main()
32 static_assert(std::chrono::duration_values<double>::max() == in main()
33 std::numeric_limits<double>::max(), ""); in main()
[all …]
/external/e2fsprogs/tests/f_h_reindex/
Dexpect.15 Problem in HTREE directory inode 16001: block #1 has bad max hash
7 Problem in HTREE directory inode 16001: block #2 has bad max hash
9 Problem in HTREE directory inode 16001: block #3 has bad max hash
11 Problem in HTREE directory inode 16001: block #4 has bad max hash
13 Problem in HTREE directory inode 16001: block #5 has bad max hash
15 Problem in HTREE directory inode 16001: block #6 has bad max hash
17 Problem in HTREE directory inode 16001: block #7 has bad max hash
21 Problem in HTREE directory inode 24001: block #1 has bad max hash
22 Problem in HTREE directory inode 24001: block #2 has bad max hash
24 Problem in HTREE directory inode 24001: block #3 has bad max hash
[all …]
/external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/util/
DValPixConverterTest.java57 int max = 100; in testValToPix() local
61 assertEquals(50.0f, ValPixConverter.valToPix(value, min, max, sizeInPix, true)); in testValToPix()
66 assertEquals(25.0f, ValPixConverter.valToPix(value, min, max, sizeInPix, true)); in testValToPix()
70 assertEquals(0.0f, ValPixConverter.valToPix(value, min, max, sizeInPix, true)); in testValToPix()
74 assertEquals(100.0f, ValPixConverter.valToPix(value, min, max, sizeInPix, true)); in testValToPix()
79 assertEquals(50.0f, ValPixConverter.valToPix(value, min, max, sizeInPix, true)); in testValToPix()
83 assertEquals(0.0f, ValPixConverter.valToPix(value, min, max, sizeInPix, true)); in testValToPix()
87 assertEquals(50.0f, ValPixConverter.valToPix(value, min, max, sizeInPix, true)); in testValToPix()
90 max = 100; in testValToPix()
92 assertEquals(0f, ValPixConverter.valToPix(-100, min, max, sizeInPix, false)); in testValToPix()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopVectorize/
Dminmax_reduction.ll11 ; Turn this into a max reduction. Make sure we use a splat to initialize the
14 ; CHECK: %[[VAR:.*]] = insertelement <2 x i32> undef, i32 %max, i32 0
22 define i32 @max_red(i32 %max) {
28 %max.red.08 = phi i32 [ %max, %entry ], [ %max.red.0, %for.body ]
31 %cmp3 = icmp sgt i32 %0, %max.red.08
32 %max.red.0 = select i1 %cmp3, i32 %0, i32 %max.red.08
39 ret i32 %max.red.0
42 ; Turn this into a max reduction. The select has its inputs reversed therefore
43 ; this is a max reduction.
51 define i32 @max_red_inverse_select(i32 %max) {
[all …]
/external/llvm/test/Transforms/LoopVectorize/
Dminmax_reduction.ll11 ; Turn this into a max reduction. Make sure we use a splat to initialize the
14 ; CHECK: %[[VAR:.*]] = insertelement <2 x i32> undef, i32 %max, i32 0
22 define i32 @max_red(i32 %max) {
28 %max.red.08 = phi i32 [ %max, %entry ], [ %max.red.0, %for.body ]
31 %cmp3 = icmp sgt i32 %0, %max.red.08
32 %max.red.0 = select i1 %cmp3, i32 %0, i32 %max.red.08
39 ret i32 %max.red.0
42 ; Turn this into a max reduction. The select has its inputs reversed therefore
43 ; this is a max reduction.
51 define i32 @max_red_inverse_select(i32 %max) {
[all …]
/external/clang/test/Analysis/
Dadditive-folding-range-constraints.c165 int max = INT_MAX; in mixedComparisons9() local
167 clang_analyzer_eval((a + 2) <= (max - 5LL)); // expected-warning{{TRUE}} in mixedComparisons9()
176 unsigned max = UINT_MAX; in mixedSignedness1() local
177 clang_analyzer_eval(a < max); // expected-warning{{UNKNOWN}} in mixedSignedness1()
178 clang_analyzer_eval((a + 2) < max); // expected-warning{{UNKNOWN}} in mixedSignedness1()
179 clang_analyzer_eval((a + 2U) < max); // expected-warning{{UNKNOWN}} in mixedSignedness1()
183 unsigned max = UINT_MAX; in mixedSignedness2() local
184 clang_analyzer_eval(a <= max); // expected-warning{{TRUE}} in mixedSignedness2()
185 clang_analyzer_eval((a + 2) <= max); // expected-warning{{TRUE}} in mixedSignedness2()
186 clang_analyzer_eval((a + 2U) <= max); // expected-warning{{TRUE}} in mixedSignedness2()
[all …]
/external/ltp/testcases/kernel/controllers/pids/
Dpids.sh19 max=$2
110 start_pids_tasks2 $max
129 tmp=$((max - 1))
130 tst_res TINFO "limit the number of pid to $max"
131 ROD echo $max \> $testpath/pids.max
152 lim=$((max + 2))
154 ROD echo $lim \> $testpath/pids.max
156 start_pids_tasks2 $max
175 ROD echo 0 \> $testpath/pids.max
177 start_pids_tasks2 $max
[all …]
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/solvers/
DBisectionSolver.java58 public double solve(double min, double max, double initial) in solve() argument
60 return solve(f, min, max); in solve()
65 public double solve(double min, double max) in solve() argument
67 return solve(f, min, max); in solve()
75 public double solve(final UnivariateRealFunction f, double min, double max, double initial) in solve() argument
77 return solve(f, min, max); in solve()
82 …public double solve(int maxEval, final UnivariateRealFunction f, double min, double max, double in… in solve() argument
84 return solve(maxEval, f, min, max); in solve()
89 public double solve(int maxEval, final UnivariateRealFunction f, double min, double max) in solve() argument
92 return solve(f, min, max); in solve()
[all …]
/external/u-boot/arch/arm/dts/
Dexynos4412-odroid.dts47 samsung,i2c-max-bus-freq = <100000>;
61 regulator-max-microvolt = <1000000>;
67 regulator-max-microvolt = <1200000>;
73 regulator-max-microvolt = <1800000>;
79 regulator-max-microvolt = <2800000>;
85 regulator-max-microvolt = <1800000>;
91 regulator-max-microvolt = <1100000>;
97 regulator-max-microvolt = <1100000>;
103 regulator-max-microvolt = <1000000>;
109 regulator-max-microvolt = <1800000>;
[all …]
Dexynos5422-odroidxu3.dts47 regulator-max-microvolt = <1000000>;
55 regulator-max-microvolt = <1800000>;
62 regulator-max-microvolt = <1800000>;
69 regulator-max-microvolt = <1800000>;
77 regulator-max-microvolt = <1000000>;
85 regulator-max-microvolt = <1800000>;
93 regulator-max-microvolt = <1800000>;
101 regulator-max-microvolt = <3000000>;
109 regulator-max-microvolt = <1800000>;
117 regulator-max-microvolt = <1000000>;
[all …]
/external/swiftshader/src/System/
DMath.hpp31 #undef max
34 inline T constexpr max(T a, T b) in max() function
46 inline constexpr T max(T a, T b, T c) in max() function
48 return max(max(a, b), c); in max()
58 inline constexpr T max(T a, T b, T c, T d) in max() function
60 return max(max(a, b), max(c, d)); in max()
178 inline float clamp_s(float x, float min, float max) in clamp_s() argument
182 if(float_as_twos_complement(x) > float_as_twos_complement(max)) x = max; in clamp_s()
224 static const unsigned int max = 0xFFFFFFFF >> (32 - n); in unorm() local
225 static const float maxf = static_cast<float>(max); in unorm()
[all …]
/external/v8/src/base/utils/
Drandom-number-generator.cc90 int RandomNumberGenerator::NextInt(int max) { in NextInt() argument
91 DCHECK_LT(0, max); in NextInt()
94 if (bits::IsPowerOfTwo(max)) { in NextInt()
95 return static_cast<int>((max * static_cast<int64_t>(Next(31))) >> 31); in NextInt()
100 int val = rnd % max; in NextInt()
101 if (std::numeric_limits<int>::max() - (rnd - val) >= (max - 1)) { in NextInt()
127 const std::unordered_set<uint64_t>& set, uint64_t max) { in ComplementSample() argument
129 result.reserve(max - set.size()); in ComplementSample()
130 for (uint64_t i = 0; i < max; i++) { in ComplementSample()
138 std::vector<uint64_t> RandomNumberGenerator::NextSample(uint64_t max, in NextSample() argument
[all …]
/external/fmtlib/doc/bootstrap/
Dresponsive-utilities.less51 @media (max-width: @screen-xs-max) {
56 @media (max-width: @screen-xs-max) {
61 @media (max-width: @screen-xs-max) {
66 @media (max-width: @screen-xs-max) {
72 @media (min-width: @screen-sm-min) and (max-width: @screen-sm-max) {
77 @media (min-width: @screen-sm-min) and (max-width: @screen-sm-max) {
82 @media (min-width: @screen-sm-min) and (max-width: @screen-sm-max) {
87 @media (min-width: @screen-sm-min) and (max-width: @screen-sm-max) {
93 @media (min-width: @screen-md-min) and (max-width: @screen-md-max) {
98 @media (min-width: @screen-md-min) and (max-width: @screen-md-max) {
[all …]
/external/ltp/lib/
Drandom_range.c44 int max; member
134 rp->max = defmax; in parse_ranges()
172 rp->max = rp->min; in parse_ranges()
174 if ((*parse_func) (n2str, &rp->max) < 0) { in parse_ranges()
245 return ((struct range *)rbuf)[r].max; in range_max()
278 long random_range(int min, int max, int mult, char **errp) in random_range() argument
301 orig_max = max; in random_range()
308 if (max < min) { in random_range()
309 tmp = max; in random_range()
310 max = min; in random_range()
[all …]
/external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/
Deval.pass.cpp31 std::vector<D::result_type> u(d.max()+1); in main()
35 assert(d.min() <= v && v <= d.max()); in main()
39 for (int i = 0; i <= d.max(); ++i) in main()
49 std::vector<D::result_type> u(d.max()+1); in main()
53 assert(d.min() <= v && v <= d.max()); in main()
57 for (int i = 0; i <= d.max(); ++i) in main()
67 std::vector<D::result_type> u(d.max()+1); in main()
71 assert(d.min() <= v && v <= d.max()); in main()
75 for (int i = 0; i <= d.max(); ++i) in main()
85 std::vector<D::result_type> u(d.max()+1); in main()
[all …]
/external/openssh/openbsd-compat/
Dbsd-snprintf.c173 char *value, int flags, int min, int max);
175 intmax_t value, int base, int min, int max, int flags);
177 LDOUBLE fvalue, int min, int max, int flags);
187 int max; in dopr() local
198 max = -1; in dopr()
262 if (max < 0) in dopr()
263 max = 0; in dopr()
264 max = 10*max + char_to_int (ch); in dopr()
267 max = va_arg (args, int); in dopr()
322 value, 10, min, max, flags) == -1) in dopr()
[all …]
/external/swiftshader/src/Common/
DMath.hpp31 #undef max
34 inline T max(T a, T b) in max() function
46 inline T max(T a, T b, T c) in max() function
48 return max(max(a, b), c); in max()
58 inline T max(T a, T b, T c, T d) in max() function
60 return max(max(a, b), max(c, d)); in max()
210 inline float clamp_s(float x, float min, float max) in clamp_s() argument
214 if(float_as_twos_complement(x) > float_as_twos_complement(max)) x = max; in clamp_s()
256 static const unsigned int max = 0xFFFFFFFF >> (32 - n); in unorm() local
257 static const float maxf = static_cast<float>(max); in unorm()
[all …]

12345678910>>...305