Lines Matching refs:d
266 double d, rhi, rlo, t, xhi, xlo; in smaller_gam() local
271 d = (t + x) * (x - t); in smaller_gam()
276 xlo += d; in smaller_gam()
279 d = 1 - x0; in smaller_gam()
280 d -= t; in smaller_gam()
281 d += x; in smaller_gam()
287 d = - x0 - t; in smaller_gam()
288 d += x; in smaller_gam()
291 r = ratfun_gam(t, d); in smaller_gam()
292 d = (float)(r.a / x); in smaller_gam()
293 r.a -= d * xhi; in smaller_gam()
294 r.a -= d * xlo; in smaller_gam()
297 return (d + r.a / x); in smaller_gam()