Home
last modified time | relevance | path

Searched refs:tgamma_central (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/arm-optimized-routines/math/
H A Dtgamma128.c146 static long double tgamma_central(long double x) in tgamma_central() function
296 g = tgamma_central(x); in tgamma128()
303 g = tgamma_central(1+x) / x; in tgamma128()
344 g = tgamma_central(x - (i-1)) * mult; in tgamma128()
/freebsd/contrib/arm-optimized-routines/math/tools/
H A Dtgamma128_gen.jl183 /* Coefficients of the polynomial used in the tgamma_central() subroutine
196 /* Coefficients of the polynomial used in the tgamma_central() subroutine