Searched refs:l2or1 (Results 1 – 1 of 1) sorted by relevance
279 Sk2f l2or1 = (ExcludedTerm::kLinearTerm == skipTerm) ? sl*sl*tl*-3 : sl*tl*tl*3; in find_chops_around_inflection_points() local288 Sk2f Lx = C1[1]*l3 - C0[1]*l2or1; in find_chops_around_inflection_points()289 Sk2f Ly = -C1[0]*l3 + C0[0]*l2or1; in find_chops_around_inflection_points()373 Sk2f l2or1 = (ExcludedTerm::kLinearTerm == skipTerm) ? l2 : l1; in find_chops_around_loop_intersection() local374 Sk2f Lx = -C0[1]*l2or1 + C1[1]; // l3 is always 1. in find_chops_around_loop_intersection()375 Sk2f Ly = C0[0]*l2or1 - C1[0]; in find_chops_around_loop_intersection()