Searched refs:rhi (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/skia/src/core/
H A DSk64.cpp251 int32_t rhi = 0; local
255 shift_left(rhi, rlo);
263 SkASSERT(rhi >= 0);
265 fHi = rhi;
/external/skia/src/core/
H A DSk64.cpp251 int32_t rhi = 0; local
255 shift_left(rhi, rlo);
263 SkASSERT(rhi >= 0);
265 fHi = rhi;
/external/pixman/pixman/
H A Dpixman-matrix.c145 int64_t *rhi,
156 *rhi = *rlo >> 63;
160 *rhi = hi >> (64 - scalebits);
275 int64_t hi, rhi, lo, rlo; local
279 rlo = rounded_sdiv_128_by_49 (hi, lo, div, &rhi);
280 result->v[0] = fixed_112_16_to_fixed_48_16 (rhi, rlo, &clampflag);
283 rlo = rounded_sdiv_128_by_49 (hi, lo, div, &rhi);
284 result->v[1] = fixed_112_16_to_fixed_48_16 (rhi, rlo, &clampflag);
289 int64_t hi, rhi, lo, rlo, div; local
294 rlo = rounded_sdiv_128_by_49 (hi, lo, div, &rhi);
143 fixed_64_16_to_int128(int64_t hi, int64_t lo, int64_t *rhi, int64_t *rlo, int scalebits) argument
[all...]
/external/chromium_org/third_party/openssl/openssl/crypto/modes/asm/
H A Dghash-ia64.pl213 my ($rlo,$rhi)=("r".eval(16+2*$i),"r".eval(16+2*$i+1));
216 st8 [r9]=$rhi,16 // Htable[$i].hi
217 shrp $rlo=$rhi,$rlo,4 }//;;
220 shr.u $rhi=$rhi,4 };;
222 st8 [r15]=$rhi,16 }//;; // Htable[$i].hi>>4
/external/openssl/crypto/modes/asm/
H A Dghash-ia64.pl213 my ($rlo,$rhi)=("r".eval(16+2*$i),"r".eval(16+2*$i+1));
216 st8 [r9]=$rhi,16 // Htable[$i].hi
217 shrp $rlo=$rhi,$rlo,4 }//;;
220 shr.u $rhi=$rhi,4 };;
222 st8 [r15]=$rhi,16 }//;; // Htable[$i].hi>>4
/external/compiler-rt/test/Unit/ppc/
H A Dqdiv_test.c22 double rhi; double rlo; member in struct:testVector
113 r.hi = edgeCases[i].rhi;
745 r.hi = accuracyTests[i].rhi;
H A Dqmul_test.c22 double rhi; double rlo; member in struct:testVector
113 r.hi = edgeCases[i].rhi;
743 r.hi = accuracyTests[i].rhi;
H A Dqadd_test.c22 double rhi; double rlo; member in struct:testVector
113 r.hi = edgeCases[i].rhi;
1822 r.hi = accuracyTests[i].rhi;
H A Dqsub_test.c22 double rhi; double rlo; member in struct:testVector
113 r.hi = edgeCases[i].rhi;
1824 r.hi = accuracyTests[i].rhi;

Completed in 190 milliseconds