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

  /src/external/gpl3/gcc/dist/libquadmath/math/
tgammaq.c 77 __float128 x_adj = x - n; local
79 __float128 prod = __quadmath_gamma_productq (x_adj, 0, n, &eps);
80 return (expq (__quadmath_lgammaq_r (x_adj, &local_signgam))
87 __float128 x_adj = x; local
94 x_adj = x + n;
95 x_eps = (x - (x_adj - n));
96 prod = __quadmath_gamma_productq (x_adj - n, x_eps, n, &eps);
98 /* The result is now gamma (X_ADJ + X_EPS) / (PROD * (1 + EPS)).
99 Compute gamma (X_ADJ + X_EPS) using Stirling's approximation,
100 starting by computing pow (X_ADJ, X_ADJ) with a power of
    [all...]
lgammaq_neg.c 468 __float128 x_adj = x - xm; local
473 g = g * x_adj + poly_coeff[end - j];
  /src/external/gpl3/gcc.old/dist/libquadmath/math/
tgammaq.c 77 __float128 x_adj = x - n; local
79 __float128 prod = __quadmath_gamma_productq (x_adj, 0, n, &eps);
80 return (expq (__quadmath_lgammaq_r (x_adj, &local_signgam))
87 __float128 x_adj = x; local
94 x_adj = x + n;
95 x_eps = (x - (x_adj - n));
96 prod = __quadmath_gamma_productq (x_adj - n, x_eps, n, &eps);
98 /* The result is now gamma (X_ADJ + X_EPS) / (PROD * (1 + EPS)).
99 Compute gamma (X_ADJ + X_EPS) using Stirling's approximation,
100 starting by computing pow (X_ADJ, X_ADJ) with a power of
    [all...]
lgammaq_neg.c 468 __float128 x_adj = x - xm; local
473 g = g * x_adj + poly_coeff[end - j];

Completed in 28 milliseconds