Searched refs:LowerLast (Results 1 – 1 of 1) sorted by relevance
59 int64_t LowerLast = getLastCoefficient(RemainingRows[R1], LastIdx); in eliminateUsingFM() local61 UpperLast != 0 && LowerLast != 0 && in eliminateUsingFM()64 if ((LowerLast < 0 && UpperLast < 0) || (LowerLast > 0 && UpperLast > 0)) in eliminateUsingFM()71 std::swap(LowerLast, UpperLast); in eliminateUsingFM()98 if (MulOverflow(UpperV, -1 * LowerLast, M1)) in eliminateUsingFM()