Home
last modified time | relevance | path

Searched refs:low (Results 1 – 25 of 1816) sorted by relevance

12345678910>>...73

/external/clang/test/CodeGen/
Daarch64-neon-vcombine.c10 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/
Dudivmoddi4.c45 *rem = n.s.low % d.s.low; in __udivmoddi4()
46 return n.s.low / d.s.low; in __udivmoddi4()
53 *rem = n.s.low; in __udivmoddi4()
57 if (d.s.low == 0) in __udivmoddi4()
66 *rem = n.s.high % d.s.low; in __udivmoddi4()
67 return n.s.high / d.s.low; in __udivmoddi4()
70 if (n.s.low == 0) in __udivmoddi4()
79 r.s.low = 0; in __udivmoddi4()
92 r.s.low = n.s.low; in __udivmoddi4()
113 q.s.low = 0; in __udivmoddi4()
[all …]
Dudivmodti4.c47 *rem = n.s.low % d.s.low; in __udivmodti4()
48 return n.s.low / d.s.low; in __udivmodti4()
55 *rem = n.s.low; in __udivmodti4()
59 if (d.s.low == 0) in __udivmodti4()
68 *rem = n.s.high % d.s.low; in __udivmodti4()
69 return n.s.high / d.s.low; in __udivmodti4()
72 if (n.s.low == 0) in __udivmodti4()
81 r.s.low = 0; in __udivmodti4()
94 r.s.low = n.s.low; in __udivmodti4()
115 q.s.low = 0; in __udivmodti4()
[all …]
Dint_types.h39 su_int low; member
43 su_int low;
54 su_int low; member
58 su_int low;
79 du_int low; member
83 du_int low;
94 du_int low; member
98 du_int low;
106 r.s.low = l; in make_ti()
113 r.s.low = l; in make_tu()
[all …]
Dmulti3.c28 r.s.low = (a & lower_mask) * (b & lower_mask); in __mulddi3()
29 du_int t = r.s.low >> bits_in_dword_2; in __mulddi3()
30 r.s.low &= lower_mask; in __mulddi3()
32 r.s.low += (t & lower_mask) << bits_in_dword_2; in __mulddi3()
34 t = r.s.low >> bits_in_dword_2; in __mulddi3()
35 r.s.low &= lower_mask; in __mulddi3()
37 r.s.low += (t & lower_mask) << bits_in_dword_2; in __mulddi3()
53 r.all = __mulddi3(x.s.low, y.s.low); in __multi3()
54 r.s.high += x.s.high * y.s.low + x.s.low * y.s.high; in __multi3()
Dmuldi3.c26 r.s.low = (a & lower_mask) * (b & lower_mask); in __muldsi3()
27 su_int t = r.s.low >> bits_in_word_2; in __muldsi3()
28 r.s.low &= lower_mask; in __muldsi3()
30 r.s.low += (t & lower_mask) << bits_in_word_2; in __muldsi3()
32 t = r.s.low >> bits_in_word_2; in __muldsi3()
33 r.s.low &= lower_mask; in __muldsi3()
35 r.s.low += (t & lower_mask) << bits_in_word_2; in __muldsi3()
53 r.all = __muldsi3(x.s.low, y.s.low); in ARM_EABI_FNALIAS()
54 r.s.high += x.s.high * y.s.low + x.s.low * y.s.high; in ARM_EABI_FNALIAS()
/external/valgrind/none/tests/s390x/
Dcdsg.c6 uint64_t low; member
28 printf("before op1 = (%#lx, %#lx)\n", _op1.high, _op1.low); in test()
29 printf("before op2 = (%#lx, %#lx)\n", _op2.high, _op2.low); in test()
30 printf("before op3 = (%#lx, %#lx)\n", _op3.high, _op3.low); in test()
44 printf("after op1 = (%#lx, %#lx)\n", _op1.high, _op1.low); in test()
45 printf("after op2 = (%#lx, %#lx)\n", _op2.high, _op2.low); in test()
46 printf("after op3 = (%#lx, %#lx)\n", _op3.high, _op3.low); in test()
54 if (_op3.low != op3_before.low || _op3.high != op3_before.high) { in test()
62 if (_op1.low != op1_before.low || _op1.high != op1_before.high) { in test()
65 if (_op2.high != _op3.high || _op2.low != _op3.low) { in test()
[all …]
Dcds.c6 uint64_t low; member
23 printf("before op1 = (%#lx, %#lx)\n", op1.high, op1.low); in test()
25 printf("before op3 = (%#lx, %#lx)\n", op3.high, op3.low); in test()
39 printf("after op1 = (%#lx, %#lx)\n", op1.high, op1.low); in test()
41 printf("after op3 = (%#lx, %#lx)\n", op3.high, op3.low); in test()
50 if (op3.low != op3_before.low || op3.high != op3_before.high) { in test()
58 if (op1.low != op1_before.low || op1.high != op1_before.high) { in test()
63 if ((op2 & 0xffffffff) != (op3.low & 0xffffffff)) { in test()
80 (op1.low >> 32) != (op1_before.low >> 32)) { in test()
84 if ((op1.low & 0xffffffff) != (op2 & 0xffffffff)) { in test()
[all …]
/external/selinux/libsepol/src/
Dport_record.c10 int low, high; member
21 int low, high; member
29 int low, int high, int proto, in sepol_port_key_create() argument
41 tmp_key->low = low; in sepol_port_key_create()
52 int *low, int *high, int *proto) in hidden_def()
55 *low = key->low; 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()
88 if ((port->low == key->low) && in sepol_port_compare()
92 if (port->low < key->low) in sepol_port_compare()
[all …]
Dports.c57 int low = sepol_port_get_low(data); in port_from_record() local
72 tmp_port->u.port.low_port = low; in port_from_record()
103 low, high, sepol_port_get_proto_str(proto)); in port_from_record()
113 int low = port->u.port.low_port; in port_to_record() local
129 sepol_port_set_range(tmp_record, low, high); in port_to_record()
143 "to record", low, high, sepol_port_get_proto_str(rec_proto)); in port_to_record()
176 int low, high, proto; in sepol_port_exists() local
178 sepol_port_key_unpack(key, &low, &high, &proto); in sepol_port_exists()
190 if (proto == proto2 && low2 == low && high2 == high) { in sepol_port_exists()
201 low, high, proto_str); in sepol_port_exists()
[all …]
/external/eigen/test/
Dnullary.cpp37 void check_extremity_accuracy(const VectorType &v, const typename VectorType::Scalar &low, const ty… 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 …((v(i)-ref)/ref) << " ; required precision: " << prec << " ; range: " << low << "," << high << "… 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()
72 Scalar low = (size == 1 ? high : internal::random<Scalar>(-500,500)); in testVectorType() local
73 if (low>high) std::swap(low,high); in testVectorType()
77 low = high; in testVectorType()
80low = -internal::random<Scalar>(1,2) * RealScalar(std::pow(RealScalar(10),std::numeric_limits<Real… 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/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorUInt128.h35 LOW low; member
39 …nsorUInt128(const TensorUInt128<OTHER_HIGH, OTHER_LOW>& other) : high(other.high), low(other.low) { in TensorUInt128()
50 low = other.low;
56 explicit TensorUInt128(const T& x) : high(0), low(x) { in TensorUInt128()
62 TensorUInt128(HIGH y, LOW x) : high(y), low(x) { } in TensorUInt128()
65 return low; in LOW()
68 return low; in lower()
80 return (lhs.high == rhs.high) & (lhs.low == rhs.low);
87 return (lhs.high != rhs.high) | (lhs.low != rhs.low);
97 return lhs.low >= rhs.low;
[all …]
/external/pdfium/third_party/libopenjpeg20/
Dtgt.c245 l_current_node->low = 0; in opj_tgt_reset()
264 OPJ_INT32 low; in opj_tgt_encode() local
273 low = 0; in opj_tgt_encode()
275 if (low > node->low) { in opj_tgt_encode()
276 node->low = low; in opj_tgt_encode()
278 low = node->low; in opj_tgt_encode()
281 while (low < threshold) { in opj_tgt_encode()
282 if (low >= node->value) { in opj_tgt_encode()
290 ++low; in opj_tgt_encode()
293 node->low = low; in opj_tgt_encode()
[all …]
/external/mesa3d/src/compiler/glsl/
Dopt_minmax.cpp57 minmax_range(ir_constant *low = NULL, ir_constant *high = NULL) in minmax_range() argument
59 this->low = low; in minmax_range()
68 ir_constant *low; member in __anon7964aa2b0111::minmax_range
239 if (!r0.low) { in combine_range()
240 ret.low = ismin ? r0.low : r1.low; in combine_range()
241 } else if (!r1.low) { in combine_range()
242 ret.low = ismin ? r1.low : r0.low; in combine_range()
244 ret.low = ismin ? smaller_constant(r0.low, r1.low) : in combine_range()
245 larger_constant(r0.low, r1.low); in combine_range()
268 if (!r0.low) in range_intersection()
[all …]
/external/syslinux/gpxe/src/drivers/net/
Detherfabric.h169 #define EFAB_EXTRACT_NATIVE( native_element, min ,max ,low ,high ) \ argument
170 ( ( ( low > max ) || ( high < min ) ) ? 0 : \
171 ( ( low > min ) ? \
172 ( (native_element) >> ( low - min ) ) : \
173 ( (native_element) << ( min - low ) ) ) )
179 #define EFAB_EXTRACT64( element, min, max, low, high ) \ argument
180 EFAB_EXTRACT_NATIVE ( le64_to_cpu(element), min, max, low, high )
186 #define EFAB_EXTRACT32( element, min, max, low, high ) \ argument
187 EFAB_EXTRACT_NATIVE ( le32_to_cpu(element), min, max, low, high )
189 #define EFAB_EXTRACT_OWORD64( oword, low, high ) \ argument
[all …]
/external/llvm/test/CodeGen/SystemZ/
Dinsert-06.ll1 ; Test insertions of i32s into the low half of an i64.
11 %low = zext i32 %b to i64
13 %res = or i64 %high, %low
23 %low = zext i32 %b to i64
25 %res = or i64 %low, %high
35 %low = and i64 %b, 4294967295
37 %res = or i64 %high, %low
47 %low = and i64 %b, 4294967295
49 %res = or i64 %low, %high
53 ; Unary operations can be done directly into the low half.
[all …]
/external/libxml2/
Dchvalid.c169 int low, high, mid; in xmlCharInRange() local
177 low = 0; in xmlCharInRange()
180 while (low <= high) { in xmlCharInRange()
181 mid = (low + high) / 2; in xmlCharInRange()
182 if ((unsigned short) val < sptr[mid].low) { in xmlCharInRange()
186 low = mid + 1; in xmlCharInRange()
196 low = 0; in xmlCharInRange()
199 while (low <= high) { in xmlCharInRange()
200 mid = (low + high) / 2; in xmlCharInRange()
201 if (val < lptr[mid].low) { in xmlCharInRange()
[all …]
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_inst.h48 unsigned high, unsigned low);
50 unsigned high, unsigned low,
53 #define FC(name, high, low, assertions) \ argument
60 brw_inst_set_bits(inst, high, low, v); \
68 return brw_inst_bits(inst, high, low); \
72 #define F(name, high, low) FC(name, high, low, true) argument
75 unsigned high, low; \
77 high = hi8; low = lo8; \
79 high = hi7; low = lo7; \
81 high = hi6; low = lo6; \
[all …]
/external/vboot_reference/utility/
Dtpm-nvsize11 low=1
21 if [ $try -eq $low ]; then
22 echo $low
25 low=$try
26 try=$(( ( $high + $low ) / 2 ))
29 low=$try
43 if [ $try -eq $low ]; then
48 try=$(( ( $high + $low ) / 2 ))
/external/webrtc/webrtc/base/
Drandom.cc36 uint32_t Random::Rand(uint32_t low, uint32_t high) { in Rand() argument
37 RTC_DCHECK(low <= high); in Rand()
38 return Rand(high - low) + low; in Rand()
41 int32_t Random::Rand(int32_t low, int32_t high) { in Rand() argument
42 RTC_DCHECK(low <= high); in Rand()
47 return Rand(high - low) + low; in Rand()
/external/icu/icu4c/source/data/translit/
Dmy_my_FONIPA.txt44 $low = \u0300;
45 $coda = [$creaky $high $low ɴ ʔ ə]; # TODO: remove if unused
53 # Hmm, what would happen if the syllable ending in kinzi had non-low tone?
84 င\u103A → ɪ $low ɴ;
88 ဉ\u103A → ɪ $low ɴ;
91 ည\u103A → ɛ $low;
94 ဏ\u103A → a $low ɴ;
98 န\u103A → a $low ɴ;
102 မ\u103A → a $low ɴ;
105 ယ\u103A → ɛ $low;
[all …]
/external/sonic/debian/
Dchangelog1 sonic (0.2.0-1) unstable; urgency=low
7 sonic (0.1.18-1) unstable; urgency=low
13 sonic (0.1.17-1) unstable; urgency=low
20 sonic (0.1.16-1) unstable; urgency=low
27 sonic (0.1.15-1) unstable; urgency=low
33 sonic (0.1.14-1) unstable; urgency=low
39 sonic (0.1.13-1) unstable; urgency=low
45 sonic (0.1.12-1) unstable; urgency=low
51 sonic (0.1.11-1) unstable; urgency=low
57 sonic (0.1.10-1) unstable; urgency=low
Dchangelog.vinux1 sonic (0.1.8) lucid; urgency=low
7 sonic (0.1.7) lucid; urgency=low
13 sonic (0.1.6) maverick; urgency=low
19 sonic (0.1.5) lucid; urgency=low
25 sonic (0.1.4) lucid; urgency=low
31 sonic (0.1.3) lucid; urgency=low
37 sonic (0.1.2) lucid; urgency=low
43 sonic (0.1.1) lucid; urgency=low
49 sonic (0.1) lucid; urgency=low
/external/syslinux/gnu-efi/gnu-efi-3.0/debian/
Dchangelog1 gnu-efi (3.0i-1) unstable; urgency=low
17 gnu-efi (3.0h-1) unstable; urgency=low
30 gnu-efi (3.0h-0.1) unstable; urgency=low
40 gnu-efi (3.0e-3) unstable; urgency=low
52 gnu-efi (3.0e-2) unstable; urgency=low
60 gnu-efi (3.0e-1.1) unstable; urgency=low
68 gnu-efi (3.0e-1) unstable; urgency=low
76 gnu-efi (3.0d-1) unstable; urgency=low
87 gnu-efi (3.0c-1) unstable; urgency=low
94 gnu-efi (3.0b-1) unstable; urgency=low
[all …]
/external/boringssl/src/crypto/fipsmodule/ec/
Dp256-64.c302 int64_t high, low; in felem_shrink() local
344 low = tmp[3]; in felem_shrink()
345 mask = low >> 63; in felem_shrink()
349 low &= bottom63bits; in felem_shrink()
350 low -= kPrime3Test; in felem_shrink()
352 low = ~low; in felem_shrink()
353 low >>= 63; in felem_shrink()
357 mask = (mask & low) | high; in felem_shrink()
393 uint64_t high, low; in smallfelem_square() local
396 low = a; in smallfelem_square()
[all …]

12345678910>>...73