/external/llvm-project/clang/unittests/StaticAnalyzer/ |
D | RangeSetTest.cpp | 74 constexpr type MIN = std::numeric_limits<type>::min(); in checkNegate() local 84 static_assert(MIN < A && A < B && B < MID && MID < C && C < D && D < MAX, in checkNegate() 90 {BVF, F, {MIN, A}, {MIN, MIN, D, MAX}}, in checkNegate() 91 {BVF, F, {MIN, C}, {MIN, MIN, B, MAX}}, in checkNegate() 92 {BVF, F, {MIN, MID}, {MIN, MIN, MID, MAX}}, in checkNegate() 93 {BVF, F, {MIN, MAX}, {MIN, MAX}}, in checkNegate() 96 {BVF, F, {MIN, A, D, MAX}, {MIN, A, D, MAX}}, in checkNegate() 97 {BVF, F, {MIN, B, MID, D}, {MIN, MIN, A, MID, C, MAX}}, in checkNegate() 98 {BVF, F, {MIN, MID, C, D}, {MIN, MIN, A, B, MID, MAX}}, in checkNegate() 99 {BVF, F, {MIN, MID, C, MAX}, {MIN, B, MID, MAX}}, in checkNegate() [all …]
|
/external/rust/crates/num-traits/src/ |
D | bounds.rs | 33 bounded_impl!(usize, usize::MIN, usize::MAX); 34 bounded_impl!(u8, u8::MIN, u8::MAX); 35 bounded_impl!(u16, u16::MIN, u16::MAX); 36 bounded_impl!(u32, u32::MIN, u32::MAX); 37 bounded_impl!(u64, u64::MIN, u64::MAX); 39 bounded_impl!(u128, u128::MIN, u128::MAX); 41 bounded_impl!(isize, isize::MIN, isize::MAX); 42 bounded_impl!(i8, i8::MIN, i8::MAX); 43 bounded_impl!(i16, i16::MIN, i16::MAX); 44 bounded_impl!(i32, i32::MIN, i32::MAX); [all …]
|
/external/igt-gpu-tools/tools/ |
D | intel_gpu_frequency.c | 40 MIN, enumerator 203 act_upon[MIN] = true; in parse() 206 new_freq[MIN] = new_freq[MAX]; in parse() 220 act_upon[MIN] = true; in parse() 221 sscanf(optarg+4, "%d", &new_freq[MIN]); in parse() 238 new_freq[MIN] = tmp; in parse() 240 act_upon[MIN] = true; in parse() 246 new_freq[MIN] = tmp; in parse() 248 act_upon[MIN] = true; in parse() 254 new_freq[MIN] = tmp; in parse() [all …]
|
/external/rust/crates/chrono/src/ |
D | oldtime.rs | 56 pub const MIN: Duration = Duration { constant 57 secs: i64::MIN / MILLIS_PER_SEC - 1, 58 nanos: NANOS_PER_SEC + (i64::MIN % MILLIS_PER_SEC) as i32 * NANOS_PER_MILLI, 110 if d < MIN || d > MAX { in seconds() 219 if d < MIN || d > MAX { in checked_add() 237 if d < MIN || d > MAX { in checked_sub() 253 MIN in min_value() 458 use super::{Duration, OutOfRangeError, MAX, MIN}; 493 assert_eq!(Duration::days(i32::MIN as i64).num_days(), i32::MIN as i64); in test_duration_num_days() 517 assert_eq!(Duration::milliseconds(i64::MIN).num_milliseconds(), i64::MIN); in test_duration_num_milliseconds() [all …]
|
/external/igt-gpu-tools/tests/i915/ |
D | i915_pm_rps.c | 49 MIN, enumerator 119 if (freqs[CUR] >= freqs[MIN] && freqs[CUR] <= freqs[MAX]) in wait_freq_settle() 156 igt_assert_lte(freqs[MIN], freqs[MAX]); in check_freq_constraints() 159 igt_assert_lte(freqs[RPn], freqs[MIN]); in check_freq_constraints() 342 if (freqs[MIN] > target) in get_hw_rounded_freq() 343 idx = MIN; in get_hw_rounded_freq() 376 writeval(sysfs_files[MIN].filp, origfreqs[RPn]); in min_max_config() 383 writeval(sysfs_files[MIN].filp, fmid); in min_max_config() 389 writeval(sysfs_files[MIN].filp, origfreqs[RP0]); in min_max_config() 395 writeval_inval(sysfs_files[MIN].filp, origfreqs[RP0] + 1000); in min_max_config() [all …]
|
/external/flac/src/plugin_common/ |
D | dither.c | 58 …_t target_bps, FLAC__int32 sample, dither_state *dither, const FLAC__int32 MIN, const FLAC__int32 … in linear_dither() argument 92 else if(output < MIN) { in linear_dither() 93 output = MIN; in linear_dither() 95 if(sample < MIN) in linear_dither() 96 sample = MIN; in linear_dither() 127 const FLAC__int32 MIN = -(1L << (source_bps - 1)); in FLAC__plugin_common__pack_pcm_signed_big_endian() local 128 const FLAC__int32 MAX = ~MIN; /*(1L << (source_bps-1)) - 1 */ in FLAC__plugin_common__pack_pcm_signed_big_endian() 137 sample = linear_dither(source_bps, target_bps, *input_++, &dither[channel], MIN, MAX); in FLAC__plugin_common__pack_pcm_signed_big_endian() 208 const FLAC__int32 MIN = -(1L << (source_bps - 1)); in FLAC__plugin_common__pack_pcm_signed_little_endian() local 209 const FLAC__int32 MAX = ~MIN; /*(1L << (source_bps-1)) - 1 */ in FLAC__plugin_common__pack_pcm_signed_little_endian() [all …]
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | misched-ilp.ll | 2 …e=x86_64-apple-macosx -mattr=+sse2 -enable-misched -misched=ilpmin | FileCheck -check-prefix=MIN %s 12 ; MIN: addss 13 ; MIN: addss 14 ; MIN: subss 15 ; MIN: addss 16 ; MIN: addss
|
/external/llvm/test/CodeGen/X86/ |
D | misched-ilp.ll | 2 …e=x86_64-apple-macosx -mattr=+sse2 -enable-misched -misched=ilpmin | FileCheck -check-prefix=MIN %s 12 ; MIN: addss 13 ; MIN: addss 14 ; MIN: subss 15 ; MIN: addss 16 ; MIN: addss
|
/external/compiler-rt/lib/builtins/ |
D | mulvdi3.c | 25 const di_int MIN = (di_int)1 << (N-1); in __mulvdi3() local 26 const di_int MAX = ~MIN; in __mulvdi3() 27 if (a == MIN) in __mulvdi3() 33 if (b == MIN) in __mulvdi3() 52 if (abs_a > MIN / -abs_b) in __mulvdi3()
|
D | mulvsi3.c | 25 const si_int MIN = (si_int)1 << (N-1); in __mulvsi3() local 26 const si_int MAX = ~MIN; in __mulvsi3() 27 if (a == MIN) in __mulvsi3() 33 if (b == MIN) in __mulvsi3() 52 if (abs_a > MIN / -abs_b) in __mulvsi3()
|
D | mulvti3.c | 27 const ti_int MIN = (ti_int)1 << (N-1); in __mulvti3() local 28 const ti_int MAX = ~MIN; in __mulvti3() 29 if (a == MIN) in __mulvti3() 35 if (b == MIN) in __mulvti3() 54 if (abs_a > MIN / -abs_b) in __mulvti3()
|
D | mulosi4.c | 25 const si_int MIN = (si_int)1 << (N-1); in __mulosi4() local 26 const si_int MAX = ~MIN; in __mulosi4() 29 if (a == MIN) in __mulosi4() 35 if (b == MIN) in __mulosi4() 54 if (abs_a > MIN / -abs_b) in __mulosi4()
|
D | mulodi4.c | 25 const di_int MIN = (di_int)1 << (N-1); in __mulodi4() local 26 const di_int MAX = ~MIN; in __mulodi4() 29 if (a == MIN) in __mulodi4() 35 if (b == MIN) in __mulodi4() 54 if (abs_a > MIN / -abs_b) in __mulodi4()
|
D | muloti4.c | 27 const ti_int MIN = (ti_int)1 << (N-1); in __muloti4() local 28 const ti_int MAX = ~MIN; in __muloti4() 31 if (a == MIN) in __muloti4() 37 if (b == MIN) in __muloti4() 56 if (abs_a > MIN / -abs_b) in __muloti4()
|
/external/llvm-project/libcxx/src/filesystem/ |
D | int128_builtins.cpp | 24 const __int128_t MIN = (__int128_t)1 << (N - 1); in __muloti4() local 25 const __int128_t MAX = ~MIN; in __muloti4() 28 if (a == MIN) { in __muloti4() 33 if (b == MIN) { in __muloti4() 48 if (abs_a > MIN / -abs_b) in __muloti4()
|
/external/libcxx/src/filesystem/ |
D | int128_builtins.cpp | 25 const __int128_t MIN = (__int128_t)1 << (N - 1); in __muloti4() local 26 const __int128_t MAX = ~MIN; in __muloti4() 29 if (a == MIN) { in __muloti4() 34 if (b == MIN) { in __muloti4() 49 if (abs_a > MIN / -abs_b) in __muloti4()
|
/external/rust/crates/half/benches/ |
D | convert.rs | 15 f32::MIN, in bench_f32_to_f16() 35 f64::MIN, in bench_f64_to_f16() 55 f16::MIN, in bench_f16_to_f32() 75 f16::MIN, in bench_f16_to_f64() 101 f32::MIN, in bench_slice_f32_to_f16() 133 f64::MIN, in bench_slice_f64_to_f16() 165 f16::MIN, in bench_slice_f16_to_f32() 197 f16::MIN, in bench_slice_f16_to_f64() 239 f32::MIN, in bench_f32_to_bf16() 259 f64::MIN, in bench_f64_to_bf16() [all …]
|
/external/llvm-project/llvm/test/Transforms/LoopVectorize/PowerPC/ |
D | optimal-epilog-vectorization-profitability.ll | 6 …gue-vectorization -epilogue-vectorization-minimum-VF=4 -S | FileCheck %s --check-prefix=CHECK-MIN-4 7 …passes='loop-vectorize' -enable-epilogue-vectorization -S | FileCheck %s --check-prefix=CHECK-MIN-D 89 ; CHECK-MIN-D-LABLE: @f3 90 ; CHECK-MIN-D-NOT: vector.main.loop.iter.check 91 ; CHECK-MIN-D-NOT: vec.epilog.iter.check 92 ; CHECK-MIN-D-NOT: vec.epilog.ph 93 ; CHECK-MIN-D-NOT: vec.epilog.vector.body 94 ; CHECK-MIN-D-NOT: vec.epilog.middle.block 95 ; CHECK-MIN-D: ret void 99 ; CHECK-MIN-D-LABLE: @f3 [all …]
|
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
D | TensorSyclTuple.h | 147 template <size_t MIN, size_t N, size_t... Is> 154 template <size_t MIN, size_t... Is> 155 struct RangeBuilder<MIN, MIN, Is...> { 165 template <size_t MIN, size_t N, size_t... Is> 166 struct RangeBuilder : public RangeBuilder<MIN, N - 1, N - 1, Is...> {}; 171 template <size_t MIN, size_t MAX> 172 struct IndexRange: RangeBuilder<MIN, MAX>::type {};
|
/external/llvm-project/llvm/test/Transforms/InstCombine/ |
D | minmax-of-minmax.ll | 67 ; CHECK-NEXT: [[MIN:%.*]] = select i1 [[CMP2]], i32 [[X]], i32 [[Y]] 68 ; CHECK-NEXT: ret i32 [[MIN]] 82 ; CHECK-NEXT: [[MIN:%.*]] = select i1 [[CMP2]], i32 [[X]], i32 [[Y]] 83 ; CHECK-NEXT: ret i32 [[MIN]] 97 ; CHECK-NEXT: [[MIN:%.*]] = select <2 x i1> [[CMP2]], <2 x i32> [[X]], <2 x i32> [[Y]] 98 ; CHECK-NEXT: ret <2 x i32> [[MIN]] 112 ; CHECK-NEXT: [[MIN:%.*]] = select i1 [[CMP2]], i32 [[X]], i32 [[Y]] 113 ; CHECK-NEXT: ret i32 [[MIN]] 187 ; CHECK-NEXT: [[MIN:%.*]] = select i1 [[CMP2]], i32 [[X]], i32 [[Y]] 188 ; CHECK-NEXT: ret i32 [[MIN]] [all …]
|
/external/llvm-project/compiler-rt/lib/builtins/ |
D | int_mulv_impl.inc | 21 const fixint_t MIN = (fixint_t)1 << (N - 1); 22 const fixint_t MAX = ~MIN; 23 if (a == MIN) { 28 if (b == MIN) { 43 if (abs_a > MIN / -abs_b)
|
D | int_mulo_impl.inc | 21 const fixint_t MIN = (fixint_t)1 << (N - 1); 22 const fixint_t MAX = ~MIN; 25 if (a == MIN) { 30 if (b == MIN) { 45 if (abs_a > MIN / -abs_b)
|
/external/zstd/tests/ |
D | seqgen.c | 15 #define MIN(a, b) ((a) < (b) ? (a) : (b)) macro 74 size_t const setLength = MIN(stream->bytesLeft, (size_t)(oend - op)); in SEQ_gen_matchLength() 129 stream->bytesLeft = MIN(kMatchBytes, value); in SEQ_gen_litLength() 140 stream->bytesLeft = value - MIN(kMatchBytes, value); in SEQ_gen_litLength() 151 stream->bytesLeft = MIN(kMatchBytes, value); in SEQ_gen_litLength() 194 stream->bytesLeft = MIN(value, kMatchBytes); in SEQ_gen_offset() 205 stream->bytesLeft = value - MIN(value, kMatchBytes); in SEQ_gen_offset() 210 size_t const setLength = MIN(stream->bytesLeft, (size_t)(oend - op)); in SEQ_gen_offset() 220 stream->bytesLeft = MIN(value, kMatchBytes); in SEQ_gen_offset()
|
/external/tensorflow/tensorflow/tools/android/test/jni/ |
D | yuv2rgb.cc | 23 #define MIN(a, b) ({__typeof__(a) _a = (a); __typeof__(b) _b = (b); _a < _b ? _a : _b; }) macro 46 nR = MIN(kMaxChannelValue, MAX(0, nR)); in YUV2RGB() 47 nG = MIN(kMaxChannelValue, MAX(0, nG)); in YUV2RGB() 48 nB = MIN(kMaxChannelValue, MAX(0, nB)); in YUV2RGB() 178 nR = MIN(kMaxChannelValue, MAX(0, nR)); in ConvertYUV420SPToRGB565() 179 nG = MIN(kMaxChannelValue, MAX(0, nG)); in ConvertYUV420SPToRGB565() 180 nB = MIN(kMaxChannelValue, MAX(0, nB)); in ConvertYUV420SPToRGB565()
|
/external/rust/crates/num-traits/tests/ |
D | cast.rs | 180 let small = if $t::MIN == 0 || mem::size_of::<$t>() < mem::size_of::<$f>() { 181 $t::MIN as $f - 1.0 183 ($t::MIN as $f).raw_offset(1).floor() 186 dbg!(" testing min {}\n\tvs. {:.0}\n\tand {:.0}", $t::MIN, fmin, small); 187 assert_eq!(Some($t::MIN), cast::<$f, $t>($t::MIN as $f)); 188 assert_eq!(Some($t::MIN), cast::<$f, $t>(fmin)); 257 match ($f::MIN as $BigS).cmp(&($t::MIN as $BigS)) { 259 assert_eq!(Some($f::MIN as $t), cast::<$f, $t>($f::MIN)); 262 assert_eq!(Some($t::MIN), cast::<$f, $t>($f::MIN)); 265 let min = $t::MIN as $f; [all …]
|