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

  /src/external/gpl3/gcc/dist/libquadmath/math/
tgammaq_product.c 30 __quadmath_gamma_productq (__float128 x, __float128 x_eps, int n, __float128 *eps) function
tgammaq.c 79 __float128 prod = __quadmath_gamma_productq (x_adj, 0, n, &eps);
96 prod = __quadmath_gamma_productq (x_adj - n, x_eps, n, &eps);
  /src/external/gpl3/gcc.old/dist/libquadmath/math/
tgammaq_product.c 30 __quadmath_gamma_productq (__float128 x, __float128 x_eps, int n, __float128 *eps) function
tgammaq.c 79 __float128 prod = __quadmath_gamma_productq (x_adj, 0, n, &eps);
96 prod = __quadmath_gamma_productq (x_adj - n, x_eps, n, &eps);
  /src/external/gpl3/gcc/dist/libquadmath/
quadmath-imp.h 57 extern __float128 __quadmath_gamma_productq (__float128, __float128, int,
  /src/external/gpl3/gcc.old/dist/libquadmath/
quadmath-imp.h 57 extern __float128 __quadmath_gamma_productq (__float128, __float128, int,

Completed in 30 milliseconds