Home | History | Annotate | Download | only in b_TensorEm

Lines Matching refs:expE

46 	ptrA->expE = 0;
55 ptrA->expE = 0;
73 ptrA->expE = srcPtrA->expE;
83 if( ptrA->expE != srcPtrA->expE ) return FALSE;
175 + bbs_SIZEOF16( ptrA->expE );
187 memPtrA += bbs_memWrite16( &ptrA->expE, memPtrA );
202 memPtrA += bbs_memRead16( &ptrA->expE, memPtrA );
242 ptrA->expE -= shlL;
315 ptrA->expE = expL - 16;
320 printf( "test norm %f\n", ( float )testNormL / ( 1 << -ptrA->expE ) );
330 ptrA->expE = 0;
386 ptrA->expE += expL + 16;
443 if( expPtrA != NULL ) *expPtrA = vp1A->expE + vp2A->expE + ( ( shrm1L + 1 ) << 1 );
463 if( ptrA->expE > srcPtrA->expE )
467 uint32 shrL = ptrA->expE - srcPtrA->expE;
471 else if( ptrA->expE < srcPtrA->expE )
475 uint32 shrL = srcPtrA->expE - ptrA->expE;
478 ptrA->expE = srcPtrA->expE;