Home | History | Annotate | Download | only in b_TensorEm

Lines Matching refs:expL

190 	int32 expL = inExpA;
193 expL += mapExpL;
199 if( expL == ptrA->vecExpE )
202 expL += 1;
204 else if( expL > ptrA->vecExpE )
206 int32 shrL = expL - ptrA->vecExpE;
209 expL += 1;
213 int32 shrL = ptrA->vecExpE - expL;
216 expL += 1 + shrL;
221 if( expL < -32767 )
224 expL = 0;
227 if( outExpPtrA != NULL ) *outExpPtrA = expL;