Home | History | Annotate | Download | only in b_TensorEm

Lines Matching full:tmpl

308 				int32 tmpL = *row1PtrL;
310 *row2PtrL++ = tmpL;
314 int32 tmpL = vecL[ jPivL ];
316 vecL[ iPivL ] = tmpL;
389 int32 tmpL = *( rowPtrL + jPivL );
391 bbs_int32ReduceToNBits( &tmpL, &bbp_tmpL, 15 );
398 *rowPtrL++ -= ( ( ( tmpL * pivRowL[ jL ] ) >> ( shiftL - 1 ) ) + 1 ) >> 1;
405 *rowPtrL++ -= ( tmpL * pivRowL[ jL ] ) << -shiftL;
412 vecL[ iL ] -= ( ( ( tmpL * vecL[ jPivL ] ) >> ( shiftL - 1 ) ) + 1 ) >> 1;
416 vecL[ iL ] -= ( tmpL * vecL[ jPivL ] ) << -shiftL;