Home
last modified time | relevance | path

Searched refs:high (Results 1 – 25 of 1199) sorted by relevance

12345678910>>...48

/external/compiler-rt/lib/builtins/
Dudivmoddi4.c36 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 …]
Dudivmodti4.c38 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 …]
Dint_types.h40 si_int high; member
42 si_int high;
55 su_int high; member
57 su_int high;
79 di_int high; member
81 di_int high;
94 du_int high; member
96 du_int high;
104 r.s.high = h; in make_ti()
111 r.s.high = h; in make_tu()
[all …]
Dashrti3.c33 result.s.high = input.s.high >> (bits_in_dword - 1); in __ashrti3()
34 result.s.low = input.s.high >> (b - bits_in_dword); in __ashrti3()
40 result.s.high = input.s.high >> b; in __ashrti3()
41 result.s.low = (input.s.high << (bits_in_dword - b)) | (input.s.low >> b); in __ashrti3()
Dashrdi3.c33 result.s.high = input.s.high >> (bits_in_word - 1); in ARM_EABI_FNALIAS()
34 result.s.low = input.s.high >> (b - bits_in_word); in ARM_EABI_FNALIAS()
40 result.s.high = input.s.high >> b; in ARM_EABI_FNALIAS()
41 result.s.low = (input.s.high << (bits_in_word - b)) | (input.s.low >> b); in ARM_EABI_FNALIAS()
/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/valgrind/none/tests/s390x/
Dcdsg.c5 uint64_t high; 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.c5 uint64_t high; 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()
67 if ((op2 >> 32) != (op3.high & 0xffffffff)) { in test()
79 if ((op1.high >> 32) != (op1_before.high >> 32) || in test()
87 if ((op1.high & 0xffffffff) != (op2 >> 32)) { 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
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 …]
Dports.c51 int high = sepol_port_get_high(data); in port_from_record() local
66 tmp_port->u.port.high_port = high; in port_from_record()
96 low, high, sepol_port_get_proto_str(proto)); in port_from_record()
107 int high = port->u.port.high_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/eigen/test/
Dnullary.cpp43 Scalar high = internal::random<Scalar>(-500,500); in testVectorType() local
44 Scalar low = (size == 1 ? high : internal::random<Scalar>(-500,500)); in testVectorType()
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()
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/libxml2/
Dchvalid.c169 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/llvm/test/CodeGen/SystemZ/
Dint-mul-07.ll1 ; 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 …]
Dint-mul-08.ll1 ; Test high-part i64->i128 multiplications.
7 ; Check zero-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 the high part is used.
37 %high = trunc i128 %highx to i64
38 ret i64 %high
41 ; Check zero-extended multiplication in which only part of the high half
53 %high = trunc i128 %highx to i64
54 ret i64 %high
[all …]
Dinsert-06.ll12 %high = and i64 %a, -4294967296
13 %res = or i64 %high, %low
24 %high = and i64 %a, -4294967296
25 %res = or i64 %low, %high
36 %high = and i64 %a, -4294967296
37 %res = or i64 %high, %low
48 %high = and i64 %a, -4294967296
49 %res = or i64 %low, %high
61 %high = and i64 %a, -4294967296
62 %res = or i64 %high, %low
[all …]
/external/vboot_reference/utility/
Dtpm-nvsize12 high=1500
13 try=$high
24 elif [ $try -lt $high ]; then
26 try=$(( ( $high + $low ) / 2 ))
31 high=$try
47 high=$try
48 try=$(( ( $high + $low ) / 2 ))
/external/skia/third_party/etc1/
Detc1.cpp209 etc1_uint32 high = (pIn[0] << 24) | (pIn[1] << 16) | (pIn[2] << 8) | pIn[3]; in etc1_decode_block() local
212 if (high & 2) { in etc1_decode_block()
214 int rBase = high >> 27; in etc1_decode_block()
215 int gBase = high >> 19; in etc1_decode_block()
216 int bBase = high >> 11; in etc1_decode_block()
218 r2 = convertDiff(rBase, high >> 24); in etc1_decode_block()
220 g2 = convertDiff(gBase, high >> 16); in etc1_decode_block()
222 b2 = convertDiff(bBase, high >> 8); in etc1_decode_block()
225 r1 = convert4To8(high >> 28); in etc1_decode_block()
226 r2 = convert4To8(high >> 24); in etc1_decode_block()
[all …]
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DEncodingInfo.java125 public boolean isInEncoding(char high, char low) { in isInEncoding() argument
134 return m_encoding.isInEncoding(high, low); in isInEncoding()
177 public boolean isInEncoding(char high, char low); in isInEncoding() argument
234 public boolean isInEncoding(char high, char low) { in isInEncoding() argument
236 int codePoint = Encodings.toCodePoint(high,low); in isInEncoding()
249 ret = m_before.isInEncoding(high,low); in isInEncoding()
262 ret = m_after.isInEncoding(high,low); in isInEncoding()
273 ret = inEncoding(high, low, m_encoding); in isInEncoding()
464 private static boolean inEncoding(char high, char low, String encoding) { in inEncoding() argument
468 cArray[0] = high; in inEncoding()
[all …]
/external/boringssl/src/crypto/ec/
Dp256-64.c330 s64 high, low; in felem_shrink() local
365 high = tmp[3] >> 64; in felem_shrink()
367 high <<= 63; in felem_shrink()
368 high >>= 63; in felem_shrink()
385 mask = (mask & low) | high; in felem_shrink()
421 u64 high, low; in smallfelem_square() local
425 high = a >> 64; in smallfelem_square()
427 out[1] = high; in smallfelem_square()
431 high = a >> 64; in smallfelem_square()
434 out[2] = high; in smallfelem_square()
[all …]
/external/libvpx/libvpx/vpx_dsp/
Dvpx_dsp_common.h44 static INLINE int clamp(int value, int low, int high) { in clamp() argument
45 return value < low ? low : (value > high ? high : value); in clamp()
48 static INLINE double fclamp(double value, double low, double high) { in fclamp() argument
49 return value < low ? low : (value > high ? high : value); in fclamp()
/external/e2fsprogs/lib/blkid/
Dgetsize.c78 blkid_loff_t high, low; in blkid_get_dev_size() local
179 for (high = 1024; valid_offset(fd, high); high *= 2) in blkid_get_dev_size()
180 low = high; in blkid_get_dev_size()
181 while (low < high - 1) { in blkid_get_dev_size()
182 const blkid_loff_t mid = (low + high) / 2; in blkid_get_dev_size()
187 high = mid; in blkid_get_dev_size()
/external/gptfdisk/
Dgpttext.cc149 uint32_t low, high; in GetPartNum() local
152 if (GetPartRange(&low, &high) > 0) { in GetPartNum()
153 prompt << "Partition number (" << low + 1 << "-" << high + 1 << "): "; in GetPartNum()
154 partNum = GetNumber(low + 1, high + 1, low, prompt.str()); in GetPartNum()
250 uint32_t low, high; in DeletePartition() local
253 if (GetPartRange(&low, &high) > 0) { in DeletePartition()
254 prompt << "Partition number (" << low + 1 << "-" << high + 1 << "): "; in DeletePartition()
255 partNum = GetNumber(low + 1, high + 1, low, prompt.str()); in DeletePartition()
265 uint32_t low, high; in ChangePartType() local
267 if (GetPartRange(&low, &high) > 0) { in ChangePartType()
[all …]
/external/valgrind/memcheck/tests/s390x/
Dcdsg.c5 uint64_t high; member
37 op2.high = op2.low = 42; in op1_undefined()
38 op3.high = op3.low = 0xdeadbeefdeadbabeull; in op1_undefined()
46 op1.high = op1.low = 42; in op2_undefined()
48 op3.high = op3.low = 0xdeadbeefdeadbabeull; in op2_undefined()
56 op1.high = op1.low = 42; in op3_undefined()
/external/opencv3/modules/flann/include/opencv2/flann/
Dkdtree_single_index.h278 DistanceType low, high; member
319 bbox[i].high = (DistanceType)dataset_[0][i]; in computeBoundingBox()
324 if (dataset_[k][i]>bbox[i].high) bbox[i].high = (DistanceType)dataset_[k][i]; in computeBoundingBox()
352 bbox[i].high = (DistanceType)dataset_[vind_[left]][i]; in divideTree()
357 … if (bbox[i].high<dataset_[vind_[k]][i]) bbox[i].high=(DistanceType)dataset_[vind_[k]][i]; in divideTree()
370 left_bbox[cutfeat].high = cutval; in divideTree()
377 node->divlow = left_bbox[cutfeat].high; in divideTree()
382 bbox[i].high = std::max(left_bbox[i].high, right_bbox[i].high); in divideTree()
403 ElementType max_span = bbox[0].high-bbox[0].low; in middleSplit()
405 cutval = (bbox[0].high+bbox[0].low)/2; in middleSplit()
[all …]
/external/e2fsprogs/e2fsck/
Ddx_dirinfo.c83 int low, high, mid; in e2fsck_get_dx_dir_info() local
86 high = ctx->dx_dir_info_count-1; in e2fsck_get_dx_dir_info()
91 if (ino == ctx->dx_dir_info[high].ino) in e2fsck_get_dx_dir_info()
92 return &ctx->dx_dir_info[high]; in e2fsck_get_dx_dir_info()
94 while (low < high) { in e2fsck_get_dx_dir_info()
95 mid = (low+high)/2; in e2fsck_get_dx_dir_info()
96 if (mid == low || mid == high) in e2fsck_get_dx_dir_info()
101 high = mid; in e2fsck_get_dx_dir_info()

12345678910>>...48