Searched refs:powhalf (Results 1 – 1 of 1) sorted by relevance
96 long double powhalf = powl(x, (x-0.5L)/2.0L); in tgamma_large() local100 return (expret * powhalf) * powhalf * p; in tgamma_large()111 long double ret = 1 / ((expret * powhalf) * (x * negadjust) * p); in tgamma_large()112 return ret / powhalf; in tgamma_large()