/external/pdfium/third_party/libtiff/ |
D | tif_pixarlog.c | 948 #define CLAMP(v) ( (v<(float)0.) ? 0 \ in horizontalDifferenceF() macro 1007 #define CLAMP(v) From14[(v) >> 2] in horizontalDifference16() macro 1060 #define CLAMP(v) (From8[(v)]) in horizontalDifference8() macro
|
D | tif_color.c | 179 #define CLAMP(f,min,max) ((f)<(min)?(min):(f)>(max)?(max):(f)) macro
|
/external/llvm/lib/Target/AMDGPU/ |
D | AMDGPUISelLowering.h | 230 CLAMP, enumerator
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_math.h | 689 #define CLAMP( X, MIN, MAX ) ( (X)<(MIN) ? (MIN) : ((X)>(MAX) ? (MAX) : (X)) ) macro
|
/external/mesa3d/src/mesa/main/ |
D | macros.h | 647 #define CLAMP( X, MIN, MAX ) ( (X)<(MIN) ? (MIN) : ((X)>(MAX) ? (MAX) : (X)) ) macro
|
/external/strace/ |
D | defs.h | 86 #define CLAMP(val, min, max) MIN(MAX(min, val), max) macro
|
/external/robolectric/v1/lib/main/ |
D | android.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/external/robolectric/v3/runtime/ |
D | android-all-4.1.2_r1-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.2.2_r1.2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.3_r2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-4.4_r1-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |