Home
last modified time | relevance | path

Searched refs:maxExpL (Results 1 – 1 of 1) sorted by relevance

/external/neven/Embedded/common/src/b_TensorEm/
DCompactMat.c527 int16 maxExpL = -32767; in bts_CompactMat_map() local
535 maxExpL = ( expArrL[ iL ] > maxExpL ) ? expArrL[ iL ] : maxExpL; in bts_CompactMat_map()
538 if( outExpPtrA != NULL ) *outExpPtrA = maxExpL; in bts_CompactMat_map()
542 int32 shrL = maxExpL - expArrL[ iL ]; in bts_CompactMat_map()