Lines Matching refs:ww
1011 struct LDouble ss, ww; local
1028 ww = large_gam(x, &m);
1029 w = ww.h + ww.l;
1035 ww = gam_n(i, x - (long double) i);
1036 return (ww.h + ww.l);
1122 ww = gam_n(j + 1, z);
1126 ww = large_gam(w, &m);
1130 ww = large_gam(w, &m);
1133 ww = gam_n(j, z);
1135 ww = large_gam(y, &m);
1136 t4 = ww.h + ww.l;
1140 ww.l = y * (ww.l - (t2 - ww.h)) + (y - t1) * t2;
1141 ww.h = t1 * t2;
1148 t4 = ww.h + ww.l;
1152 z2 = ww.l - (t2 - ww.h); /* (t2,z2) = ww */