Searched refs:ddx1 (Results 1 – 1 of 1) sorted by relevance
205 register int ex, spx = 0, ddx, ddx1; in fastscale() local212 ddx1 = x2 + x2; in fastscale()213 if (ddx1 < ddx) in fastscale()214 spx = ddx / ddx1, ddx %= ddx1; in fastscale()221 ex = -ddx1; in fastscale()229 ex -= ddx1; in fastscale()