HomeSort by: relevance | last modified time | path
    Searched refs:rhi (Results 1 - 20 of 20) sorted by relevancy

  /src/external/gpl3/gcc/dist/libquadmath/math/
lgammaq_product.c 39 __float128 rhi, rlo; local
40 mul_splitq (&rhi, &rlo, ret, quot);
43 __float128 nret = rpq + rhi;
44 __float128 nret_eps = (rpq - nret) + rhi;
  /src/external/gpl3/gcc.old/dist/libquadmath/math/
lgammaq_product.c 39 __float128 rhi, rlo; local
40 mul_splitq (&rhi, &rlo, ret, quot);
43 __float128 nret = rpq + rhi;
44 __float128 nret_eps = (rpq - nret) + rhi;
  /xsrc/external/mit/pixman/dist/pixman/
pixman-matrix.c 145 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);
    [all...]
  /src/sys/uvm/
uvm_pglist.c 305 paddr_t pa, off, spa, amask, bmask, rlo, rhi; local
366 rhi = ptoa(uvm_physseg_get_avail_end(upm));
367 rhi = MIN(rhi, high);
369 rhi = MIN(rhi, rounddown2(pa, boundary) + boundary);
376 if (rhi - rlo < ptoa(num)) {
406 if (spa + ptoa(num) > rhi) {
  /src/external/gpl3/gdb.old/dist/sim/common/
cgen-utils.c 166 USI rhi,rlo;
184 rhi = x3 + ll_highpart (x1);
186 return MAKEDI (rhi + (alo * bhi) + (ahi * blo), rlo);
165 USI rhi,rlo; local
  /src/external/gpl3/gdb/dist/sim/common/
cgen-utils.c 166 USI rhi,rlo;
184 rhi = x3 + ll_highpart (x1);
186 return MAKEDI (rhi + (alo * bhi) + (ahi * blo), rlo);
165 USI rhi,rlo; local
  /src/external/gpl3/gdb.old/dist/gdbserver/
linux-csky-low.cc 193 collect_register_by_name (regcache, "hi", &regset->rhi);
222 supply_register_by_name (regcache, "hi", &regset->rhi);
  /src/external/gpl3/gdb/dist/gdbserver/
linux-csky-low.cc 193 collect_register_by_name (regcache, "hi", &regset->rhi);
222 supply_register_by_name (regcache, "hi", &regset->rhi);
  /src/sys/arch/x86/pci/
dwiic_pci.c 291 uint32_t reset, rlo, rhi; local
296 rhi = lpss_read(sc, LPSS_REMAP_HI);
298 "status 0x%x reset 0x%x rlo 0x%x rhi 0x%x\n",
299 csr, reset, rlo, rhi);
  /src/crypto/external/apache2/openssl/dist/crypto/modes/asm/
ghash-ia64.pl 220 my ($rlo,$rhi)=("r".eval(16+2*$i),"r".eval(16+2*$i+1));
223 st8 [r9]=$rhi,16 // Htable[$i].hi
224 shrp $rlo=$rhi,$rlo,4 }//;;
227 shr.u $rhi=$rhi,4 };;
229 st8 [r15]=$rhi,16 }//;; // Htable[$i].hi>>4
  /src/crypto/external/bsd/openssl/dist/crypto/modes/asm/
ghash-ia64.pl 220 my ($rlo,$rhi)=("r".eval(16+2*$i),"r".eval(16+2*$i+1));
223 st8 [r9]=$rhi,16 // Htable[$i].hi
224 shrp $rlo=$rhi,$rlo,4 }//;;
227 shr.u $rhi=$rhi,4 };;
229 st8 [r15]=$rhi,16 }//;; // Htable[$i].hi>>4
  /src/crypto/external/bsd/openssl.old/dist/crypto/modes/asm/
ghash-ia64.pl 220 my ($rlo,$rhi)=("r".eval(16+2*$i),"r".eval(16+2*$i+1));
223 st8 [r9]=$rhi,16 // Htable[$i].hi
224 shrp $rlo=$rhi,$rlo,4 }//;;
227 shr.u $rhi=$rhi,4 };;
229 st8 [r15]=$rhi,16 }//;; // Htable[$i].hi>>4
  /src/sys/external/bsd/compiler_rt/dist/test/Unit/ppc/
qdiv_test.c 22 double rhi; double rlo; member in struct:testVector
113 r.hi = edgeCases[i].rhi;
745 r.hi = accuracyTests[i].rhi;
qmul_test.c 22 double rhi; double rlo; member in struct:testVector
113 r.hi = edgeCases[i].rhi;
743 r.hi = accuracyTests[i].rhi;
qadd_test.c 22 double rhi; double rlo; member in struct:testVector
113 r.hi = edgeCases[i].rhi;
1822 r.hi = accuracyTests[i].rhi;
qsub_test.c 22 double rhi; double rlo; member in struct:testVector
113 r.hi = edgeCases[i].rhi;
1824 r.hi = accuracyTests[i].rhi;
  /src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/ppc/
qdiv_test.c 22 double rhi; double rlo; member in struct:testVector
113 r.hi = edgeCases[i].rhi;
745 r.hi = accuracyTests[i].rhi;
qmul_test.c 22 double rhi; double rlo; member in struct:testVector
113 r.hi = edgeCases[i].rhi;
743 r.hi = accuracyTests[i].rhi;
qadd_test.c 22 double rhi; double rlo; member in struct:testVector
113 r.hi = edgeCases[i].rhi;
1822 r.hi = accuracyTests[i].rhi;
qsub_test.c 22 double rhi; double rlo; member in struct:testVector
113 r.hi = edgeCases[i].rhi;
1824 r.hi = accuracyTests[i].rhi;

Completed in 81 milliseconds