/external/compiler-rt/lib/ |
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 | 36 si_int high; member 38 si_int high; 51 su_int high; member 53 su_int high; 71 di_int high; member 73 di_int high; 86 du_int high; member 88 du_int high; 96 r.s.high = h; in make_ti() 103 r.s.high = h; in make_tu() [all …]
|
D | ashrti3.c | 33 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()
|
D | ashrdi3.c | 33 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/valgrind/main/none/tests/s390x/ |
D | cdsg.c | 5 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 …]
|
D | cds.c | 5 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/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 | ports.c | 51 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/qemu/fpu/ |
D | softfloat-specialize.h | 55 uint64_t high, low; member 123 z.high = ((uint64_t) float16_val(a))<<54; in float16ToCommonNaN() 134 uint16_t mantissa = a.high>>54; in commonNaNToFloat16() 214 z.high = ( (uint64_t) float32_val(a) )<<41; in float32ToCommonNaN() 225 uint32_t mantissa = a.high>>41; in commonNaNToFloat32() 233 ( ( (uint32_t) a.sign )<<31 ) | 0x7F800000 | ( a.high>>41 ) ); in commonNaNToFloat32() 460 z.high = float64_val(a)<<12; in float64ToCommonNaN() 471 uint64_t mantissa = a.high>>12; in commonNaNToFloat64() 481 | ( a.high>>12 )); in commonNaNToFloat64() 541 ( ( a.high & 0x7FFF ) == 0x7FFF ) in floatx80_is_quiet_nan() [all …]
|
/external/chromium_org/third_party/WebKit/Source/platform/ |
D | PODInterval.h | 84 PODInterval(const T& low, const T& high) in PODInterval() argument 86 , m_high(high) in PODInterval() 88 , m_maxHigh(high) in PODInterval() 93 PODInterval(const T& low, const T& high, const UserData data) in PODInterval() argument 95 , m_high(high) in PODInterval() 97 , m_maxHigh(high) in PODInterval() 102 const T& high() const { return m_high; } in high() function 105 bool overlaps(const T& low, const T& high) const in overlaps() argument 107 if (this->high() < low) in overlaps() 109 if (high < this->low()) in overlaps() [all …]
|
/external/skia/src/gpu/ |
D | GrTBSearch.h | 22 int high = count - 1; in GrTBSearch() local 24 while (high > low) { in GrTBSearch() 25 int index = (low + high) >> 1; in GrTBSearch() 29 high = index; in GrTBSearch() 34 if (EQ(array[high], target)) { in GrTBSearch() 35 return high; in GrTBSearch() 39 if (LT(array[high], target)) { in GrTBSearch() 40 high += 1; in GrTBSearch() 42 return ~high; in GrTBSearch()
|
/external/chromium_org/third_party/skia/src/gpu/ |
D | GrTBSearch.h | 22 int high = count - 1; in GrTBSearch() local 24 while (high > low) { in GrTBSearch() 25 int index = (low + high) >> 1; in GrTBSearch() 29 high = index; in GrTBSearch() 34 if (EQ(array[high], target)) { in GrTBSearch() 35 return high; in GrTBSearch() 39 if (LT(array[high], target)) { in GrTBSearch() 40 high += 1; in GrTBSearch() 42 return ~high; in GrTBSearch()
|
/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/chromium_org/third_party/libxml/src/ |
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 | 43 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() 86 size_changer.setLinSpaced(size,low,high); in testVectorType() [all …]
|
/external/stlport/src/ |
D | collate.cpp | 32 string collate<char>::do_transform(const char* low, const char* high) const in do_transform() 33 { return string(low, high); } in do_transform() 35 long collate<char>::do_hash(const char* low, const char* high) const { in do_hash() 37 for ( ; low < high; ++low) in do_hash() 52 wstring collate<wchar_t>::do_transform(const wchar_t* low, const wchar_t* high) const in do_transform() 53 { return wstring(low, high); } in do_transform() 55 long collate<wchar_t>::do_hash(const wchar_t* low, const wchar_t* high) const { in do_hash() 57 for ( ; low < high; ++low) in do_hash()
|
/external/oprofile/module/x86/ |
D | op_model_ppro.c | 48 uint low, high; in ppro_setup_ctrs() local 53 CTRL_READ(low, high, msrs, i); in ppro_setup_ctrs() 55 CTRL_WRITE(low, high, msrs, i); in ppro_setup_ctrs() 68 CTRL_READ(low, high, msrs, i); in ppro_setup_ctrs() 75 CTRL_WRITE(low, high, msrs, i); in ppro_setup_ctrs() 85 ulong low, high; in ppro_check_ctrs() local 88 CTR_READ(low, high, msrs, i); in ppro_check_ctrs() 99 uint low, high; in ppro_start() local 100 CTRL_READ(low, high, msrs, 0); in ppro_start() 102 CTRL_WRITE(low, high, msrs, 0); in ppro_start() [all …]
|
D | op_model_p4.c | 361 #define ESCR_READ(escr, high, ev, i) do {rdmsr(ev->bindings[(i)].escr_address, (escr), (high));} wh… argument 362 #define ESCR_WRITE(escr, high, ev, i) do {wrmsr(ev->bindings[(i)].escr_address, (escr), (high));} w… argument 372 #define CCCR_READ(low, high, i) do {rdmsr(p4_counters[(i)].cccr_address, (low), (high));} while (0) argument 373 #define CCCR_WRITE(low, high, i) do {wrmsr(p4_counters[(i)].cccr_address, (low), (high));} while (0) argument 488 unsigned int high = 0; in pmc_setup_one_p4_counter() local 512 ESCR_READ(escr, high, ev, i); in pmc_setup_one_p4_counter() 523 ESCR_WRITE(escr, high, ev, i); in pmc_setup_one_p4_counter() 526 CCCR_READ(cccr, high, VIRT_CTR(stag, ctr)); in pmc_setup_one_p4_counter() 535 CCCR_WRITE(cccr, high, VIRT_CTR(stag, ctr)); in pmc_setup_one_p4_counter() 549 unsigned int low, high; in p4_setup_ctrs() local [all …]
|
D | op_model_athlon.c | 52 uint low, high; in athlon_setup_ctrs() local 57 CTRL_READ(low, high, msrs, i); in athlon_setup_ctrs() 59 CTRL_WRITE(low, high, msrs, i); in athlon_setup_ctrs() 72 CTRL_READ(low, high, msrs, i); in athlon_setup_ctrs() 79 CTRL_WRITE(low, high, msrs, i); in athlon_setup_ctrs() 89 uint low, high; in athlon_check_ctrs() local 93 CTR_READ(low, high, msrs, i); in athlon_check_ctrs() 105 uint low, high; in athlon_start() local 109 CTRL_READ(low, high, msrs, i); in athlon_start() 111 CTRL_WRITE(low, high, msrs, i); in athlon_start() [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 …]
|
D | int-mul-08.ll | 1 ; 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. 33 %high = trunc i128 %highx to i64 34 ret i64 %high 37 ; Check zero-extended multiplication in which only part of the high half 49 %high = trunc i128 %highx to i64 50 ret i64 %high [all …]
|
/external/srec/srec/clib/ |
D | voc_read.c | 169 const char* high; in get_prons() local 178 high = voc->last_entry; in get_prons() 181 middle = low + ((high - low) >> 1) - 1; in get_prons() 189 if (low == high) return 0; in get_prons() 192 if (middle == high) { in get_prons() 193 high -= 2; in get_prons() 194 while (*high != '\n') high--; in get_prons() 195 high++; in get_prons() 200 else high = middle; in get_prons() 214 high = middle; in get_prons() [all …]
|
/external/openssl/crypto/bn/ |
D | bn_lcl.h | 268 # define BN_UMULT_LOHI(low,high,a,b) \ 270 : "=a"(low),"=d"(high) \ 281 # define BN_UMULT_LOHI(low,high,a,b) ((low)=_umul128((a),(b),&(high))) 287 # define BN_UMULT_LOHI(low,high,a,b) ({ \ 289 (high)=ret>>64; (low)=ret; }) 297 # define BN_UMULT_LOHI(low,high,a,b)\ 299 : "=l"(low),"=h"(high) \ 348 BN_ULONG high,low,ret,tmp=(a); \ 350 BN_UMULT_LOHI(low,high,w,tmp); \ 353 (c) += high; \ [all …]
|
/external/chromium_org/third_party/openssl/openssl/crypto/bn/ |
D | bn_lcl.h | 268 # define BN_UMULT_LOHI(low,high,a,b) \ 270 : "=a"(low),"=d"(high) \ 281 # define BN_UMULT_LOHI(low,high,a,b) ((low)=_umul128((a),(b),&(high))) 287 # define BN_UMULT_LOHI(low,high,a,b) ({ \ 289 (high)=ret>>64; (low)=ret; }) 297 # define BN_UMULT_LOHI(low,high,a,b)\ 299 : "=l"(low),"=h"(high) \ 348 BN_ULONG high,low,ret,tmp=(a); \ 350 BN_UMULT_LOHI(low,high,w,tmp); \ 353 (c) += high; \ [all …]
|