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

  /src/external/gpl3/gcc/dist/libquadmath/math/
lgammaq_product.c 37 __float128 quot_lo = (t - mhi - mlo) / xi - t * x_eps / (xi * xi); local
38 /* We want (1 + RET + RET_EPS) * (1 + QUOT + QUOT_LO) - 1. */
46 + quot_lo + quot_lo * (ret + ret_eps));
  /src/external/gpl3/gcc.old/dist/libquadmath/math/
lgammaq_product.c 37 __float128 quot_lo = (t - mhi - mlo) / xi - t * x_eps / (xi * xi); local
38 /* We want (1 + RET + RET_EPS) * (1 + QUOT + QUOT_LO) - 1. */
46 + quot_lo + quot_lo * (ret + ret_eps));

Completed in 23 milliseconds