HomeSort by: relevance | last modified time | path
    Searched defs:rhi (Results 1 - 14 of 14) 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;
  /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/sys/external/bsd/compiler_rt/dist/test/Unit/ppc/
qadd_test.c 22 double rhi; double rlo; member in struct:testVector
113 r.hi = edgeCases[i].rhi;
1822 r.hi = accuracyTests[i].rhi;
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;
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/
qadd_test.c 22 double rhi; double rlo; member in struct:testVector
113 r.hi = edgeCases[i].rhi;
1822 r.hi = accuracyTests[i].rhi;
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;
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/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/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/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

Completed in 65 milliseconds