Searched refs:maxAbsL (Results 1 - 2 of 2) sorted by relevance

/external/neven/Embedded/common/src/b_TensorEm/
H A DFlt16Vec.c225 uint32 maxAbsL = bts_Flt16Vec_maxAbs( cpA, ptrA ); local
228 if( maxAbsL == 0 ) return; /* cannot maximize 0 */
230 while( maxAbsL < 0x4000 )
233 maxAbsL <<= 1;
250 int32 maxAbsL = bts_Flt16Vec_maxAbs( cpA, ptrA ); local
252 if( maxAbsL == 0 ) return 0; /* vector is zero */
254 fL = ( int32 )0x7FFF0000 / maxAbsL;
H A DInt32Mat.c261 int32 maxAbsL = 0; local
278 if( maxAbsL < absElemL )
280 maxAbsL = absElemL;
329 if( maxAbsL & 1073741824 ) /*( 1 << 30 )*/

Completed in 70 milliseconds