Lines Matching refs:lc
14 int lc, rc = 0, lx, rx = 0, xx, y, c; in PetscDrawInterpolatedTriangle_X() local
68 lc = (int)(lfrac * ((PetscReal)t2_t1) + (PetscReal)t1); in PetscDrawInterpolatedTriangle_X()
75 rc_lc = rc - lc; in PetscDrawInterpolatedTriangle_X()
79 c = (((xx - lx) * (rc_lc)) / (rx_lx) + lc) >> SHIFT_VAL; in PetscDrawInterpolatedTriangle_X()
85 c = (((xx - lx) * (rc_lc)) / (rx_lx) + lc) >> SHIFT_VAL; in PetscDrawInterpolatedTriangle_X()
90 c = lc >> SHIFT_VAL; in PetscDrawInterpolatedTriangle_X()
118 lc = (int)(lfrac * ((PetscReal)t3_t2) + (PetscReal)t2); in PetscDrawInterpolatedTriangle_X()
125 rc_lc = rc - lc; in PetscDrawInterpolatedTriangle_X()
129 c = (((xx - lx) * (rc_lc)) / (rx_lx) + lc) >> SHIFT_VAL; in PetscDrawInterpolatedTriangle_X()
135 c = (((xx - lx) * (rc_lc)) / (rx_lx) + lc) >> SHIFT_VAL; in PetscDrawInterpolatedTriangle_X()
140 c = lc >> SHIFT_VAL; in PetscDrawInterpolatedTriangle_X()