Searched defs:CLAMP (Results 1 – 5 of 5) sorted by relevance
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/ |
A D | tif_pixarlog.c | 972 #define CLAMP(v) ( (v<(float)0.) ? 0 \ in horizontalDifferenceF() macro 1028 #define CLAMP(v) From14[(v) >> 2] in horizontalDifference16() macro 1078 #define CLAMP(v) (From8[(v)]) in horizontalDifference8() macro
|
A D | tif_color.c | 179 #define CLAMP(f,min,max) ((f)<(min)?(min):(f)>(max)?(max):(f)) macro
|
/AliOS-Things-master/components/SDL2/src/haptic/linux/ |
A D | SDL_syshaptic.c | 743 #define CLAMP(x) (((x) > 32767) ? 32767 : x) macro
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/tools/make/downloads/cmsis/CMSIS/NN/Include/ |
A D | arm_nnsupportfunctions.h | 48 #define CLAMP(x, h, l) MAX(MIN((x), (h)), (l)) macro
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/cmsis/CMSIS/NN/Include/ |
A D | arm_nnsupportfunctions.h | 48 #define CLAMP(x, h, l) MAX(MIN((x), (h)), (l)) macro
|
Completed in 20 milliseconds