HomeSort by: relevance | last modified time | path
    Searched defs:rlo (Results 1 - 18 of 18) 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);
45 ret_eps += (rpq_eps + nret_eps + rlo + ret_eps * quot
  /src/external/gpl3/gcc.old/dist/libquadmath/math/
lgammaq_product.c 39 __float128 rhi, rlo; local
40 mul_splitq (&rhi, &rlo, ret, quot);
45 ret_eps += (rpq_eps + nret_eps + rlo + ret_eps * quot
  /src/sys/arch/x86/pci/
dwiic_pci.c 291 uint32_t reset, rlo, rhi; local
295 rlo = lpss_read(sc, LPSS_REMAP_LO);
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
114 r.lo = edgeCases[i].rlo;
1823 r.lo = accuracyTests[i].rlo;
qdiv_test.c 22 double rhi; double rlo; member in struct:testVector
114 r.lo = edgeCases[i].rlo;
746 r.lo = accuracyTests[i].rlo;
qmul_test.c 22 double rhi; double rlo; member in struct:testVector
114 r.lo = edgeCases[i].rlo;
744 r.lo = accuracyTests[i].rlo;
qsub_test.c 22 double rhi; double rlo; member in struct:testVector
114 r.lo = edgeCases[i].rlo;
1825 r.lo = accuracyTests[i].rlo;
  /src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/ppc/
qadd_test.c 22 double rhi; double rlo; member in struct:testVector
114 r.lo = edgeCases[i].rlo;
1823 r.lo = accuracyTests[i].rlo;
qdiv_test.c 22 double rhi; double rlo; member in struct:testVector
114 r.lo = edgeCases[i].rlo;
746 r.lo = accuracyTests[i].rlo;
qmul_test.c 22 double rhi; double rlo; member in struct:testVector
114 r.lo = edgeCases[i].rlo;
744 r.lo = accuracyTests[i].rlo;
qsub_test.c 22 double rhi; double rlo; member in struct:testVector
114 r.lo = edgeCases[i].rlo;
1825 r.lo = accuracyTests[i].rlo;
  /src/sys/uvm/
uvm_pglist.c 305 paddr_t pa, off, spa, amask, bmask, rlo, rhi; local
352 rlo = roundup2(ptoa(uvm_physseg_get_avail_start(upm)), alignment);
353 rlo = MAX(rlo, roundup2(low, alignment));
354 rlo = MAX(rlo, roundup2(pa - ptoa(num - 1), alignment));
356 rlo = MAX(rlo, spa & bmask);
376 if (rhi - rlo < ptoa(num)) {
381 while (spa > rlo) {
    [all...]
  /src/external/gpl3/binutils/dist/bfd/
vms-misc.c 565 unsigned int rlo;
572 rlo = 0;
578 rlo = (rlo << 8) | (tmp / VMS_TIME_FACTOR);
581 lo = rlo;
563 unsigned int rlo; local
  /src/external/gpl3/binutils.old/dist/bfd/
vms-misc.c 565 unsigned int rlo;
572 rlo = 0;
578 rlo = (rlo << 8) | (tmp / VMS_TIME_FACTOR);
581 lo = rlo;
563 unsigned int rlo; local
  /src/external/gpl3/gdb/dist/bfd/
vms-misc.c 565 unsigned int rlo;
572 rlo = 0;
578 rlo = (rlo << 8) | (tmp / VMS_TIME_FACTOR);
581 lo = rlo;
563 unsigned int rlo; local
  /src/external/gpl3/gdb/dist/sim/common/
cgen-utils.c 166 USI rhi,rlo;
185 rlo = ll_lowpart (x1) * ll_B + ll_lowpart (x0);
186 return MAKEDI (rhi + (alo * bhi) + (ahi * blo), rlo);
165 USI rhi,rlo; local
  /src/external/gpl3/gdb.old/dist/bfd/
vms-misc.c 565 unsigned int rlo;
572 rlo = 0;
578 rlo = (rlo << 8) | (tmp / VMS_TIME_FACTOR);
581 lo = rlo;
563 unsigned int rlo; local
  /src/external/gpl3/gdb.old/dist/sim/common/
cgen-utils.c 166 USI rhi,rlo;
185 rlo = ll_lowpart (x1) * ll_B + ll_lowpart (x0);
186 return MAKEDI (rhi + (alo * bhi) + (ahi * blo), rlo);
165 USI rhi,rlo; local

Completed in 157 milliseconds