Home | History | Annotate | Download | only in b_TensorEm

Lines Matching refs:expL

293 	    int16 expL = 0;
299 while( ( ( normL >> -expL ) & 0xFFFE0000 ) != 0 ) expL--;
300 normL >>= -expL;
304 while( ( ( normL << expL ) & 0xFFFF0000 ) == 0 ) expL++;
305 normL <<= expL;
315 ptrA->expE = expL - 16;
338 int16 expL = expA;
365 expL += shrL;
379 expL -= shlL;
386 ptrA->expE += expL + 16;