Searched defs:high (Results 1 - 25 of 194) sorted by relevance

12345678

/external/compiler-rt/lib/builtins/
H A Dfixunsdfdi.c24 su_int high = a/0x1p32f; local
25 su_int low = a - (double)high*0x1p32f;
26 return ((du_int)high << 32) | low;
H A Dfixunssfdi.c25 su_int high = da/0x1p32f; local
26 su_int low = da - (double)high*0x1p32f;
27 return ((du_int)high << 32) | low;
H A Dfloatdidf.c40 const double high = (int32_t)(a >> 32) * twop32; local
43 const double result = (high - twop52) + low.d;
101 fb.u.high = ((su_int)s & 0x80000000) | /* sign */
103 ((su_int)(a >> 32) & 0x000FFFFF); /* mantissa-high */
H A Dfloatundidf.c39 union { uint64_t x; double d; } high = { .d = twop84 }; local
42 high.x |= a >> 32;
45 const double result = (high.d - twop84_plus_twop52) + low.d;
101 fb.u.high = ((e + 1023) << 20) | /* exponent */
102 ((su_int)(a >> 32) & 0x000FFFFF); /* mantissa-high */
H A Dint_types.h36 si_int high; member in struct:__anon2868::__anon2869
38 si_int high;
51 su_int high; member in struct:__anon2870::__anon2871
53 su_int high;
75 di_int high; member in struct:__anon2872::__anon2873
77 di_int high;
90 du_int high; member in struct:__anon2874::__anon2875
92 du_int high;
100 r.s.high = h;
107 r.s.high
130 udwords high; member in struct:__anon2878
[all...]
/external/clang/test/CodeGen/
H A D2002-09-18-UnionProblem.c5 char high, low; member in struct:DWstruct
18 rr.s.high = n1;
22 rr.s.high = bm;
H A Daarch64-neon-vcombine.c8 int8x16_t test_vcombine_s8(int8x8_t low, int8x8_t high) { argument
10 return vcombine_s8(low, high);
14 int16x8_t test_vcombine_s16(int16x4_t low, int16x4_t high) { argument
16 return vcombine_s16(low, high);
20 int32x4_t test_vcombine_s32(int32x2_t low, int32x2_t high) { argument
22 return vcombine_s32(low, high);
26 int64x2_t test_vcombine_s64(int64x1_t low, int64x1_t high) { argument
28 return vcombine_s64(low, high);
32 uint8x16_t test_vcombine_u8(uint8x8_t low, uint8x8_t high) { argument
34 return vcombine_u8(low, high);
38 test_vcombine_u16(uint16x4_t low, uint16x4_t high) argument
44 test_vcombine_u32(uint32x2_t low, uint32x2_t high) argument
50 test_vcombine_u64(uint64x1_t low, uint64x1_t high) argument
56 test_vcombine_p64(poly64x1_t low, poly64x1_t high) argument
62 test_vcombine_f16(float16x4_t low, float16x4_t high) argument
68 test_vcombine_f32(float32x2_t low, float32x2_t high) argument
74 test_vcombine_p8(poly8x8_t low, poly8x8_t high) argument
80 test_vcombine_p16(poly16x4_t low, poly16x4_t high) argument
86 test_vcombine_f64(float64x1_t low, float64x1_t high) argument
[all...]
H A D2005-09-24-BitFieldCrash.c9 long long high; member in struct:tree_int_cst::tree_int_cst_lowhi
/external/compiler-rt/lib/builtins/ppc/
H A Dfloatunditf.c18 doublebits high = { .d = twop84 }; local
21 high.x |= a >> 32; /* 0x1.0p84 + high 32 bits of a */
24 const double high_addend = high.d - twop84_plus_twop52;
/external/elfutils/src/tests/
H A Ddwfl-bug-addr-overflow.c47 Dwfl_Module *high = dwfl_report_module (dwfl, "high", local
50 assert (high);
64 assert (mod == high);
/external/skia/src/gpu/
H A DGrTBSearch.h21 int high = count - 1; local
23 while (high > low) {
24 int index = (low + high) >> 1;
28 high = index;
33 if (EQ(array[high], target)) {
34 return high;
38 if (LT(array[high], target)) {
39 high += 1;
41 return ~high;
/external/google-breakpad/src/google_breakpad/common/
H A Dbreakpad_types.h73 uint64_t high; member in struct:__anon5142
/external/lldb/include/lldb/Utility/
H A DRange.h29 ValueType high = OPEN_END);
53 SetHigh (ValueType high) argument
55 m_high = high;
/external/valgrind/none/tests/s390x/
H A Dcds.c5 uint64_t high; member in struct:__anon16748
23 printf("before op1 = (%#lx, %#lx)\n", op1.high, op1.low);
25 printf("before op3 = (%#lx, %#lx)\n", op3.high, op3.low);
39 printf("after op1 = (%#lx, %#lx)\n", op1.high, op1.low);
41 printf("after op3 = (%#lx, %#lx)\n", op3.high, op3.low);
50 if (op3.low != op3_before.low || op3.high != op3_before.high) {
58 if (op1.low != op1_before.low || op1.high != op1_before.high) {
66 // higher 32 bits of op2 are the lower 32 bits of op3.high
[all...]
H A Dcdsg.c5 uint64_t high; member in struct:__anon16749
28 printf("before op1 = (%#lx, %#lx)\n", _op1.high, _op1.low);
29 printf("before op2 = (%#lx, %#lx)\n", _op2.high, _op2.low);
30 printf("before op3 = (%#lx, %#lx)\n", _op3.high, _op3.low);
44 printf("after op1 = (%#lx, %#lx)\n", _op1.high, _op1.low);
45 printf("after op2 = (%#lx, %#lx)\n", _op2.high, _op2.low);
46 printf("after op3 = (%#lx, %#lx)\n", _op3.high, _op3.low);
54 if (_op3.low != op3_before.low || _op3.high != op3_before.high) {
62 if (_op1.low != op1_before.low || _op1.high !
[all...]
/external/vixl/examples/
H A Dcheck-bounds.cc33 // uint64_t check_bounds(uint64_t value, uint64_t low, uint64_t high)
37 // high -> x2
43 // Now we will compare 'value' and 'high' (x0 and x2) but only if the 'pl'
63 uint64_t value, uint64_t low, uint64_t high) {
66 simulator->set_xreg(2, high);
71 low, high);
62 run_function(Simulator *simulator, Instruction * function, uint64_t value, uint64_t low, uint64_t high) argument
/external/e2fsprogs/e2fsck/
H A Ddx_dirinfo.c83 int low, high, mid; local
86 high = ctx->dx_dir_info_count-1;
91 if (ino == ctx->dx_dir_info[high].ino)
92 return &ctx->dx_dir_info[high];
94 while (low < high) {
95 mid = (low+high)/2;
96 if (mid == low || mid == high)
101 high = mid;
/external/e2fsprogs/lib/uuid/
H A Duuid_time.c60 uint32_t high; local
65 high = uuid.time_mid | ((uuid.time_hi_and_version & 0xFFF) << 16);
66 clock_reg = uuid.time_low | ((uint64_t) high << 32);
/external/eigen/test/
H A Dnullary.cpp43 Scalar high = internal::random<Scalar>(-500,500); local
44 Scalar low = (size == 1 ? high : internal::random<Scalar>(-500,500));
45 if (low>high) std::swap(low,high);
47 const Scalar step = ((size == 1) ? 1 : (high-low)/(size-1));
51 m.setLinSpaced(size,low,high);
60 m = VectorType::LinSpaced(size,low,high);
67 //VERIFY( m(m.size()-1) == high );
71 m = VectorType::LinSpaced(Sequential,size,low,high);
75 //VERIFY( m(m.size()-1) == high );
[all...]
/external/google-breakpad/src/processor/
H A Dcontained_range_map-inl.h59 AddressType high = base + size - 1; local
62 if (size <= 0 || high < base) {
68 // << HexString(size) << ", " << HexString(high);
76 MapIterator iterator_high = map_->lower_bound(high);
86 // containing child's high address.
87 if (iterator_base->second->base_ == base && iterator_base->first == high) {
99 // is higher than the new range's high address. Set contains_high to true
103 high >= iterator_high->second->base_;
108 (contains_high && high < iterator_high->first)) {
140 // Store the new range in the map by its high addres
[all...]
H A Drange_map-inl.h53 AddressType high = base + size - 1; local
56 if (size <= 0 || high < base) {
62 HexString(high);
69 MapConstIterator iterator_high = map_.lower_bound(high);
91 if (iterator_high->second.base() <= high) {
110 // Store the range in the map by its high address, so that lower_bound can
112 map_.insert(MapValue(high, Range(base, entry)));
128 // The map is keyed by the high address of each range, so |address| is
129 // guaranteed to be lower than the range's high address. If |range| is
/external/lldb/source/Utility/
H A DRange.cpp22 Range::ValueType high) :
24 m_high(high)
21 Range(Range::ValueType low, Range::ValueType high) argument
/external/selinux/libsemanage/src/
H A Dport_record.c53 int low, int high, int proto,
57 return sepol_port_key_create(handle->sepolh, low, high, proto, key_ptr);
128 void semanage_port_set_range(semanage_port_t * port, int low, int high)
131 sepol_port_set_range(port, low, high);
52 semanage_port_key_create(semanage_handle_t * handle, int low, int high, int proto, semanage_port_key_t ** key_ptr) argument
/external/valgrind/memcheck/tests/s390x/
H A Dcds.c5 uint64_t high; member in struct:__anon16588
35 val.high = 0;
49 op3.high = op3.low = 0xdeadbeefdeadbabeull;
58 op1.high = op1.low = 42;
60 op3.high = op3.low = 0xdeadbeefdeadbabeull;
69 op1.high = op1.low = 42;
H A Dcdsg.c5 uint64_t high; member in struct:__anon16589
37 op2.high = op2.low = 42;
38 op3.high = op3.low = 0xdeadbeefdeadbabeull;
46 op1.high = op1.low = 42;
48 op3.high = op3.low = 0xdeadbeefdeadbabeull;
56 op1.high = op1.low = 42;

Completed in 865 milliseconds

12345678