| /external/python/cpython2/Lib/test/decimaltestdata/ |
| D | max.decTest | 2 -- 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 …]
|
| D | ddMax.decTest | 32 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 …]
|
| D | dqMax.decTest | 32 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/ |
| D | max.decTest | 2 -- 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 …]
|
| D | ddMax.decTest | 32 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 …]
|
| D | dqMax.decTest | 32 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/diff_tests/memory/ |
| D | android_mem_counters.out | 7 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 …]
|
| D | android_mem_by_priority.out | 7 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/ |
| D | expect.1 | 5 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/ |
| D | average.rs | 15 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/ |
| D | minmax_reduction.ll | 11 ; 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/jazzer-api/agent/src/main/java/com/code_intelligence/jazzer/runtime/ |
| D | FuzzedDataProviderImpl.java | 139 public byte consumeByte(byte min, byte max) { in consumeByte() argument 140 if (min > max) { in consumeByte() 142 String.format("min must be <= max (got min: %d, max: %d)", min, max)); in consumeByte() 144 return consumeByteUnchecked(min, max); in consumeByte() 150 public short consumeShort(short min, short max) { in consumeShort() argument 151 if (min > max) { in consumeShort() 153 String.format("min must be <= max (got min: %d, max: %d)", min, max)); in consumeShort() 155 return consumeShortUnchecked(min, max); in consumeShort() 163 public int consumeInt(int min, int max) { in consumeInt() argument 164 if (min > max) { in consumeInt() [all …]
|
| /external/cronet/net/http/ |
| D | http_security_headers_unittest.cc | 50 EXPECT_FALSE(ParseHSTSHeader("max-age", &max_age, &include_subdomains)); in TEST_F() 51 EXPECT_FALSE(ParseHSTSHeader(" max-age", &max_age, in TEST_F() 53 EXPECT_FALSE(ParseHSTSHeader(" max-age ", &max_age, in TEST_F() 55 EXPECT_FALSE(ParseHSTSHeader("max-age=", &max_age, &include_subdomains)); in TEST_F() 56 EXPECT_FALSE(ParseHSTSHeader(" max-age=", &max_age, in TEST_F() 58 EXPECT_FALSE(ParseHSTSHeader(" max-age =", &max_age, in TEST_F() 60 EXPECT_FALSE(ParseHSTSHeader(" max-age= ", &max_age, in TEST_F() 62 EXPECT_FALSE(ParseHSTSHeader(" max-age = ", &max_age, in TEST_F() 64 EXPECT_FALSE(ParseHSTSHeader(" max-age = xy", &max_age, in TEST_F() 66 EXPECT_FALSE(ParseHSTSHeader(" max-age = 3488a923", &max_age, in TEST_F() [all …]
|
| /external/XNNPACK/test/ |
| D | f32-vmax.cc | 26 .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 …]
|
| D | qs8-requantization.cc | 29 .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/ |
| D | saturate_cast_unittest.cc | 18 {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/ |
| D | TimelineApplet.form | 20 <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 …]
|
| D | TweenApplet.form | 20 <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/perfetto/src/trace_processor/metrics/sql/chrome/ |
| D | event_latency_to_breakdowns.sql | 100 …max(CASE WHEN name = "GenerationToRendererCompositor" THEN dur END) AS GenerationToRendererComposi… 101 max(CASE WHEN name = "GenerationToBrowserMain" THEN dur END) AS GenerationToBrowserMainNs, 102 …max(CASE WHEN name = "BrowserMainToRendererCompositor" THEN dur END) AS BrowserMainToRendererCompo… 103 …max(CASE WHEN name = "RendererCompositorQueueingDelay" THEN dur END) AS RendererCompositorQueueing… 104 …max(CASE WHEN name = "RendererCompositorProcessing" THEN dur END) AS RendererCompositorProcessingN… 105 max(CASE WHEN name = "RendererCompositorToMain" THEN dur END) AS RendererCompositorToMainNs, 106 max(CASE WHEN name = "RendererMainProcessing" THEN dur END) AS RendererMainProcessingNs, 108 …max(CASE WHEN name = "ArrivedInRendererCompositorToTermination" THEN dur END) AS ArrivedInRenderer… 109 …max(CASE WHEN name = "RendererCompositorStartedToTermination" THEN dur END) AS RendererCompositorS… 110 …max(CASE WHEN name = "RendererCompositorFinishedToTermination" THEN dur END) AS RendererCompositor… [all …]
|
| /external/tensorflow/tensorflow/core/platform/cloud/ |
| D | gcs_file_system_test.cc | 82 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() 129 0 /* max bytes */, 0 /* max staleness */, 0 /* stat cache max age */, in TEST() 130 0 /* stat cache max entries */, 0 /* matching paths cache max age */, in TEST() 131 0 /* matching paths cache max entries */, kTestRetryConfig, in TEST() 177 0 /* max bytes */, 0 /* max staleness */, 0 /* stat cache max age */, in TEST() 178 0 /* stat cache max entries */, 0 /* matching paths cache max age */, in TEST() 179 0 /* matching paths cache max entries */, kTestRetryConfig, in TEST() 224 0 /* max bytes */, 0 /* max staleness */, 0 /* stat cache max age */, in TEST() [all …]
|
| /external/llvm/unittests/Support/ |
| D | MathExtrasTest.cpp | 225 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/trace-cmd/Documentation/trace-cmd/ |
| D | trace-cmd-profile.1.txt | 110 Event: sched_switch:R (2) Total: 234559 Avg: 117279 Max: 129886 Min:104673 113 100% (2) time:234559 max:129886 min:104673 avg:117279 119 | 55% (1) time:129886 max:129886 min:0 avg:129886 129 45% (1) time:104673 max:104673 min:0 avg:104673 145 Event: sched_switch:S (1) Total: 1000513242 Avg: 1000513242 Max: 1000513242 Min:1000513242 148 100% (1) time:1000513242 max:1000513242 min:0 avg:1000513242 159 Event: sched_wakeup:1121 (1) Total: 43405 Avg: 43405 Max: 43405 Min:43405 162 100% (1) time:43405 max:43405 min:0 avg:43405 184 Event: func: sys_nanosleep() (1) Total: 1000598016 Avg: 1000598016 Max: 1000598016 Min:1000598016 185 Event: func: sys_munmap() (1) Total: 14300 Avg: 14300 Max: 14300 Min:14300 [all …]
|
| /external/cronet/net/third_party/quiche/src/quiche/quic/core/ |
| D | quic_interval.h | 18 // as the half-open QuicInterval [min, max). A point p is considered to be 19 // contained in the QuicInterval iff p >= min && p < max. One consequence of 21 // the QuicInterval but max is not. There is no canonical representation for the 22 // empty QuicInterval; rather, any QuicInterval where max <= min is regarded as 24 // despite possibly having different underlying min() or max() values. Also 26 // "max" rather than "begin" and "end" as is conventional for the STL. 34 // either they are both empty or if their corresponding min and max fields 94 // Construct an QuicInterval representing the QuicInterval [min, max). If min 95 // < max, the constructed object will represent the non-empty QuicInterval 96 // containing all values from min up to (but not including) max. On the other [all …]
|
| /external/oboe/samples/RhythmGame/third_party/glm/gtc/ |
| D | random.inl | 25 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/ |
| D | safe_numerics_unittest.cc | 56 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 …]
|