Home
last modified time | relevance | path

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

12345678910>>...449

/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/trace_processor/memory/
Dandroid_mem_counters.out7 max: 2523136.0
13 max: 2392064.0
19 max: 0.0
25 max: 2523136.0
36 max: 884736.0
42 max: 2101248.0
48 max: 0.0
54 max: 884736.0
65 max: 3989504.0
71 max: 9334784.0
[all …]
Dandroid_mem_by_priority.out7 max: 4000.0
13 max: 10000.0
19 max: 0.0
25 max: 4000.0
35 max: 3000.0
40 max: 10000.0
45 max: 0.0
50 max: 3000.0
60 max: 4000.0
65 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/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/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/armnn/src/armnn/
DNetworkQuantizationScheme.hpp20 virtual OffsetScalePair ComputeScheme(double min, double max) const = 0;
31 OffsetScalePair ComputeScheme(double min, double max) const override in ComputeScheme()
33 if (min > max) in ComputeScheme()
35 throw InvalidArgumentException("min > max will result in invalid quantization."); in ComputeScheme()
41 max = std::max(0.0, max); // max >= 0.0 in ComputeScheme()
44 if (min == 0.0 && max == 0.0) in ComputeScheme()
46 max = 1.0; in ComputeScheme()
50 double scale = (max-min) / highest; in ComputeScheme()
54 offset = std::max(0.0, std::min(highest, offset)); in ComputeScheme()
66 OffsetScalePair ComputeScheme(double min, double max) const override in ComputeScheme()
[all …]
/external/XNNPACK/test/
Df32-vmax.cc26 .Test(xnn_f32_vmax_ukernel__neon_x4, VBinaryMicrokernelTester::OpType::Max); in TEST()
34 .Test(xnn_f32_vmax_ukernel__neon_x4, VBinaryMicrokernelTester::OpType::Max); in TEST()
43 .Test(xnn_f32_vmax_ukernel__neon_x4, VBinaryMicrokernelTester::OpType::Max); in TEST()
52 .Test(xnn_f32_vmax_ukernel__neon_x4, VBinaryMicrokernelTester::OpType::Max); in TEST()
62 .Test(xnn_f32_vmax_ukernel__neon_x4, VBinaryMicrokernelTester::OpType::Max); in TEST()
72 .Test(xnn_f32_vmax_ukernel__neon_x4, VBinaryMicrokernelTester::OpType::Max); in TEST()
83 .Test(xnn_f32_vmax_ukernel__neon_x4, VBinaryMicrokernelTester::OpType::Max); in TEST()
94 .Test(xnn_f32_vmax_ukernel__neon_x8, VBinaryMicrokernelTester::OpType::Max); in TEST()
102 .Test(xnn_f32_vmax_ukernel__neon_x8, VBinaryMicrokernelTester::OpType::Max); in TEST()
111 .Test(xnn_f32_vmax_ukernel__neon_x8, VBinaryMicrokernelTester::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 …]
Df32-qu8-vcvt.cc26 .qmax(std::numeric_limits<uint8_t>::max()) in TEST()
36 .qmax(std::numeric_limits<uint8_t>::max()) in TEST()
47 .qmax(std::numeric_limits<uint8_t>::max()) in TEST()
58 .qmax(std::numeric_limits<uint8_t>::max()) in TEST()
71 .qmax(std::numeric_limits<uint8_t>::max()) in TEST()
84 .qmax(std::numeric_limits<uint8_t>::max()) in TEST()
98 .qmax(std::numeric_limits<uint8_t>::max()) in TEST()
110 .qmax(std::numeric_limits<uint8_t>::max()) in TEST()
124 .qmax(std::numeric_limits<uint8_t>::max()) in TEST()
153 .qmax(std::numeric_limits<uint8_t>::max()) in TEST()
[all …]
Df32-qs8-vcvt.cc26 .qmax(std::numeric_limits<int8_t>::max()) in TEST()
36 .qmax(std::numeric_limits<int8_t>::max()) in TEST()
47 .qmax(std::numeric_limits<int8_t>::max()) in TEST()
58 .qmax(std::numeric_limits<int8_t>::max()) in TEST()
70 .qmax(std::numeric_limits<int8_t>::max()) in TEST()
83 .qmax(std::numeric_limits<int8_t>::max()) in TEST()
96 .qmax(std::numeric_limits<int8_t>::max()) in TEST()
108 .qmax(std::numeric_limits<int8_t>::max()) in TEST()
121 .qmax(std::numeric_limits<int8_t>::max()) in TEST()
149 .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/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/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/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 …]
/external/libchrome/base/
Dsafe_numerics_unittest.cc56 return SrcLimits::max(); in GetMaxConvertibleToFloat()
57 Src max = SrcLimits::max() / 2 + (SrcLimits::is_integer ? 1 : 0); in GetMaxConvertibleToFloat() local
58 while (max != static_cast<Src>(static_cast<Dst>(max))) { in GetMaxConvertibleToFloat()
59 max /= 2; in GetMaxConvertibleToFloat()
61 return static_cast<Dst>(max); in GetMaxConvertibleToFloat()
196 dummy_ptr + StrictNumeric<size_t>(std::numeric_limits<size_t>::max()), in TestStrictPointerMath()
212 TEST_EXPECTED_VALUE(DstLimits::max(), in TestSpecializedArithmetic()
213 MakeCheckedNum(-DstLimits::max()).Abs()); in TestSpecializedArithmetic()
220 TEST_EXPECTED_VALUE(DstLimits::max(), in TestSpecializedArithmetic()
221 MakeClampedNum(-DstLimits::max()).Abs()); in TestSpecializedArithmetic()
[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/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>>...449