Home
last modified time | relevance | path

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

/cmsis-dsp-latest/Testing/Source/Tests/
DSoftmax.cpp36 q7_t currentMax=vec_in[0]; in findMaxIndex() local
40 if (vec_in[i] > currentMax) in findMaxIndex()
42 currentMax = vec_in[i]; in findMaxIndex()