Searched refs:ss_h (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/lib/libm/common/m9x/ |
H A D | tgammal.c | 631 long double u2, ss_h, ss_l, r_h, w_h, w_l, t4; in large_gam() local 685 ss_h = CHOPPED((t2 + t3)); in large_gam() 686 ss_l = t2 - (ss_h - t3); in large_gam() 696 w_h = r_h * ss_h + hln2pim1_h; in large_gam() 698 w = (r - r_h) * ss_h + r * ss_l; in large_gam()
|
H A D | tgamma.c | 1216 double u2, ss_h, ss_l, r_h, w_h, w_l, t4; in large_gam() local 1271 ss_h = (double) ((float) (t2 + t3)); in large_gam() 1272 ss_l = t2 - (ss_h - t3); in large_gam() 1281 w_h = r_h * ss_h + hln2pi_h; in large_gam() 1283 w = (r - r_h) * ss_h + r * ss_l; in large_gam()
|