OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:maxAbsL
(Results
1 - 2
of
2
) sorted by null
/external/neven/Embedded/common/src/b_TensorEm/
Flt16Vec.c
225
uint32
maxAbsL
= bts_Flt16Vec_maxAbs( cpA, ptrA );
228
if(
maxAbsL
== 0 ) return; /* cannot maximize 0 */
230
while(
maxAbsL
< 0x4000 )
233
maxAbsL
<<= 1;
250
int32
maxAbsL
= bts_Flt16Vec_maxAbs( cpA, ptrA );
252
if(
maxAbsL
== 0 ) return 0; /* vector is zero */
254
fL = ( int32 )0x7FFF0000 /
maxAbsL
;
Int32Mat.c
261
int32
maxAbsL
= 0;
278
if(
maxAbsL
< absElemL )
280
maxAbsL
= absElemL;
329
if(
maxAbsL
& 1073741824 ) /*( 1 << 30 )*/
Completed in 4291 milliseconds