Home
last modified time | relevance | path

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

12345678910>>...352

/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/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/perfetto/test/trace_processor/memory/
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/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/llvm-project/lld/test/ELF/
Dcommon-page.s10 # Increase max-page-size to 64k while using the default x86_64 common page size
14 # RUN: ld.lld -z max-page-size=0x10000 -z common-page-size=0x1000 %t -o %t2
15 # RUN: llvm-readobj --sections -l %t2 | FileCheck --check-prefix=CHECK-MAX %s
17 # CHECK-MAX: Sections [
18 # CHECK-MAX-NEXT: Section {
19 # CHECK-MAX-NEXT: Index: 0
20 # CHECK-MAX-NEXT: Name: (0)
21 # CHECK-MAX-NEXT: Type: SHT_NULL (0x0)
22 # CHECK-MAX-NEXT: Flags [ (0x0)
23 # CHECK-MAX-NEXT: ]
[all …]
/external/llvm-project/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 …]
/external/rust/crates/num-integer/tests/
Daverage.rs15 let max = $crate::std::$I::MAX; localVariable
16 assert_eq!((max - 3).average_ceil(&(max - 1)), max - 2);
17 assert_eq!((max - 3).average_ceil(&(max - 2)), max - 2);
26 let max = $crate::std::$I::MAX; localVariable
27 assert_eq!(min.average_ceil(&max), 0 as $I);
39 let max = $crate::std::$I::MAX; localVariable
40 assert_eq!((max - 3).average_floor(&(max - 1)), max - 2);
41 assert_eq!((max - 3).average_floor(&(max - 2)), max - 3);
50 let max = $crate::std::$I::MAX; localVariable
51 assert_eq!(min.average_floor(&max), -1 as $I);
[all …]
/external/llvm-project/polly/lib/External/isl/test_inputs/codegen/omega/
Dwak1-1.c5 for (int c0 = max(a3, a2); c0 <= min(min(a1 - 1, b3), b2); c0 += 1) {
9 for (int c0 = max(max(a3, b3 + 1), a2); c0 <= min(a1 - 1, b2); c0 += 1)
13 for (int c0 = max(a1, a2); c0 <= min(min(b1, a3 - 1), b2); c0 += 1) {
17 for (int c0 = max(a1, a3); c0 <= min(min(b1, b3), a2 - 1); c0 += 1) {
21 for (int c0 = max(max(a1, a3), b3 + 1); c0 <= min(b1, a2 - 1); c0 += 1)
23 for (int c0 = max(max(a1, a3), a2); c0 <= min(min(b1, b3), b2); c0 += 1) {
28 for (int c0 = max(max(max(a1, a3), b3 + 1), a2); c0 <= min(b1, b2); c0 += 1) {
32 for (int c0 = max(max(a1, a2), b2 + 1); c0 <= min(b1, a3 - 1); c0 += 1)
34 for (int c0 = max(max(a3, a2), b2 + 1); c0 <= min(a1 - 1, b3); c0 += 1)
36 for (int c0 = max(max(max(a1, a3), a2), b2 + 1); c0 <= min(b1, b3); c0 += 1) {
[all …]
/external/llvm-project/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/XNNPACK/test/
Df32-vmax.cc25 .Test(xnn_f32_vmax_ukernel__neon_x4, VBinOpMicrokernelTester::OpType::Max); in TEST()
33 .Test(xnn_f32_vmax_ukernel__neon_x4, VBinOpMicrokernelTester::OpType::Max); in TEST()
42 .Test(xnn_f32_vmax_ukernel__neon_x4, VBinOpMicrokernelTester::OpType::Max); in TEST()
51 .Test(xnn_f32_vmax_ukernel__neon_x4, VBinOpMicrokernelTester::OpType::Max); in TEST()
61 .Test(xnn_f32_vmax_ukernel__neon_x4, VBinOpMicrokernelTester::OpType::Max); in TEST()
71 .Test(xnn_f32_vmax_ukernel__neon_x4, VBinOpMicrokernelTester::OpType::Max); in TEST()
82 .Test(xnn_f32_vmax_ukernel__neon_x4, VBinOpMicrokernelTester::OpType::Max); in TEST()
93 .Test(xnn_f32_vmax_ukernel__neon_x8, VBinOpMicrokernelTester::OpType::Max); in TEST()
101 .Test(xnn_f32_vmax_ukernel__neon_x8, VBinOpMicrokernelTester::OpType::Max); in TEST()
110 .Test(xnn_f32_vmax_ukernel__neon_x8, VBinOpMicrokernelTester::OpType::Max); in TEST()
[all …]
Dqs8-requantization.cc29 .qmax(std::numeric_limits<int8_t>::max()) in TEST()
37 zero_point <= std::numeric_limits<int8_t>::max(); in TEST()
44 .qmax(std::numeric_limits<int8_t>::max()) in TEST()
53 zero_point <= std::numeric_limits<int8_t>::max(); in TEST()
60 .qmax(std::numeric_limits<int8_t>::max()) in TEST()
69 zero_point <= std::numeric_limits<int8_t>::max(); in TEST()
76 .qmax(std::numeric_limits<int8_t>::max()) in TEST()
85 zero_point <= std::numeric_limits<int8_t>::max(); in TEST()
92 .qmax(std::numeric_limits<int8_t>::max()) in TEST()
102 .qmax(std::numeric_limits<int8_t>::max()) in TEST()
[all …]
/external/openscreen/util/
Dsaturate_cast_unittest.cc18 {std::numeric_limits<int64_t>::max(), in TEST()
19 std::numeric_limits<int32_t>::max()}, in TEST()
20 {std::numeric_limits<int64_t>::max() / 2 + 42, in TEST()
21 std::numeric_limits<int32_t>::max()}, in TEST()
22 {std::numeric_limits<int32_t>::max(), in TEST()
23 std::numeric_limits<int32_t>::max()}, in TEST()
45 {std::numeric_limits<uint64_t>::max(), in TEST()
46 std::numeric_limits<uint32_t>::max()}, in TEST()
47 {std::numeric_limits<uint64_t>::max() / 2 + 42, in TEST()
48 std::numeric_limits<uint32_t>::max()}, in TEST()
[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-project/llvm/test/Transforms/InstCombine/
Dminmax-of-minmax.ll7 ; CHECK-NEXT: [[MAX:%.*]] = select i1 [[CMP2]], i32 [[X]], i32 [[Y]]
8 ; CHECK-NEXT: ret i32 [[MAX]]
13 %max = select i1 %cmp2, i32 %x, i32 %y
14 %cmp3 = icmp sgt i32 %max, %min
15 %r = select i1 %cmp3, i32 %max, i32 %min
22 ; CHECK-NEXT: [[MAX:%.*]] = select i1 [[CMP2]], i32 [[X]], i32 [[Y]]
23 ; CHECK-NEXT: ret i32 [[MAX]]
28 %max = select i1 %cmp2, i32 %x, i32 %y
29 %cmp3 = icmp sgt i32 %max, %min
30 %r = select i1 %cmp3, i32 %max, i32 %min
[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.cc82 0 /* max bytes */, 0 /* max staleness */, 0 /* stat cache max age */, in TEST()
83 0 /* stat cache max entries */, 0 /* matching paths cache max age */, in TEST()
84 0 /* matching paths cache max entries */, kTestRetryConfig, in TEST()
130 0 /* max bytes */, 0 /* max staleness */, 0 /* stat cache max age */, in TEST()
131 0 /* stat cache max entries */, 0 /* matching paths cache max age */, in TEST()
132 0 /* matching paths cache max entries */, kTestRetryConfig, in TEST()
179 0 /* max bytes */, 0 /* max staleness */, 0 /* stat cache max age */, in TEST()
180 0 /* stat cache max entries */, 0 /* matching paths cache max age */, in TEST()
181 0 /* matching paths cache max entries */, kTestRetryConfig, in TEST()
227 0 /* max bytes */, 0 /* max staleness */, 0 /* stat cache max age */, in TEST()
[all …]
/external/llvm-project/clang/test/SemaCXX/
Dwarn-max-unsigned-zero.cpp6 T max(const T &, const T &);
10 auto a = std::max(55u, 0u); in test()
11 …// expected-warning@-1{{taking the max of a value and unsigned zero is always equal to the other v… in test()
12 // expected-note@-2{{remove call to max function and unsigned zero argument}} in test()
15 auto b = std::max(u, 0u); in test()
16 …// expected-warning@-1{{taking the max of a value and unsigned zero is always equal to the other v… in test()
17 // expected-note@-2{{remove call to max function and unsigned zero argument}} in test()
18 …// fix-it:"/usr/local/google/home/rtrieu/clang/open/llvm/tools/clang/test/SemaCXX/warn-max-unsigne… in test()
19 …// fix-it:"/usr/local/google/home/rtrieu/clang/open/llvm/tools/clang/test/SemaCXX/warn-max-unsigne… in test()
20 auto c = std::max(0u, 55u); in test()
[all …]
/external/oboe/samples/RhythmGame/third_party/glm/gtc/
Drandom.inl25 std::rand() % std::numeric_limits<uint8>::max());
35 std::rand() % std::numeric_limits<uint8>::max(),
36 std::rand() % std::numeric_limits<uint8>::max());
46 std::rand() % std::numeric_limits<uint8>::max(),
47 std::rand() % std::numeric_limits<uint8>::max(),
48 std::rand() % std::numeric_limits<uint8>::max());
58 std::rand() % std::numeric_limits<uint8>::max(),
59 std::rand() % std::numeric_limits<uint8>::max(),
60 std::rand() % std::numeric_limits<uint8>::max(),
61 std::rand() % std::numeric_limits<uint8>::max());
[all …]

12345678910>>...352