Home
last modified time | relevance | path

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 Dtif_pixarlog.c972 #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 Dtif_color.c179 #define CLAMP(f,min,max) ((f)<(min)?(min):(f)>(max)?(max):(f)) macro
/AliOS-Things-master/components/SDL2/src/haptic/linux/
A DSDL_syshaptic.c743 #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 Darm_nnsupportfunctions.h48 #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 Darm_nnsupportfunctions.h48 #define CLAMP(x, h, l) MAX(MIN((x), (h)), (l)) macro

Completed in 20 milliseconds