Lines Matching refs:invAlt2DL
343 struct bts_Flt16Alt2D invAlt2DL;
373 invAlt2DL = bts_Flt16Alt2D_inverted( altPtrA );
383 shiftL = invAlt2DL.matE.bbpE - bbpL;
386 mxxL = ( int32 )invAlt2DL.matE.xxE >> shiftL;
387 mxyL = ( int32 )invAlt2DL.matE.xyE >> shiftL;
388 myxL = ( int32 )invAlt2DL.matE.yxE >> shiftL;
389 myyL = ( int32 )invAlt2DL.matE.yyE >> shiftL;
395 if( invAlt2DL.matE.xxE > maxInt32Value8bbpL ||
396 invAlt2DL.matE.xyE > maxInt32Value8bbpL ||
397 invAlt2DL.matE.yxE > maxInt32Value8bbpL ||
398 invAlt2DL.matE.yyE > maxInt32Value8bbpL )
403 invAlt2DL.matE.xxE >> invAlt2DL.matE.bbpE,
404 invAlt2DL.matE.xyE >> invAlt2DL.matE.bbpE,
405 invAlt2DL.matE.yxE >> invAlt2DL.matE.bbpE,
406 invAlt2DL.matE.yyE >> invAlt2DL.matE.bbpE,
411 mxxL = ( int32 )invAlt2DL.matE.xxE << -shiftL;
412 mxyL = ( int32 )invAlt2DL.matE.xyE << -shiftL;
413 myxL = ( int32 )invAlt2DL.matE.yxE << -shiftL;
414 myyL = ( int32 )invAlt2DL.matE.yyE << -shiftL;
417 invAlt2DL.matE.bbpE = bbpL;
419 shiftL = invAlt2DL.vecE.bbpE - bbpL;
422 txL = ( int32 )invAlt2DL.vecE.xE >> shiftL;
423 tyL = ( int32 )invAlt2DL.vecE.yE >> shiftL;
429 if( invAlt2DL.vecE.xE > maxInt32Value8bbpL ||
430 invAlt2DL.vecE.yE > maxInt32Value8bbpL )
435 invAlt2DL.vecE.xE >> invAlt2DL.vecE.bbpE,
436 invAlt2DL.vecE.yE >> invAlt2DL.vecE.bbpE,
440 txL = ( int32 )invAlt2DL.vecE.xE << -shiftL;
441 tyL = ( int32 )invAlt2DL.vecE.yE << -shiftL;
444 invAlt2DL.vecE.bbpE = bbpL;
643 struct bts_Flt16Alt2D invAlt2DL;
673 invAlt2DL = bts_Flt16Alt2D_inverted( altPtrA );
682 shiftL = invAlt2DL.matE.bbpE - bbpL;
685 mxxL = ( int32 )invAlt2DL.matE.xxE >> shiftL;
686 mxyL = ( int32 )invAlt2DL.matE.xyE >> shiftL;
687 myxL = ( int32 )invAlt2DL.matE.yxE >> shiftL;
688 myyL = ( int32 )invAlt2DL.matE.yyE >> shiftL;
694 if( invAlt2DL.matE.xxE > maxInt32Value8bbpL ||
695 invAlt2DL.matE.xyE > maxInt32Value8bbpL ||
696 invAlt2DL.matE.yxE > maxInt32Value8bbpL ||
697 invAlt2DL.matE.yyE > maxInt32Value8bbpL )
702 ( int32 )invAlt2DL.matE.xxE >> invAlt2DL.matE.bbpE,
703 ( int32 )invAlt2DL.matE.xyE >> invAlt2DL.matE.bbpE,
704 ( int32 )invAlt2DL.matE.yxE >> invAlt2DL.matE.bbpE,
705 ( int32 )invAlt2DL.matE.yyE >> invAlt2DL.matE.bbpE,
710 mxxL = ( int32 )invAlt2DL.matE.xxE << -shiftL;
711 mxyL = ( int32 )invAlt2DL.matE.xyE << -shiftL;
712 myxL = ( int32 )invAlt2DL.matE.yxE << -shiftL;
713 myyL = ( int32 )invAlt2DL.matE.yyE << -shiftL;
716 invAlt2DL.matE.bbpE = bbpL;
718 shiftL = invAlt2DL.vecE.bbpE - bbpL;
721 txL = ( int32 )invAlt2DL.vecE.xE >> shiftL;
722 tyL = ( int32 )invAlt2DL.vecE.yE >> shiftL;
728 if( invAlt2DL.vecE.xE > maxInt32Value8bbpL ||
729 invAlt2DL.vecE.yE > maxInt32Value8bbpL )
734 invAlt2DL.vecE.xE >> invAlt2DL.vecE.bbpE,
735 invAlt2DL.vecE.yE >> invAlt2DL.vecE.bbpE,
739 txL = ( int32 )invAlt2DL.vecE.xE << -shiftL;
740 tyL = ( int32 )invAlt2DL.vecE.yE << -shiftL;
743 invAlt2DL.vecE.bbpE = bbpL;