Home
last modified time | relevance | path

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

/cmsis-dsp-latest/dsppp/Include/dsppp/
Dnumber.hpp37 constexpr uint32_t shiftFromValue(const uint32_t val) in shiftFromValue() function
39 return (val == 1 ? 0 : 1 + shiftFromValue(val>>1)); in shiftFromValue()
/cmsis-dsp-latest/dsppp/Include/dsppp/Neon/
Dbasic.hpp22 constexpr int lanes_shift = shiftFromValue(nb_lanes);
88 constexpr int lanes_shift = shiftFromValue(nb_lanes);