Home | History | Annotate | Download | only in TableGen

Lines Matching full:scal

321                     bool &usgn, bool &scal, bool &cnst, bool &pntr) {
359 scal = true;
363 scal = true;
368 scal = true;
377 scal = true;
400 bool scal = false;
413 type = ModType(mod, type, quad, poly, usgn, scal, cnst, pntr);
423 if (scal)
429 if (scal)
435 if (scal)
441 if (scal)
447 if (scal)
453 if (scal)
488 bool scal = false;
501 type = ModType(mod, type, quad, poly, usgn, scal, cnst, pntr);
514 usgn = usgn | poly | ((ck == ClassI || ck == ClassW) && scal && type != 'f');
516 if (scal) {
1023 bool scal = false;
1031 type = ModType(mod, type, quad, poly, usgn, scal, cnst, pntr);