Searched refs:hi (Results 1 - 25 of 628) sorted by relevance

1234567891011>>

/external/compiler-rt/test/builtins/Unit/ppc/
H A DDD.h9 double hi; member in struct:__anon19657::__anon19658
H A Dfloatditf_test.c16 expected.hi = tests[i].hi;
20 if ((computed.hi != expected.hi) || (computed.lo != expected.lo))
23 printf("\tExpected %La = ( %a , %a )\n", expected.ld, expected.hi, expected.lo);
24 printf("\tComputed %La = ( %a , %a )\n", computed.ld, computed.hi, computed.lo);
H A Dfloatunditf_test.c16 expected.hi = tests[i].hi;
20 if ((computed.hi != expected.hi) || (computed.lo != expected.lo))
23 printf("\tExpected %La = ( %a , %a )\n", expected.ld, expected.hi, expected.lo);
24 printf("\tComputed %La = ( %a , %a )\n", computed.ld, computed.hi, computed.lo);
/external/compiler-rt/lib/builtins/ppc/
H A Dmultc3.c9 (x).s.hi = crt_copysign(crt_isinf((x).s.hi) ? 1.0 : 0.0, (x).s.hi); \
14 if (crt_isnan((x).s.hi)) { \
15 (x).s.hi = crt_copysign(0.0, (x).s.hi); \
35 if (crt_isnan(real.s.hi) && crt_isnan(imag.s.hi))
44 if (crt_isinf(aDD.s.hi) || crt_isinf(bDD.s.hi))
[all...]
H A Ddivtc3.c13 (x).s.hi = crt_copysign(crt_isinf((x).s.hi) ? 1.0 : 0.0, (x).s.hi); \
29 const double logbw = crt_logb(crt_fmax(crt_fabs(cDD.s.hi), crt_fabs(dDD.s.hi) ));
35 cDD.s.hi = crt_scalbn(cDD.s.hi, -ilogbw);
37 dDD.s.hi = crt_scalbn(dDD.s.hi, -ilogbw);
48 real.s.hi
[all...]
/external/mockito/cglib-and-asm/src/org/mockito/cglib/util/
H A DSorterTemplate.java27 protected void quickSort(int lo, int hi) { argument
28 quickSortHelper(lo, hi);
29 insertionSort(lo, hi);
32 private void quickSortHelper(int lo, int hi) { argument
34 int diff = hi - lo;
38 int i = (hi + lo) / 2;
42 if (compare(lo, hi) > 0) {
43 swap(lo, hi);
45 if (compare(i, hi) > 0) {
46 swap(i, hi);
75 insertionSort(int lo, int hi) argument
87 mergeSort(int lo, int hi) argument
99 merge(int lo, int pivot, int hi, int len1, int len2) argument
128 rotate(int lo, int mid, int hi) argument
144 lower(int lo, int hi, int val) argument
159 upper(int lo, int hi, int val) argument
[all...]
/external/elfutils/0.153/libelf/
H A Ddl-hash.h77 unsigned int hi; local
79 hi = hash & 0xf0000000;
84 if (hi != 0)
85 hash ^= hi >> 24;
87 hash &= ~hi;
92 hash ^= hi;
93 hash ^= hi >> 24;
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/tests/nasm32/
H A Dmacho-reloc.asm10 [EXTERN hi]
11 [EXTERN hi]
13 mov eax, hi+2
15 mov eax, [hi]
22 ;mov eax, hi+bye
24 ;mov eax, hi-$
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/tests/nasm64/
H A Dmacho-reloc64-err.asm16 [EXTERN hi]
17 [EXTERN hi]
20 mov rax, hi+2
22 mov rax, [qword hi]
23 mov rdi, [rip+ hi]
30 ;mov eax, hi+bye
32 ;mov eax, hi-$
/external/compiler-rt/lib/builtins/arm/
H A Dsync_fetch_and_umax_4.S17 #define umax_4(rD, rN, rM) MINMAX_4(rD, rN, rM, hi)
/external/libvorbis/lib/
H A Dvorbisenc.c85 int hi; member in struct:__anon24761
251 g->ampmax_att_per_sec=ci->hi.amplitude_track_dBpersec;
256 const highlevel_encode_setup *const hi,
258 float s=hi->stereo_point_setting;
268 if(hi->managed){
311 highlevel_encode_setup *hi=&ci->hi; local
324 if(hi->noise_normalize_p){
405 p->noisewindowhimin=guard[block].hi;
429 p->ath_adjatt=ci->hi
255 vorbis_encode_global_stereo(vorbis_info *vi, const highlevel_encode_setup *const hi, const adj_stereo *p) argument
620 highlevel_encode_setup *hi=&ci->hi; local
685 highlevel_encode_setup *hi=&ci->hi; local
866 highlevel_encode_setup *hi=&ci->hi; local
907 highlevel_encode_setup *hi=&ci->hi; local
952 highlevel_encode_setup *hi=&ci->hi; local
1016 highlevel_encode_setup *hi=&ci->hi; local
[all...]
/external/chromium_org/third_party/re2/re2/
H A Dunicode_groups.h28 uint16 hi; member in struct:re2::URange16
34 uint32 hi; member in struct:re2::URange32
/external/regex-re2/re2/
H A Dunicode_groups.h28 uint16 hi; member in struct:re2::URange16
34 uint32 hi; member in struct:re2::URange32
/external/chromium_org/third_party/skia/src/core/
H A DSkBitmapProcState_filter.h33 uint32_t hi = ((a00 >> 8) & mask) * scale; local
37 hi += ((a01 >> 8) & mask) * scale;
41 hi += ((a10 >> 8) & mask) * scale;
44 hi += ((a11 >> 8) & mask) * xy;
46 *dstColor = ((lo >> 8) & mask) | (hi & ~mask);
63 uint32_t hi = ((a00 >> 8) & mask) * scale; local
67 hi += ((a01 >> 8) & mask) * scale;
71 hi += ((a10 >> 8) & mask) * scale;
74 hi += ((a11 >> 8) & mask) * xy;
77 hi
93 uint32_t hi = ((color0 >> 8) & mask) * scale; local
115 uint32_t hi = ((color0 >> 8) & mask) * scale; local
[all...]
H A DSkTSearch.cpp28 int hi = count - 1; local
30 while (lo < hi)
32 int mid = (hi + lo) >> 1;
39 hi = mid;
44 const char* elem = index_into_base(base, hi, elemSize);
49 hi += 1;
50 hi = ~hi;
52 return hi;
/external/chromium_org/v8/test/mjsunit/
H A Ddouble-intrinsics.js7 function assertDoubleBits(hi, lo, x) {
8 hi = hi | 0;
10 assertEquals(x, %_ConstructDouble(hi, lo));
11 assertEquals(hi, %_DoubleHi(x));
/external/skia/src/core/
H A DSkBitmapProcState_filter.h33 uint32_t hi = ((a00 >> 8) & mask) * scale; local
37 hi += ((a01 >> 8) & mask) * scale;
41 hi += ((a10 >> 8) & mask) * scale;
44 hi += ((a11 >> 8) & mask) * xy;
46 *dstColor = ((lo >> 8) & mask) | (hi & ~mask);
63 uint32_t hi = ((a00 >> 8) & mask) * scale; local
67 hi += ((a01 >> 8) & mask) * scale;
71 hi += ((a10 >> 8) & mask) * scale;
74 hi += ((a11 >> 8) & mask) * xy;
77 hi
93 uint32_t hi = ((color0 >> 8) & mask) * scale; local
115 uint32_t hi = ((color0 >> 8) & mask) * scale; local
[all...]
H A DSkTSearch.cpp28 int hi = count - 1; local
30 while (lo < hi)
32 int mid = (hi + lo) >> 1;
39 hi = mid;
44 const char* elem = index_into_base(base, hi, elemSize);
49 hi += 1;
50 hi = ~hi;
52 return hi;
/external/chromium_org/third_party/npapi/npspy/extern/nspr/
H A Dprlong.h83 #define LL_INIT(hi, lo) ((hi ## L << 32) + lo ## L)
85 #define LL_INIT(hi, lo) ((hi ## i64 << 32) + lo ## i64)
87 #define LL_INIT(hi, lo) ((hi ## LL << 32) + lo ## LL)
202 #define LL_INIT(hi, lo) {PR_INT32(lo), PR_INT32(hi)}
204 #define LL_INIT(hi, lo) {PR_INT32(hi), PR_INT3
[all...]
/external/qemu/include/qemu/
H A Dint128.h12 int64_t hi; member in struct:Int128
22 assert(!a.hi);
43 return (Int128) { a.lo & b.lo, a.hi & b.hi };
52 h = a.hi >> (n & 63);
56 return (Int128) { (a.lo >> n) | (a.hi << (64 - n)), h };
70 return (Int128) { lo, (uint64_t)a.hi + b.hi + (lo < a.lo) };
76 return (Int128) { lo, ~(uint64_t)a.hi + !lo };
81 return (Int128){ a.lo - b.lo, a.hi
[all...]
/external/chromium_org/third_party/re2/util/
H A Dbenchmark.h14 int hi; member in struct:testing::Benchmark
20 Benchmark(const char* name, void (*f)(int, int), int l, int h) { Clear(name); fnr = f; lo = l; hi = h; Register(); }
21 void Clear(const char* n) { name = n; fn = 0; fnr = 0; lo = 0; hi = 0; threadlo = 0; threadhi = 0; }
22 Benchmark* ThreadRange(int lo, int hi) { threadlo = lo; threadhi = hi; return this; } argument
37 #define BENCHMARK_RANGE(f, lo, hi) \
39 (new ::testing::Benchmark(#f, f, lo, hi))
H A Drandom.cc16 uint32 hi = A * (int32)((uint32)seed_ >> 16); local
17 lo += (hi & 0x7FFF) << 16;
22 lo += hi >> 15;
/external/regex-re2/util/
H A Dbenchmark.h14 int hi; member in struct:testing::Benchmark
20 Benchmark(const char* name, void (*f)(int, int), int l, int h) { Clear(name); fnr = f; lo = l; hi = h; Register(); }
21 void Clear(const char* n) { name = n; fn = 0; fnr = 0; lo = 0; hi = 0; threadlo = 0; threadhi = 0; }
22 Benchmark* ThreadRange(int lo, int hi) { threadlo = lo; threadhi = hi; return this; } argument
37 #define BENCHMARK_RANGE(f, lo, hi) \
39 (new ::testing::Benchmark(#f, f, lo, hi))
/external/srec/srec/cfront/
H A Dhimul32.h104 asr_int32_t hi;
112 return result.pieces.hi;
127 asr_uint32_t hi, lo, mid;
154 hi = xhi * yhi;
158 // high part of mid to the low part of hi:
161 // xxxxxxxx xxxxxxxx hi
164 // xxxxxxxx xxxxxxxx hi
175 hi += carry + (mid >> 16);
184 hi = ~hi;
[all...]
/external/chromium_org/third_party/npapi/npspy/extern/java/
H A Djri_md.h282 juint lo, hi; member in struct:__anon14654
284 juint hi, lo;
291 #define jlong_IS_ZERO(a) (((a).hi == 0) && ((a).lo == 0))
292 #define jlong_EQ(a, b) (((a).hi == (b).hi) && ((a).lo == (b).lo))
293 #define jlong_NE(a, b) (((a).hi != (b).hi) || ((a).lo != (b).lo))
294 #define jlong_GE_ZERO(a) (((a).hi >> 31) == 0)
299 #define jlong_CMP(a, op, b) (((int32)(a).hi op (int32)(b).hi) || \
[all...]

Completed in 1430 milliseconds

1234567891011>>