HomeSort by relevance Sort by last modified time
    Searched defs:fL (Results 1 - 3 of 3) sorted by null

  /external/neven/Embedded/common/src/b_TensorEm/
Flt16Vec.c 251 int32 fL;
254 fL = ( int32 )0x7FFF0000 / maxAbsL;
260 for( iL = 0; iL < sizeL; iL++ ) dstL[ iL ] = ( ( int32 )dstL[ iL ] * fL + 32768 ) >> 16;
263 return fL;
294 int32 fL;
308 /* fL is positive and occupies only 16 bits - a product with int16 fits in int32 */
309 fL = ( uint32 )0xFFFFFFFF / normL;
312 for( iL = 0; iL < sizeL; iL++ ) dstL[ iL ] = ( ( ( ( int32 )dstL[ iL ] * fL ) >> 15 ) + 1 ) >> 1;
  /external/valgrind/main/VEX/priv/
host_amd64_isel.c     [all...]
host_x86_isel.c     [all...]

Completed in 96 milliseconds