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

  /src/external/gpl3/gcc/dist/libquadmath/math/
lgammaq_neg.c 500 __float128 y0_eps = -x0_hi + (1 - y0) - x0_lo; local
504 = log (gamma (Y0 + Y0_EPS) / gamma (Y + Y_EPS)). XDIFF
505 accurately approximates the difference Y0 + Y0_EPS - Y -
515 ny0_eps = y0 - (ny0 - n_up) + y0_eps;
517 y0_eps = ny0_eps;
526 = (xdiff * log1pq ((y0 - e_hi - e_lo + y0_eps) / e_hi)
  /src/external/gpl3/gcc.old/dist/libquadmath/math/
lgammaq_neg.c 500 __float128 y0_eps = -x0_hi + (1 - y0) - x0_lo; local
504 = log (gamma (Y0 + Y0_EPS) / gamma (Y + Y_EPS)). XDIFF
505 accurately approximates the difference Y0 + Y0_EPS - Y -
515 ny0_eps = y0 - (ny0 - n_up) + y0_eps;
517 y0_eps = ny0_eps;
526 = (xdiff * log1pq ((y0 - e_hi - e_lo + y0_eps) / e_hi)

Completed in 24 milliseconds