Home
last modified time | relevance | path

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

12345678910>>...50

/external/clang/test/CodeGen/
Daarch64-neon-vcombine.c8 int8x16_t test_vcombine_s8(int8x8_t low, int8x8_t high) { in test_vcombine_s8() argument
10 return vcombine_s8(low, high); in test_vcombine_s8()
14 int16x8_t test_vcombine_s16(int16x4_t low, int16x4_t high) { in test_vcombine_s16() argument
16 return vcombine_s16(low, high); in test_vcombine_s16()
20 int32x4_t test_vcombine_s32(int32x2_t low, int32x2_t high) { in test_vcombine_s32() argument
22 return vcombine_s32(low, high); in test_vcombine_s32()
26 int64x2_t test_vcombine_s64(int64x1_t low, int64x1_t high) { in test_vcombine_s64() argument
28 return vcombine_s64(low, high); in test_vcombine_s64()
32 uint8x16_t test_vcombine_u8(uint8x8_t low, uint8x8_t high) { in test_vcombine_u8() argument
34 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;
78 du_int low; member
82 du_int low;
93 du_int low; member
97 du_int low;
105 r.s.low = l; in make_ti()
112 r.s.low = l; in make_tu()
[all …]
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()
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()
/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.c50 int low = sepol_port_get_low(data); in port_from_record() local
65 tmp_port->u.port.low_port = low; in port_from_record()
96 low, high, sepol_port_get_proto_str(proto)); in port_from_record()
106 int low = port->u.port.low_port; in port_to_record() local
122 sepol_port_set_range(tmp_record, low, high); in port_to_record()
136 "to record", low, high, sepol_port_get_proto_str(rec_proto)); in port_to_record()
170 int low, high, proto; in sepol_port_exists() local
172 sepol_port_key_unpack(key, &low, &high, &proto); in sepol_port_exists()
184 if (proto == proto2 && low2 == low && high2 == high) { in sepol_port_exists()
195 low, high, proto_str); in sepol_port_exists()
[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/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/opencv3/3rdparty/libjasper/
Djpc_tagtree.c273 int low; in jpc_tagtree_encode() local
289 low = 0; in jpc_tagtree_encode()
291 if (low > node->low_) { in jpc_tagtree_encode()
294 node->low_ = low; in jpc_tagtree_encode()
296 low = node->low_; in jpc_tagtree_encode()
299 while (low < threshold) { in jpc_tagtree_encode()
300 if (low >= node->value_) { in jpc_tagtree_encode()
312 ++low; in jpc_tagtree_encode()
314 node->low_ = low; in jpc_tagtree_encode()
333 int low; in jpc_tagtree_decode() local
[all …]
Dchangelog9 jasper (1.900.1-12) unstable; urgency=low
16 jasper (1.900.1-11) unstable; urgency=low
22 jasper (1.900.1-10) unstable; urgency=low
30 jasper (1.900.1-9) unstable; urgency=low
37 jasper (1.900.1-8) unstable; urgency=low
46 jasper (1.900.1-7) unstable; urgency=low
54 jasper (1.900.1-6.1) unstable; urgency=low
62 jasper (1.900.1-6) unstable; urgency=low
75 jasper (1.900.1-5.1) unstable; urgency=low
85 jasper (1.900.1-5) unstable; urgency=low
[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/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/eigen/test/
Dnullary.cpp44 Scalar low = (size == 1 ? high : internal::random<Scalar>(-500,500)); in testVectorType() local
45 if (low>high) std::swap(low,high); in testVectorType()
47 const Scalar step = ((size == 1) ? 1 : (high-low)/(size-1)); in testVectorType()
51 m.setLinSpaced(size,low,high); in testVectorType()
55 n(i) = low+i*step; in testVectorType()
60 m = VectorType::LinSpaced(size,low,high); in testVectorType()
71 m = VectorType::LinSpaced(Sequential,size,low,high); in testVectorType()
81 row_vector.setLinSpaced(size,low,high); in testVectorType()
82 col_vector.setLinSpaced(size,low,high); in testVectorType()
88 size_changer.setLinSpaced(size,low,high); in testVectorType()
[all …]
/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/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/chromium-trace/catapult/third_party/gsutil/third_party/python-gflags/debian/
Dchangelog1 python-gflags (2.0-1) unstable; urgency=low
7 python-gflags (1.8-1) unstable; urgency=low
13 python-gflags (1.7-1) unstable; urgency=low
19 python-gflags (1.6-1) unstable; urgency=low
25 python-gflags (1.5.1-1) unstable; urgency=low
31 python-gflags (1.5-1) unstable; urgency=low
37 python-gflags (1.4-1) unstable; urgency=low
43 python-gflags (1.3-2) unstable; urgency=low
49 python-gflags (1.3-1) unstable; urgency=low
/external/strace/debian/
Dchangelog1 strace (4.11-1) unstable; urgency=low
30 strace (4.10-1) unstable; urgency=low
64 strace (4.8-1.1) unstable; urgency=low
80 strace (4.8-1) experimental; urgency=low
88 strace (4.7-1) experimental; urgency=low
98 strace (4.6-1) unstable; urgency=low
107 strace (4.5.20-2.3) unstable; urgency=low
115 strace (4.5.20-2.2) unstable; urgency=low
122 strace (4.5.20-2.1) unstable; urgency=low
128 strace (4.5.20-2) unstable; urgency=low
[all …]
/external/icu/icu4c/source/i18n/
Djapancal.cpp384 int32_t low = 0; in handleComputeFields() local
395 low = kCurrentEra; in handleComputeFields()
397 fprintf(stderr, " low=%d (special)\n", low); in handleComputeFields()
406 while (low < high - 1) { in handleComputeFields()
407 int32_t i = (low + high) / 2; in handleComputeFields()
412 …diff,low, high, i, kEraInfo[i].month-1, kEraInfo[i].day, kEraInfo[i].year, internalGet(UCAL_MONTH… in handleComputeFields()
431 low = i; in handleComputeFields()
436 fprintf(stderr, ". low=%d, high=%d, i=%d, diff=%d.. %d\n", low, high, i, diff, year); in handleComputeFields()
443 fprintf(stderr, " low[era]=%d,.. %d\n", low, year); in handleComputeFields()
450 internalSet(UCAL_ERA, low); in handleComputeFields()
[all …]
/external/boringssl/src/crypto/ec/
Dp256-64.c330 s64 high, low; in felem_shrink() local
372 low = tmp[3]; in felem_shrink()
373 mask = low >> 63; in felem_shrink()
377 low &= bottom63bits; in felem_shrink()
378 low -= kPrime3Test; in felem_shrink()
380 low = ~low; in felem_shrink()
381 low >>= 63; in felem_shrink()
385 mask = (mask & low) | high; in felem_shrink()
421 u64 high, low; in smallfelem_square() local
424 low = a; in smallfelem_square()
[all …]
/external/svox/pico/lib/
Dpicoklex.c265 picoos_int32 low, mid, high; in klex_getLexblockNr() local
275 low = 0; in klex_getLexblockNr()
279 while (low < high) { in klex_getLexblockNr()
280 mid = (low + high) / 2; in klex_getLexblockNr()
283 low = mid + 1; in klex_getLexblockNr()
288 PICODBG_ASSERT(high == low); in klex_getLexblockNr()
291 if (low < this->nrblocks) { in klex_getLexblockNr()
292 indval = klex_getSearchIndexVal(this, low); in klex_getLexblockNr()
294 low--; in klex_getLexblockNr()
297 if (low > 0) { in klex_getLexblockNr()
[all …]

12345678910>>...50