Home | History | Annotate | Download | only in b_TensorEm

Lines Matching refs:sizeL

471 	uint32 sizeL;
476 memPtrA += bbs_memRead32( &sizeL, memPtrA );
479 if( ptrA->allocatedSizeE < sizeL )
481 bts_Cluster2D_create( cpA, ptrA, sizeL, mspA );
485 bts_Cluster2D_size( cpA, ptrA, sizeL );
517 uint32 sizeL = srcPtrA->sizeE;
529 if( sizeL <= 2 )
537 if( sizeL <= 1 )
549 if( sizeL == 0 || altTypeL == bts_ALT_IDENTITY )
575 int32 iL = sizeL;
592 spL /= sizeL;
593 sqL /= sizeL;
638 int32 iL = sizeL;
660 spL /= sizeL;
661 sqL /= sizeL;
662 pxqxL /= ( int32 )sizeL;
663 pxqyL /= ( int32 )sizeL;
664 pyqxL /= ( int32 )sizeL;
665 pyqyL /= ( int32 )sizeL;
859 iL = sizeL;
880 pxpxL /= ( int32 )sizeL;
881 pxpyL /= ( int32 )sizeL;
882 pypyL /= ( int32 )sizeL;
883 pxqxL /= ( int32 )sizeL;
884 pxqyL /= ( int32 )sizeL;
885 pyqxL /= ( int32 )sizeL;
886 pyqyL /= ( int32 )sizeL;