Searched refs:x_adj2 (Results 1 – 5 of 5) sorted by relevance
114 long double x_adj2 = x_adj * x_adj; in gammal_positive() local116 bsum = bsum / x_adj2 + gamma_coeff[NCOEFF - 1 - i]; in gammal_positive()
109 long double x_adj2 = x_adj * x_adj; in gammal_positive() local111 bsum = bsum / x_adj2 + gamma_coeff[NCOEFF - 1 - i]; in gammal_positive()
101 float x_adj2 = x_adj * x_adj; in gammaf_positive() local103 bsum = bsum / x_adj2 + gamma_coeff[NCOEFF - 1 - i]; in gammaf_positive()
115 _Float128 x_adj2 = x_adj * x_adj; in gammal_positive() local117 bsum = bsum / x_adj2 + gamma_coeff[NCOEFF - 1 - i]; in gammal_positive()
110 double x_adj2 = x_adj * x_adj; in gamma_positive() local112 bsum = bsum / x_adj2 + gamma_coeff[NCOEFF - 1 - i]; in gamma_positive()
Completed in 6 milliseconds