Searched defs:maxL (Results 1 - 6 of 6) sorted by relevance
/external/neven/Embedded/common/src/b_TensorEm/ |
H A D | Functions.c | 47 uint32 maxL = bbs_max( ( uint32 )bbs_abs( v1A ), ( uint32 )bbs_abs( v2A ) ); local 48 return bbs_intLog2( maxL ); 55 uint32 maxL = bbs_abs( v1A ); local 56 maxL = bbs_max( maxL, ( uint32 )bbs_abs( v2A ) ); 57 maxL = bbs_max( maxL, ( uint32 )bbs_abs( v3A ) ); 58 return bbs_intLog2( maxL ); 65 uint32 maxL = bbs_abs( v1A ); local 66 maxL [all...] |
H A D | Flt16Vec.c | 123 uint16 maxL = 0; local 128 maxL = vL > maxL ? vL : maxL; 130 return maxL;
|
H A D | Int32Mat.c | 40 int32 maxL = 0; local 47 if( xL > maxL ) maxL = xL; 51 shiftL = bts_absIntLog2( maxL ) + 1 - nBitsA; 361 int32 maxL = pivRowL[ jPivL ]; local 363 int32 factorL = 1073741824 / maxL; /*( 1 << 30 )*/ 376 vecL[ jPivL ] = ( vecL[ jPivL ] << shiftL ) / maxL; 458 int32 maxL = 0; local 464 if( xL > maxL ) maxL [all...] |
H A D | Cluster2D.c | 677 int32 ppL, pmL, mpL, mmL, maxL; local 784 maxL = bbs_max( bbs_max( ppL, pmL ), bbs_max( mpL, mmL ) ); 791 if( ppL == maxL ) 795 else if( pmL == maxL ) 799 else if( mpL == maxL )
|
/external/neven/Embedded/common/src/b_APIEm/ |
H A D | Functions.c | 84 int32 maxL = 0; local 91 if( maxL < rawSimArrA[ iL ] ) 93 maxL = refSimArrA[ iL ]; 114 int32 maxL = 0; local 124 if( maxL < rawSimArrA[ iL ] ) 126 maxL = rawSimArrA[ iL ];
|
/external/neven/Embedded/common/src/b_BitFeatureEm/ |
H A D | LocalScanner.c | 785 int32 maxL = ( 1 << ptrA->scaleExpE ); local 786 if( ptrA->yOffE == maxL ) return FALSE; 790 if( ptrA->xOffE == maxL ) 794 if( ptrA->yOffE == maxL ) return FALSE;
|
Completed in 760 milliseconds