Home
last modified time | relevance | path

Searched defs:RIGHT_SHIFT (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Djpegint.h283 #define RIGHT_SHIFT(x,shft) \ macro
289 #define RIGHT_SHIFT(x,shft) ((x) >> (shft)) macro
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/tools/make/downloads/cmsis/CMSIS/NN/Include/
A Darm_nnsupportfunctions.h41 #define RIGHT_SHIFT(_shift) (_shift > 0 ? 0 : -_shift) macro
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/cmsis/CMSIS/NN/Include/
A Darm_nnsupportfunctions.h41 #define RIGHT_SHIFT(_shift) (_shift > 0 ? 0 : -_shift) macro

Completed in 7 milliseconds