/external/clang/test/CodeGen/ |
H A D | aarch64-neon-vcombine.c | 8 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 D | 2002-09-18-UnionProblem.c | 5 char high, low; member in struct:DWstruct 18 rr.s.high = n1; 22 rr.s.high = bm;
|
/external/chromium_org/third_party/skia/src/gpu/ |
H A D | GrTBSearch.h | 21 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/skia/src/gpu/ |
H A D | GrTBSearch.h | 21 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/valgrind/main/none/tests/s390x/ |
H A D | cdsg.c | 5 uint64_t high; member in struct:__anon32342 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...] |
H A D | cds.c | 5 uint64_t high; member in struct:__anon32341 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...] |
/external/compiler-rt/lib/builtins/ |
H A D | udivmoddi4.c | 36 if (n.s.high == 0) 38 if (d.s.high == 0) 56 /* n.s.high != 0 */ 59 if (d.s.high == 0) 66 *rem = n.s.high % d.s.low; 67 return n.s.high / d.s.low; 69 /* d.s.high != 0 */ 78 r.s.high = n.s.high % d.s.high; [all...] |
H A D | udivmodti4.c | 38 if (n.s.high == 0) 40 if (d.s.high == 0) 58 /* n.s.high != 0 */ 61 if (d.s.high == 0) 68 *rem = n.s.high % d.s.low; 69 return n.s.high / d.s.low; 71 /* d.s.high != 0 */ 80 r.s.high = n.s.high % d.s.high; [all...] |
H A D | fixunsxfsi.c | 38 int e = (fb.u.high.s.low & 0x00007FFF) - 16383; 39 if (e < 0 || (fb.u.high.s.low & 0x00008000)) 41 return fb.u.low.s.high >> (31 - e);
|
H A D | int_types.h | 36 si_int high; member in struct:__anon18796::__anon18797 38 si_int high; 51 su_int high; member in struct:__anon18798::__anon18799 53 su_int high; 74 di_int high; member in struct:__anon18800::__anon18801 76 di_int high; 89 du_int high; member in struct:__anon18802::__anon18803 91 du_int high; 99 r.s.high = h; 106 r.s.high 129 udwords high; member in struct:__anon18806 [all...] |
H A D | lshrdi3.c | 32 result.s.high = 0; 33 result.s.low = input.s.high >> (b - bits_in_word); 39 result.s.high = input.s.high >> b; 40 result.s.low = (input.s.high << (bits_in_word - b)) | (input.s.low >> b);
|
H A D | lshrti3.c | 32 result.s.high = 0; 33 result.s.low = input.s.high >> (b - bits_in_dword); 39 result.s.high = input.s.high >> b; 40 result.s.low = (input.s.high << (bits_in_dword - b)) | (input.s.low >> b);
|
H A D | ashrdi3.c | 32 /* result.s.high = input.s.high < 0 ? -1 : 0 */ 33 result.s.high = input.s.high >> (bits_in_word - 1); 34 result.s.low = input.s.high >> (b - bits_in_word); 40 result.s.high = input.s.high >> b; 41 result.s.low = (input.s.high << (bits_in_word - b)) | (input.s.low >> b);
|
H A D | ashrti3.c | 32 /* result.s.high = input.s.high < 0 ? -1 : 0 */ 33 result.s.high = input.s.high >> (bits_in_dword - 1); 34 result.s.low = input.s.high >> (b - bits_in_dword); 40 result.s.high = input.s.high >> b; 41 result.s.low = (input.s.high << (bits_in_dword - b)) | (input.s.low >> b);
|
H A D | fixunsdfsi.c | 36 int e = ((fb.u.s.high & 0x7FF00000) >> 20) - 1023; 37 if (e < 0 || (fb.u.s.high & 0x80000000)) 41 ((fb.u.s.high & 0x000FFFFF) << 11) |
|
H A D | cmpdi2.c | 29 if (x.s.high < y.s.high) 31 if (x.s.high > y.s.high)
|
H A D | cmpti2.c | 31 if (x.s.high < y.s.high) 33 if (x.s.high > y.s.high)
|
H A D | fixdfdi.c | 33 int e = ((fb.u.s.high & 0x7FF00000) >> 20) - 1023; 36 di_int s = (si_int)(fb.u.s.high & 0x80000000) >> 31; 38 r.s.high = (fb.u.s.high & 0x000FFFFF) | 0x00100000;
|
H A D | fixunsdfdi.c | 36 int e = ((fb.u.s.high & 0x7FF00000) >> 20) - 1023; 37 if (e < 0 || (fb.u.s.high & 0x80000000)) 40 r.s.high = (fb.u.s.high & 0x000FFFFF) | 0x00100000;
|
H A D | ucmpdi2.c | 29 if (x.s.high < y.s.high) 31 if (x.s.high > y.s.high)
|
H A D | ucmpti2.c | 31 if (x.s.high < y.s.high) 33 if (x.s.high > y.s.high)
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/tasm/tests/ |
H A D | expr.asm | 1 a db low ((1 shl 2) and (16 shr 2) or (high 0x5034))
|
/external/stlport/src/ |
H A D | collate.cpp | 32 string collate<char>::do_transform(const char* low, const char* high) const 33 { return string(low, high); } 35 long collate<char>::do_hash(const char* low, const char* high) const { 37 for ( ; low < high; ++low) 52 wstring collate<wchar_t>::do_transform(const wchar_t* low, const wchar_t* high) const 53 { return wstring(low, high); } 55 long collate<wchar_t>::do_hash(const wchar_t* low, const wchar_t* high) const { 57 for ( ; low < high; ++low)
|
/external/chromium_org/third_party/WebKit/Source/platform/ |
H A D | PODInterval.h | 84 PODInterval(const T& low, const T& high) argument 86 , m_high(high) 88 , m_maxHigh(high) 93 PODInterval(const T& low, const T& high, const UserData data) argument 95 , m_high(high) 97 , m_maxHigh(high) 102 const T& high() const { return m_high; } function in class:WebCore::PODInterval 105 bool overlaps(const T& low, const T& high) const 107 if (this->high() < low) 109 if (high < thi [all...] |
/external/qemu/util/ |
H A D | host-utils.c | 39 uint32_t high, low; member in struct:__anon29374::__anon29375 41 uint32_t low, high; 52 rm.ll = (uint64_t)a0.l.low * b0.l.high; 53 rn.ll = (uint64_t)a0.l.high * b0.l.low; 54 rh.ll = (uint64_t)a0.l.high * b0.l.high; 56 c = (uint64_t)rl.l.high + rm.l.low + rn.l.low; 57 rl.l.high = c; 59 c = c + rm.l.high + rn.l.high [all...] |