Lines Matching defs:invAlt2DL
529 struct bts_Flt16Alt2D invAlt2DL;
559 invAlt2DL = bts_Flt16Alt2D_inverted( altPtrA );
569 shiftL = invAlt2DL.matE.bbpE - bbpL;
572 mxxL = invAlt2DL.matE.xxE >> shiftL;
573 mxyL = invAlt2DL.matE.xyE >> shiftL;
574 myxL = invAlt2DL.matE.yxE >> shiftL;
575 myyL = invAlt2DL.matE.yyE >> shiftL;
581 if( invAlt2DL.matE.xxE > maxInt32Value8bbpL ||
582 invAlt2DL.matE.xyE > maxInt32Value8bbpL ||
583 invAlt2DL.matE.yxE > maxInt32Value8bbpL ||
584 invAlt2DL.matE.yyE > maxInt32Value8bbpL )
589 invAlt2DL.matE.xxE >> invAlt2DL.matE.bbpE,
590 invAlt2DL.matE.xyE >> invAlt2DL.matE.bbpE,
591 invAlt2DL.matE.yxE >> invAlt2DL.matE.bbpE,
592 invAlt2DL.matE.yyE >> invAlt2DL.matE.bbpE,
597 mxxL = invAlt2DL.matE.xxE << -shiftL;
598 mxyL = invAlt2DL.matE.xyE << -shiftL;
599 myxL = invAlt2DL.matE.yxE << -shiftL;
600 myyL = invAlt2DL.matE.yyE << -shiftL;
604 /* invAlt2DL.matE.bbpE = bbpL; nonsense! */
606 shiftL = invAlt2DL.vecE.bbpE - bbpL;
609 txL = invAlt2DL.vecE.xE >> shiftL;
610 tyL = invAlt2DL.vecE.yE >> shiftL;
616 if( invAlt2DL.vecE.xE > maxInt32Value8bbpL ||
617 invAlt2DL.vecE.yE > maxInt32Value8bbpL )
622 invAlt2DL.vecE.xE >> invAlt2DL.vecE.bbpE,
623 invAlt2DL.vecE.yE >> invAlt2DL.vecE.bbpE,
627 txL = invAlt2DL.vecE.xE << -shiftL;
628 tyL = invAlt2DL.vecE.yE << -shiftL;
632 /* invAlt2DL.vecE.bbpE = bbpL; nonsense! */