Home
last modified time | relevance | path

Searched full:max (Results 1 – 25 of 8083) sorted by relevance

12345678910>>...324

/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 …]
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/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/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/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DCheckedArithmeticTest.cpp9 const int64_t Max = std::numeric_limits<int64_t>::max(); in TEST() local
11 EXPECT_EQ(checkedAdd<int64_t>(Max, Max), None); in TEST()
13 EXPECT_EQ(checkedAdd<int64_t>(Max, 1), None); in TEST()
18 const int16_t Max = std::numeric_limits<int16_t>::max(); in TEST() local
20 EXPECT_EQ(checkedAdd<int16_t>(Max, Max), None); in TEST()
22 EXPECT_EQ(checkedAdd<int16_t>(Max, 1), None); in TEST()
27 const int64_t Max = std::numeric_limits<int64_t>::max(); in TEST() local
29 EXPECT_EQ(checkedMul<int64_t>(Max, 2), None); in TEST()
30 EXPECT_EQ(checkedMul<int64_t>(Max, Max), None); in TEST()
36 const int64_t Max = std::numeric_limits<int64_t>::max(); in TEST() local
[all …]
DMathExtrasTest.cpp149 EXPECT_EQ(std::numeric_limits<int32_t>::max(), maxIntN(32)); in TEST()
150 EXPECT_EQ(std::numeric_limits<int64_t>::max(), maxIntN(64)); in TEST()
269 const T Max = std::numeric_limits<T>::max(); in SaturatingAddTestHelper() local
276 EXPECT_EQ(Max, SaturatingAdd(Max, T(1))); in SaturatingAddTestHelper()
277 EXPECT_EQ(Max, SaturatingAdd(Max, T(1), &ResultOverflowed)); in SaturatingAddTestHelper()
280 EXPECT_EQ(Max, SaturatingAdd(T(1), T(Max - 1))); in SaturatingAddTestHelper()
281 EXPECT_EQ(Max, SaturatingAdd(T(1), T(Max - 1), &ResultOverflowed)); in SaturatingAddTestHelper()
284 EXPECT_EQ(Max, SaturatingAdd(T(1), Max)); in SaturatingAddTestHelper()
285 EXPECT_EQ(Max, SaturatingAdd(T(1), Max, &ResultOverflowed)); in SaturatingAddTestHelper()
288 EXPECT_EQ(Max, SaturatingAdd(Max, Max)); in SaturatingAddTestHelper()
[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/universal-tween-engine/java/applets/src/aurelienribon/tweenengine/applets/
DTimelineApplet.form20 <EmptySpace max="-2" attributes="0"/>
22 <Component id="jPanel1" alignment="1" max="32767" attributes="0"/>
23 <Component id="jPanel4" alignment="0" max="32767" attributes="1"/>
25 <Component id="canvasWrapper" pref="448" max="32767" attributes="0"/>
26 <EmptySpace max="-2" attributes="0"/>
27 <Component id="jPanel3" min="-2" max="-2" attributes="0"/>
30 <EmptySpace max="-2" attributes="0"/>
37 <EmptySpace max="-2" attributes="0"/>
39 <Component id="canvasWrapper" pref="258" max="32767" attributes="0"/>
40 <Component id="jPanel3" alignment="0" max="32767" attributes="0"/>
[all …]
DTweenApplet.form20 <EmptySpace min="-2" max="-2" attributes="0"/>
22 <Component id="jPanel1" alignment="1" max="32767" attributes="0"/>
24 <Component id="canvasWrapper" pref="412" max="32767" attributes="0"/>
25 <EmptySpace max="-2" attributes="0"/>
26 <Component id="jPanel3" min="-2" max="-2" attributes="0"/>
29 <EmptySpace min="-2" max="-2" attributes="0"/>
36 <EmptySpace max="-2" attributes="0"/>
38 <Component id="canvasWrapper" pref="365" max="32767" attributes="0"/>
39 <Component id="jPanel3" alignment="0" max="32767" attributes="0"/>
41 <EmptySpace max="-2" attributes="0"/>
[all …]
/external/llvm/unittests/Support/
DMathExtrasTest.cpp225 const T Max = std::numeric_limits<T>::max(); in SaturatingAddTestHelper() local
232 EXPECT_EQ(Max, SaturatingAdd(Max, T(1))); in SaturatingAddTestHelper()
233 EXPECT_EQ(Max, SaturatingAdd(Max, T(1), &ResultOverflowed)); in SaturatingAddTestHelper()
236 EXPECT_EQ(Max, SaturatingAdd(T(1), T(Max - 1))); in SaturatingAddTestHelper()
237 EXPECT_EQ(Max, SaturatingAdd(T(1), T(Max - 1), &ResultOverflowed)); in SaturatingAddTestHelper()
240 EXPECT_EQ(Max, SaturatingAdd(T(1), Max)); in SaturatingAddTestHelper()
241 EXPECT_EQ(Max, SaturatingAdd(T(1), Max, &ResultOverflowed)); in SaturatingAddTestHelper()
244 EXPECT_EQ(Max, SaturatingAdd(Max, Max)); in SaturatingAddTestHelper()
245 EXPECT_EQ(Max, SaturatingAdd(Max, Max, &ResultOverflowed)); in SaturatingAddTestHelper()
259 const T Max = std::numeric_limits<T>::max(); in SaturatingMultiplyTestHelper() local
[all …]
/external/tensorflow/tensorflow/core/platform/cloud/
Dgcs_file_system_test.cc72 0 /* block size */, 0 /* max bytes */, 0 /* max staleness */, in TEST()
73 0 /* stat cache max age */, 0 /* stat cache max entries */, in TEST()
74 0 /* matching paths cache max age */, in TEST()
75 0 /* matching paths cache max entries */, kTestRetryConfig, in TEST()
115 0 /* block size */, 0 /* max bytes */, 0 /* max staleness */, in TEST()
116 0 /* stat cache max age */, 0 /* stat cache max entries */, in TEST()
117 0 /* matching paths cache max age */, in TEST()
118 0 /* matching paths cache max entries */, kTestRetryConfig, in TEST()
157 0 /* block size */, 0 /* max bytes */, 0 /* max staleness */, in TEST()
158 0 /* stat cache max age */, 0 /* stat cache max entries */, in TEST()
[all …]
/external/libmtp/logs/
Dmtp-detect-samsung-gt-b2710.txt115 dc89: Duration UINT32 data type range: MIN 0, MAX -1, STEP 1 GET/SET
116 dc8a: Rating UINT16 data type range: MIN 0, MAX 100, STEP 1 GET/SET
119 dc97: Effective Rating UINT16 data type range: MIN 0, MAX 100, STEP 1 GET/SET
122 de93: Sample Rate UINT32 data type range: MIN 8000, MAX 48000, STEP 50 READ ONLY
125 de9a: Audio Bit Rate UINT32 data type range: MIN 13000, MAX 320999, STEP 1 READ ONLY
131 dc82: Representative Sample Sise UINT32 data type range: MIN 0, MAX 1000000, STEP 1 READ ONLY
132 … dc83: Representative Sample Height UINT32 data type range: MIN 0, MAX 1000000, STEP 1 READ ONLY
133 dc84: Representative Sample Width UINT32 data type range: MIN 0, MAX 1000000, STEP 1 READ ONLY
134 … dc85: Representative Sample Duration UINT32 data type range: MIN 0, MAX 100000, STEP 1 READ ONLY
151 dc87: Width UINT32 data type range: MIN 0, MAX 176, STEP 1 GET/SET
[all …]
Dmtp-detect-trekstor-vibez.txt92 de9a: AudioBitRate UINT32 data type range: MIN 0, MAX 448000, STEP 1 GET/SET
102 dc89: Duration UINT32 data type range: MIN 0, MAX 2147483646, STEP 1 GET/SET
121 dc97: EffectiveRating UINT16 data type range: MIN 0, MAX 100, STEP 1 GET/SET
125 dc83: RepresentativeSampleHeight UINT32 data type range: MIN 1, MAX 1000, STEP 1 READ ONLY
126 dc82: RepresentativeSampleSize UINT32 data type range: MIN 1, MAX 1000000, STEP 1 READ ONLY
127 … dc85: RepresentativeSampleDuration UINT32 data type range: MIN 0, MAX 3600000, STEP 1 READ ONLY
128 dc84: RepresentativeSampleWidth UINT32 data type range: MIN 1, MAX 1000, STEP 1 READ ONLY
129 de93: SampleRate UINT32 data type range: MIN 1, MAX 96000, STEP 1 READ ONLY
135 dc87: Width UINT32 data type range: MIN 0, MAX 65535, STEP 1 READ ONLY
136 dc88: Height UINT32 data type range: MIN 0, MAX 65535, STEP 1 READ ONLY
[all …]
Dmtp-detect-archos-5-v1.txt125 dc89: Duration UINT32 data type range: MIN 1, MAX -1, STEP 1 READ
131 de93: SampleRate UINT32 data type range: MIN 8000, MAX 48000, STEP 1
133 de9a: AudioBitRate UINT32 data type range: MIN 1000, MAX 327680,
145 dc8a: Rating UINT16 data type range: MIN 0, MAX 100, STEP 1 GET/SET
156 dc89: Duration UINT32 data type range: MIN 1, MAX -1, STEP 1 READ
162 de93: SampleRate UINT32 data type range: MIN 8000, MAX 48000, STEP 1
164 de9a: AudioBitRate UINT32 data type range: MIN 5000, MAX 320000,
177 dc8a: Rating UINT16 data type range: MIN 0, MAX 100, STEP 1 GET/SET
188 dc89: Duration UINT32 data type range: MIN 1, MAX -1, STEP 1 READ
194 de93: SampleRate UINT32 data type range: MIN 8000, MAX 96000, STEP 1
[all …]
Dmtp-detect-archos-a504.txt99 dc89: Duration UINT32 data type range: MIN 1, MAX -1, STEP 1 READ ONLY
104 de93: SampleRate UINT32 data type range: MIN 8000, MAX 48000, STEP 1 READ ONLY
105 de9a: AudioBitRate UINT32 data type range: MIN 1000, MAX 327680, STEP 1 READ ONLY
116 dc8a: Rating UINT16 data type range: MIN 0, MAX 100, STEP 1 GET/SET
126 dc89: Duration UINT32 data type range: MIN 1, MAX -1, STEP 1 READ ONLY
131 de93: SampleRate UINT32 data type range: MIN 8000, MAX 48000, STEP 1 READ ONLY
132 de9a: AudioBitRate UINT32 data type range: MIN 5000, MAX 320000, STEP 1 READ ONLY
144 dc8a: Rating UINT16 data type range: MIN 0, MAX 100, STEP 1 GET/SET
154 dc89: Duration UINT32 data type range: MIN 1, MAX -1, STEP 1 READ ONLY
159 de93: SampleRate UINT32 data type range: MIN 8000, MAX 96000, STEP 1 READ ONLY
[all …]
Dmtp-detect-samsung-gt-s8500.txt134 dc89: Duration UINT32 data type range: MIN 0, MAX -1, STEP 1 GET/SET
135 dc8a: Rating UINT16 data type range: MIN 0, MAX 100, STEP 1 GET/SET
138 dc97: Effective Rating UINT16 data type range: MIN 0, MAX 100, STEP 1 GET/SET
141 de93: Sample Rate UINT32 data type range: MIN 8000, MAX 48000, STEP 50 READ ONLY
144 de9a: Audio Bit Rate UINT32 data type range: MIN 13000, MAX 320999, STEP 1 READ ONLY
150 dc82: Representative Sample Sise UINT32 data type range: MIN 0, MAX 1000000, STEP 1 READ ONLY
151 … dc83: Representative Sample Height UINT32 data type range: MIN 0, MAX 1000000, STEP 1 READ ONLY
152 dc84: Representative Sample Width UINT32 data type range: MIN 0, MAX 1000000, STEP 1 READ ONLY
153 … dc85: Representative Sample Duration UINT32 data type range: MIN 0, MAX 100000, STEP 1 READ ONLY
170 dc87: Width UINT32 data type range: MIN 0, MAX 1280, STEP 1 GET/SET
[all …]
/external/u-boot/arch/arm/dts/
Dexynos5422-odroidxu3.dts46 regulator-max-microvolt = <1000000>;
53 regulator-max-microvolt = <1800000>;
59 regulator-max-microvolt = <1800000>;
65 regulator-max-microvolt = <1800000>;
72 regulator-max-microvolt = <1000000>;
79 regulator-max-microvolt = <1800000>;
86 regulator-max-microvolt = <1800000>;
93 regulator-max-microvolt = <3000000>;
100 regulator-max-microvolt = <1800000>;
107 regulator-max-microvolt = <1000000>;
[all …]
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 …]
/external/skqp/src/compute/hs/cl/intel/gen8/u32/
Dhs_kernels.pre.cl20 r5 = max(r1, r5);
25 r6 = max(r2, r6);
30 r7 = max(r3, r7);
35 r8 = max(r4, r8);
40 r3 = max(r1, r3);
45 r4 = max(r2, r4);
50 r7 = max(r5, r7);
55 r8 = max(r6, r8);
60 r5 = max(r3, r5);
65 r6 = max(r4, r6);
[all …]
/external/skia/src/compute/hs/cl/intel/gen8/u32/
Dhs_kernels.pre.cl20 r5 = max(r1, r5);
25 r6 = max(r2, r6);
30 r7 = max(r3, r7);
35 r8 = max(r4, r8);
40 r3 = max(r1, r3);
45 r4 = max(r2, r4);
50 r7 = max(r5, r7);
55 r8 = max(r6, r8);
60 r5 = max(r3, r5);
65 r6 = max(r4, r6);
[all …]
/external/libcxx/test/std/utilities/time/time.traits/time.traits.duration_values/
Dmax.pass.cpp12 // duration_values::max // noexcept after C++17
23 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()
[all …]

12345678910>>...324