Home | History | Annotate | Download | only in cpp

Lines Matching refs:bM

1204     int aM = -1, aN = -1, bM = -1, bN = -1, cM = -1, cN = -1;
1222 bM = A->getType()->getY();
1242 bM = B->getType()->getX();
1244 bM = B->getType()->getY();
1250 if (aN != bM || aM != cM || bN != cN) {
1263 if (aN != bM) {
1556 int aM = -1, aN = -1, bM = -1, bN = -1;
1568 bM = B->getType()->getY();
1571 if (aN != bM) {
1619 int adim = -1, bM = -1, bN = -1;
1631 bM = B->getType()->getY();
1635 if (adim != bM) {