Home
last modified time | relevance | path

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

/cmsis-nn-3.6.0-3.5.0/Include/
Darm_nnsupportfunctions.h47 #define LEFT_SHIFT(_shift) (_shift > 0 ? _shift : 0) argument
48 #define RIGHT_SHIFT(_shift) (_shift > 0 ? 0 : -_shift) argument