/external/llvm-project/clang/test/CodeGen/ |
D | aarch64-neon-vcombine.c | 10 int8x16_t test_vcombine_s8(int8x8_t low, int8x8_t high) { in test_vcombine_s8() argument 11 return vcombine_s8(low, high); in test_vcombine_s8() 17 int16x8_t test_vcombine_s16(int16x4_t low, int16x4_t high) { in test_vcombine_s16() argument 18 return vcombine_s16(low, high); in test_vcombine_s16() 24 int32x4_t test_vcombine_s32(int32x2_t low, int32x2_t high) { in test_vcombine_s32() argument 25 return vcombine_s32(low, high); in test_vcombine_s32() 31 int64x2_t test_vcombine_s64(int64x1_t low, int64x1_t high) { in test_vcombine_s64() argument 32 return vcombine_s64(low, high); in test_vcombine_s64() 38 uint8x16_t test_vcombine_u8(uint8x8_t low, uint8x8_t high) { in test_vcombine_u8() argument 39 return vcombine_u8(low, high); in test_vcombine_u8() [all …]
|
/external/clang/test/CodeGen/ |
D | aarch64-neon-vcombine.c | 10 int8x16_t test_vcombine_s8(int8x8_t low, int8x8_t high) { in test_vcombine_s8() argument 11 return vcombine_s8(low, high); in test_vcombine_s8() 17 int16x8_t test_vcombine_s16(int16x4_t low, int16x4_t high) { in test_vcombine_s16() argument 18 return vcombine_s16(low, high); in test_vcombine_s16() 24 int32x4_t test_vcombine_s32(int32x2_t low, int32x2_t high) { in test_vcombine_s32() argument 25 return vcombine_s32(low, high); in test_vcombine_s32() 31 int64x2_t test_vcombine_s64(int64x1_t low, int64x1_t high) { in test_vcombine_s64() argument 32 return vcombine_s64(low, high); in test_vcombine_s64() 38 uint8x16_t test_vcombine_u8(uint8x8_t low, uint8x8_t high) { in test_vcombine_u8() argument 39 return vcombine_u8(low, high); in test_vcombine_u8() [all …]
|
/external/compiler-rt/lib/builtins/ |
D | udivmodti4.c | 38 if (n.s.high == 0) in __udivmodti4() 40 if (d.s.high == 0) in __udivmodti4() 61 if (d.s.high == 0) in __udivmodti4() 68 *rem = n.s.high % d.s.low; in __udivmodti4() 69 return n.s.high / d.s.low; in __udivmodti4() 80 r.s.high = n.s.high % d.s.high; in __udivmodti4() 84 return n.s.high / d.s.high; in __udivmodti4() 90 if ((d.s.high & (d.s.high - 1)) == 0) /* if d is a power of 2 */ in __udivmodti4() 95 r.s.high = n.s.high & (d.s.high - 1); in __udivmodti4() 98 return n.s.high >> __builtin_ctzll(d.s.high); in __udivmodti4() [all …]
|
D | udivmoddi4.c | 36 if (n.s.high == 0) in __udivmoddi4() 38 if (d.s.high == 0) in __udivmoddi4() 59 if (d.s.high == 0) in __udivmoddi4() 66 *rem = n.s.high % d.s.low; in __udivmoddi4() 67 return n.s.high / d.s.low; in __udivmoddi4() 78 r.s.high = n.s.high % d.s.high; in __udivmoddi4() 82 return n.s.high / d.s.high; in __udivmoddi4() 88 if ((d.s.high & (d.s.high - 1)) == 0) /* if d is a power of 2 */ in __udivmoddi4() 93 r.s.high = n.s.high & (d.s.high - 1); in __udivmoddi4() 96 return n.s.high >> __builtin_ctz(d.s.high); in __udivmoddi4() [all …]
|
D | int_types.h | 40 si_int high; member 42 si_int high; 55 su_int high; member 57 su_int high; 80 di_int high; member 82 di_int high; 95 du_int high; member 97 du_int high; 105 r.s.high = h; in make_ti() 112 r.s.high = h; in make_tu() [all …]
|
/external/llvm-project/compiler-rt/lib/builtins/ |
D | udivmoddi4.c | 38 if (n.s.high == 0) { in __udivmoddi4() 39 if (d.s.high == 0) { in __udivmoddi4() 56 if (d.s.high == 0) { in __udivmoddi4() 61 *rem = n.s.high % d.s.low; in __udivmoddi4() 62 return n.s.high / d.s.low; in __udivmoddi4() 70 r.s.high = n.s.high % d.s.high; in __udivmoddi4() 74 return n.s.high / d.s.high; in __udivmoddi4() 79 if ((d.s.high & (d.s.high - 1)) == 0) /* if d is a power of 2 */ { in __udivmoddi4() 82 r.s.high = n.s.high & (d.s.high - 1); in __udivmoddi4() 85 return n.s.high >> __builtin_ctz(d.s.high); in __udivmoddi4() [all …]
|
D | int_types.h | 45 si_int high; member 47 si_int high; 58 su_int high; member 60 su_int high; 87 di_int high; member 89 di_int high; 100 du_int high; member 102 du_int high; 110 r.s.high = h; in make_ti() 117 r.s.high = h; in make_tu() [all …]
|
D | udivmodti4.c | 114 if (divisor.s.high == 0) { in __udivmodti4() 115 remainder.s.high = 0; in __udivmodti4() 116 if (dividend.s.high < divisor.s.low) { in __udivmodti4() 118 quotient.s.low = udiv128by64to64(dividend.s.high, dividend.s.low, in __udivmodti4() 120 quotient.s.high = 0; in __udivmodti4() 124 quotient.s.high = dividend.s.high / divisor.s.low; in __udivmodti4() 125 dividend.s.high = dividend.s.high % divisor.s.low; in __udivmodti4() 126 quotient.s.low = udiv128by64to64(dividend.s.high, dividend.s.low, in __udivmodti4() 135 __builtin_clzll(divisor.s.high) - __builtin_clzll(dividend.s.high); in __udivmodti4() 137 quotient.s.high = 0; in __udivmodti4()
|
/external/selinux/libsepol/src/ |
D | port_record.c | 10 int low, high; member 21 int low, high; member 29 int low, int high, int proto, in sepol_port_key_create() argument 42 tmp_key->high = high; in sepol_port_key_create() 52 int *low, int *high, int *proto) in hidden_def() 56 *high = key->high; in hidden_def() 68 (handle, port->low, port->high, port->proto, key_ptr) < 0) { in hidden_def() 72 port->low, port->high); in hidden_def() 89 (port->high == key->high) && (port->proto == key->proto)) in sepol_port_compare() 98 else if (port->high < key->high) in sepol_port_compare() [all …]
|
D | ibpkey_record.c | 17 int low, high; member 28 int low, high; member 101 int low, int high, in sepol_ibpkey_key_create() argument 116 tmp_key->high = high; in sepol_ibpkey_key_create() 127 subnet_prefix, low, high); in sepol_ibpkey_key_create() 134 uint64_t *subnet_prefix, int *low, int *high) in hidden_def() 138 *high = key->high; in hidden_def() 152 (handle, subnet_prefix_str, ibpkey->low, ibpkey->high, key_ptr) < 0) { in hidden_def() 155 ibpkey->low, ibpkey->high); in hidden_def() 182 if (ibpkey->high < key->high) in sepol_ibpkey_compare() [all …]
|
/external/rust/crates/ahash/smhasher/ |
D | fallbackOutput.txt | 87 Testing collisions (high 32-bit) - Expected 0.6, actual 0 (0.00x) 88 Testing collisions (high 19-26 bits) - Worst is 22 bits: 320/611 (0.52x) 89 Testing collisions (high 12-bit) - Expected 50643.0, actual 46547 (0.92x) 90 Testing collisions (high 8-bit) - Expected 50643.0, actual 50387 (0.99x) (-256) 99 Testing collisions (high 32-bit) - Expected 376.5, actual 180 (0.48x) 100 Testing collisions (high 24-36 bits) - Worst is 35 bits: 26/47 (0.55x) 101 Testing collisions (high 12-bit) - Expected 1271626.0, actual 1267530 (1.00x) (-4096) 102 Testing collisions (high 8-bit) - Expected 1271626.0, actual 1271370 (1.00x) (-256) 111 Testing collisions (high 32-bit) - Expected 4746.0, actual 2412 (0.51x) 112 Testing collisions (high 26-39 bits) - Worst is 39 bits: 24/37 (0.65x) [all …]
|
D | ahashOutput.txt | 87 Testing collisions (high 32-bit) - Expected 0.3, actual 1 (3.35x) (1) ! 88 Testing collisions (high 19-25 bits) - Worst is 24 bits: 90/76 (1.18x) 89 Testing collisions (high 12-bit) - Expected 46547.0, actual 46547 (1.00x) 90 Testing collisions (high 8-bit) - Expected 50387.0, actual 50387 (1.00x) 99 Testing collisions (high 32-bit) - Expected 188.2, actual 174 (0.92x) 100 Testing collisions (high 24-35 bits) - Worst is 26 bits: 12182/12047 (1.01x) 101 Testing collisions (high 12-bit) - Expected 1267530.0, actual 1267530 (1.00x) 102 Testing collisions (high 8-bit) - Expected 1271370.0, actual 1271370 (1.00x) 111 Testing collisions (high 32-bit) - Expected 2373.0, actual 2366 (1.00x) (-7) 112 Testing collisions (high 25-38 bits) - Worst is 30 bits: 9627/9492 (1.01x) [all …]
|
/external/deqp/framework/common/ |
D | tcuCompressedTexture.cpp | 431 inline deUint32 getBits (deUint64 src, int low, int high) in getBits() argument 433 const int numBits = (high-low) + 1; in getBits() 1355 inline deUint32 getBits128 (deUint64 low, deUint64 high, deUint32 first, deUint32 last) in getBits128() argument 1357 const deUint64 d[2] = { low, high }; in getBits128() 1389 const deUint32 data1 = (deUint32)(high & mask1); in getBits128() 1831 const deUint64 high = ((deUint64*)src)[1]; in decompressBc6H() local 1832 const deUint32 d = mode < 10 ? getBits128(low, high, 77, 81) : 0; in decompressBc6H() 1837 deUint64 colorIndexData = high >> (mode < 10 ? 18 : 1); in decompressBc6H() 1843 g[2] |= getBits128(low, high, 2, 2) << 4; in decompressBc6H() 1844 b[2] |= getBits128(low, high, 3, 3) << 4; in decompressBc6H() [all …]
|
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
D | TensorUInt128.h | 34 HIGH high; member 39 …TensorUInt128(const TensorUInt128<OTHER_HIGH, OTHER_LOW>& other) : high(other.high), low(other.low… in TensorUInt128() 49 high = other.high; 56 explicit TensorUInt128(const T& x) : high(0), low(x) { in TensorUInt128() 62 TensorUInt128(HIGH y, LOW x) : high(y), low(x) { } in TensorUInt128() 71 return high; in upper() 80 return (lhs.high == rhs.high) & (lhs.low == rhs.low); 87 return (lhs.high != rhs.high) | (lhs.low != rhs.low); 94 if (lhs.high != rhs.high) { 95 return lhs.high > rhs.high; [all …]
|
/external/rust/crates/rand/src/distributions/ |
D | uniform.rs | 180 pub fn new<B1, B2>(low: B1, high: B2) -> Uniform<X> in new() 185 Uniform(X::Sampler::new(low, high)) in new() 190 pub fn new_inclusive<B1, B2>(low: B1, high: B2) -> Uniform<X> in new_inclusive() 195 Uniform(X::Sampler::new_inclusive(low, high)) in new_inclusive() 236 fn new<B1, B2>(low: B1, high: B2) -> Self in new() 246 fn new_inclusive<B1, B2>(low: B1, high: B2) -> Self in new_inclusive() 273 fn sample_single<R: Rng + ?Sized, B1, B2>(low: B1, high: B2, rng: &mut R) -> Self::X in sample_single() 278 let uniform: Self = UniformSampler::new(low, high); in sample_single() 290 fn sample_single_inclusive<R: Rng + ?Sized, B1, B2>(low: B1, high: B2, rng: &mut R) in sample_single_inclusive() 295 let uniform: Self = UniformSampler::new_inclusive(low, high); in sample_single_inclusive() [all …]
|
/external/mesa3d/src/compiler/glsl/ |
D | opt_minmax.cpp | 58 minmax_range(ir_constant *low = NULL, ir_constant *high = NULL) in minmax_range() argument 61 this->high = high; in minmax_range() 70 ir_constant *high; member in __anon00219f130111::minmax_range 293 if (!r0.high) { in combine_range() 294 ret.high = ismin ? r1.high : r0.high; in combine_range() 295 } else if (!r1.high) { in combine_range() 296 ret.high = ismin ? r0.high : r1.high; in combine_range() 298 ret.high = ismin ? smaller_constant(r0.high, r1.high) : in combine_range() 299 larger_constant(r0.high, r1.high); in combine_range() 320 if (!r0.high) in range_intersection() [all …]
|
/external/protobuf/php/src/Google/Protobuf/Internal/ |
D | CodedOutputStream.php | 108 $high = 0; 111 GPBUtil::divideInt64ToInt32($value, $high, $low, $trim); 116 while (($low >= 0x80 || $low < 0) || $high != 0) { 119 $carry = ($high & 0x7F) << ((PHP_INT_SIZE << 3) - 7); 120 $high = ($high >> 7) & ~(0x7F << ((PHP_INT_SIZE << 3) - 7)); 139 $high = 0; 142 GPBUtil::divideInt64ToInt32($value, $high, $low); 145 $high = ($value >> 32) & 0xFFFFFFFF; 152 $buffer[4] = chr($high & 0x000000FF); 153 $buffer[5] = chr(($high >> 8) & 0x000000FF); [all …]
|
/external/libxml2/ |
D | chvalid.c | 169 int low, high, mid; in xmlCharInRange() local 178 high = rptr->nbShortRange - 1; in xmlCharInRange() 180 while (low <= high) { in xmlCharInRange() 181 mid = (low + high) / 2; in xmlCharInRange() 183 high = mid - 1; in xmlCharInRange() 185 if ((unsigned short) val > sptr[mid].high) { in xmlCharInRange() 197 high = rptr->nbLongRange - 1; in xmlCharInRange() 199 while (low <= high) { in xmlCharInRange() 200 mid = (low + high) / 2; in xmlCharInRange() 202 high = mid - 1; in xmlCharInRange() [all …]
|
/external/eigen/test/ |
D | nullary.cpp | 37 …nst VectorType &v, const typename VectorType::Scalar &low, const typename VectorType::Scalar &high) in check_extremity_accuracy() argument 52 …Scalar ref = (low*RealScalar(size-i-1))/RealScalar(size-1) + (high*RealScalar(i))/RealScalar(size-… in check_extremity_accuracy() 56 …) << " ; required precision: " << prec << " ; range: " << low << "," << high << " ; i: " << i <… in check_extremity_accuracy() 57 …VERIFY(internal::isApprox(v(i), (low*RealScalar(size-i-1))/RealScalar(size-1) + (high*RealScalar(i… in check_extremity_accuracy() 71 Scalar high = internal::random<Scalar>(-500,500); in testVectorType() local 72 Scalar low = (size == 1 ? high : internal::random<Scalar>(-500,500)); in testVectorType() 73 if (low>high) std::swap(low,high); in testVectorType() 77 low = high; in testVectorType() 82 const Scalar step = ((size == 1) ? 1 : (high-low)/(size-1)); in testVectorType() 86 m.setLinSpaced(size,low,high); in testVectorType() [all …]
|
/external/icu/icu4c/source/data/translit/ |
D | my_my_FONIPA.txt | 44 $high = \u0301; 46 $coda = [$creaky $high $low ɴ ʔ ə]; # TODO: remove if unused 76 ၎င\u103Aး → lə\.ɡa $high ʊ\u032Fɴ; 84 င\u103Aး → ɪ $high ɴ; 88 ဉ\u103Aး → ɪ $high ɴ; 91 ည\u103Aး → ɛ $high; 94 ဏ\u103Aး → a $high ɴ; 98 န\u103Aး → a $high ɴ; 102 မ\u103Aး → a $high ɴ; 105 ယ\u103Aး → ɛ $high; [all …]
|
/external/libvpx/libvpx/vpx_dsp/ |
D | vpx_dsp_common.h | 52 static INLINE int clamp(int value, int low, int high) { in clamp() argument 53 return value < low ? low : (value > high ? high : value); in clamp() 56 static INLINE double fclamp(double value, double low, double high) { in fclamp() argument 57 return value < low ? low : (value > high ? high : value); in fclamp() 60 static INLINE int64_t lclamp(int64_t value, int64_t low, int64_t high) { in lclamp() argument 61 return value < low ? low : (value > high ? high : value); in lclamp()
|
/external/llvm-project/llvm/test/CodeGen/SystemZ/ |
D | int-mul-10.ll | 1 ; Test signed high-part i64->i128 multiplications on z14. 7 ; Check sign-extended multiplication in which only the high part is used. 17 %high = trunc i128 %highx to i64 18 ret i64 %high 21 ; Check sign-extended multiplication in which only part of the high half 33 %high = trunc i128 %highx to i64 34 ret i64 %high 38 ; high and low halves. 49 %high = trunc i128 %highx to i64 51 %or = or i64 %high, %low [all …]
|
D | int-mul-07.ll | 1 ; Test high-part i32->i64 multiplications. 8 ; Check zero-extended multiplication in which only the high part is used. 17 %high = trunc i64 %highx to i32 18 ret i32 %high 21 ; Check sign-extended multiplication in which only the high part is used. 30 %high = trunc i64 %highx to i32 31 ret i32 %high 35 ; high and low halves. 44 %high = trunc i64 %highx to i32 46 %or = or i32 %high, %low [all …]
|
/external/skia/src/core/ |
D | SkCompressedDataUtils.cpp | 95 uint32_t high = SkBSwap32(curBlock1->fHigh); in decompress_etc1() local 98 bool flipped = SkToBool(high & kFlipBit); in decompress_etc1() 99 bool differential = SkToBool(high & kDiffBit); in decompress_etc1() 104 colors[0].fR = extend_5To8bits(high >> 27); in decompress_etc1() 105 colors[1].fR = extend_5plus3To8Bits(high >> 27, high >> 24); in decompress_etc1() 106 colors[0].fG = extend_5To8bits(high >> 19); in decompress_etc1() 107 colors[1].fG = extend_5plus3To8Bits(high >> 19, high >> 16); in decompress_etc1() 108 colors[0].fB = extend_5To8bits(high >> 11); in decompress_etc1() 109 colors[1].fB = extend_5plus3To8Bits(high >> 11, high >> 8); in decompress_etc1() 111 colors[0].fR = extend_4To8bits(high >> 28); in decompress_etc1() [all …]
|
/external/llvm/test/CodeGen/SystemZ/ |
D | int-mul-07.ll | 1 ; Test high-part i32->i64 multiplications. 8 ; Check zero-extended multiplication in which only the high part is used. 17 %high = trunc i64 %highx to i32 18 ret i32 %high 21 ; Check sign-extended multiplication in which only the high part is used. 30 %high = trunc i64 %highx to i32 31 ret i32 %high 35 ; high and low halves. 44 %high = trunc i64 %highx to i32 46 %or = or i32 %high, %low [all …]
|