Lines Matching refs:xlt
131 …Real f1, f2, f3, f4, f5, f6, d1, d2, d3, d4, d5, d6, d7, d8, xc, xl, xr, xt, xb, xlt, xrb; in FormFunctionGradient() local
148 xlt = xrb = xl = xr = xb = xt = xc; in FormFunctionGradient()
151 xlt = user->left[j + 2]; in FormFunctionGradient()
172 xlt = user->top[i]; in FormFunctionGradient()
177 if (i > 0 && j + 1 < my) xlt = x[row - 1 + mx]; in FormFunctionGradient()
186 d7 = (xlt - xl); in FormFunctionGradient()
187 d8 = (xt - xlt); in FormFunctionGradient()
310 …Real f1, f2, f3, f4, f5, f6, d1, d2, d3, d4, d5, d6, d7, d8, xc, xl, xr, xt, xb, xlt, xrb; in QuadraticH() local
331 xlt = xrb = xl = xr = xb = xt = xc; in QuadraticH()
336 xlt = user->left[j + 2]; in QuadraticH()
357 xlt = user->top[i]; in QuadraticH()
362 if (i > 0 && j + 1 < my) xlt = x[row - 1 + mx]; in QuadraticH()
371 d7 = (xlt - xl) * rhy; in QuadraticH()
372 d8 = (xlt - xt) * rhx; in QuadraticH()