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

  /src/external/gpl3/gcc/dist/libquadmath/math/
tgammaq.c 52 #define NCOEFF (sizeof (gamma_coeff) / sizeof (gamma_coeff[0]))
119 __float128 bsum = gamma_coeff[NCOEFF - 1];
121 for (size_t i = 1; i <= NCOEFF - 1; i++)
122 bsum = bsum / x_adj2 + gamma_coeff[NCOEFF - 1 - i];
lgammaq_neg.c 159 #define NCOEFF (sizeof (lgamma_coeff) / sizeof (lgamma_coeff[0]))
532 __float128 bterm[NCOEFF];
535 for (size_t j = 1; j < NCOEFF; j++)
544 for (size_t j = 0; j < NCOEFF; j++)
545 log_gamma_low += bterm[NCOEFF - 1 - j];
  /src/external/gpl3/gcc.old/dist/libquadmath/math/
tgammaq.c 52 #define NCOEFF (sizeof (gamma_coeff) / sizeof (gamma_coeff[0]))
119 __float128 bsum = gamma_coeff[NCOEFF - 1];
121 for (size_t i = 1; i <= NCOEFF - 1; i++)
122 bsum = bsum / x_adj2 + gamma_coeff[NCOEFF - 1 - i];
lgammaq_neg.c 159 #define NCOEFF (sizeof (lgamma_coeff) / sizeof (lgamma_coeff[0]))
532 __float128 bterm[NCOEFF];
535 for (size_t j = 1; j < NCOEFF; j++)
544 for (size_t j = 0; j < NCOEFF; j++)
545 log_gamma_low += bterm[NCOEFF - 1 - j];

Completed in 26 milliseconds