Home
last modified time | relevance | path

Searched defs:max (Results 1 – 25 of 208) sorted by relevance

123456789

/frameworks/rs/driver/runtime/arch/
Dgeneric.c231 extern char __attribute__((overloadable)) max(char v1, char v2) { in max() function
235 extern char2 __attribute__((overloadable)) max(char2 v1, char2 v2) { in max() function
242 extern char3 __attribute__((overloadable)) max(char3 v1, char3 v2) { in max() function
250 extern char4 __attribute__((overloadable)) max(char4 v1, char4 v2) { in max() function
259 extern short __attribute__((overloadable)) max(short v1, short v2) { in max() function
263 extern short2 __attribute__((overloadable)) max(short2 v1, short2 v2) { in max() function
270 extern short3 __attribute__((overloadable)) max(short3 v1, short3 v2) { in max() function
278 extern short4 __attribute__((overloadable)) max(short4 v1, short4 v2) { in max() function
287 extern int __attribute__((overloadable)) max(int v1, int v2) { in max() function
291 extern int2 __attribute__((overloadable)) max(int2 v1, int2 v2) { in max() function
[all …]
/frameworks/support/core-utils/java/android/support/v4/math/
DMathUtils.java38 public static float clamp(float value, float min, float max) { in clamp()
59 public static double clamp(double value, double min, double max) { in clamp()
80 public static int clamp(int value, int min, int max) { in clamp()
/frameworks/native/services/surfaceflinger/
Dclz.h41 static inline T max(T a, T b) { in max() function
45 static inline T max(T a, T b, T c) { in max() function
49 static inline T max(T a, T b, T c, T d) { in max() function
/frameworks/base/graphics/java/android/graphics/
DTableMaskFilter.java35 public static TableMaskFilter CreateClipTable(int min, int max) { in CreateClipTable()
44 private static native long nativeNewClip(int min, int max); in nativeNewClip()
DColorSpace.java1296 @NonNull @Size(min = 2, max = 3) float[] whitePoint) { in adapt() argument
1325 @NonNull @Size(min = 2, max = 3) float[] whitePoint, in adapt() argument
1897 private static float clamp(float x, float min, float max) { in clamp()
2279 @NonNull @Size(min = 6, max = 9) float[] primaries, in Rgb() argument
2284 float max) { in Rgb()
2349 @NonNull @Size(min = 6, max = 9) float[] primaries, in Rgb() argument
2391 @NonNull @Size(min = 6, max = 9) float[] primaries, in Rgb() argument
2471 @NonNull @Size(min = 6, max = 9) float[] primaries, in Rgb() argument
2516 @NonNull @Size(min = 6, max = 9) float[] primaries, in Rgb() argument
2520 float max, in Rgb()
[all …]
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
DDepthImage.java96 public float max; field in DepthImage.MinMax
98 public MinMax(float min, float max) { in MinMax()
103 public static MinMax create(float min, float max) { in create()
110 float max = min; in findMinAndMax() local
/frameworks/rs/tests/java_api/RSTest_CompatLib/src/com/android/rs/test/
DUT_math_agree.java202 private float max(float v1, float v2) { in max() method in UT_math_agree
205 private float[] max(float[] v1, float[] v2) { in max() method in UT_math_agree
212 private byte max(byte v1, byte v2) { in max() method in UT_math_agree
215 private byte[] max(byte[] v1, byte[] v2) { in max() method in UT_math_agree
222 private short max(short v1, short v2) { in max() method in UT_math_agree
225 private short[] max(short[] v1, short[] v2) { in max() method in UT_math_agree
232 private int max(int v1, int v2) { in max() method in UT_math_agree
235 private int[] max(int[] v1, int[] v2) { in max() method in UT_math_agree
242 private long max(long v1, long v2) { in max() method in UT_math_agree
245 private long[] max(long[] v1, long[] v2) { in max() method in UT_math_agree
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
DUT_math_agree.java202 private float max(float v1, float v2) { in max() method in UT_math_agree
205 private float[] max(float[] v1, float[] v2) { in max() method in UT_math_agree
212 private byte max(byte v1, byte v2) { in max() method in UT_math_agree
215 private byte[] max(byte[] v1, byte[] v2) { in max() method in UT_math_agree
222 private short max(short v1, short v2) { in max() method in UT_math_agree
225 private short[] max(short[] v1, short[] v2) { in max() method in UT_math_agree
232 private int max(int v1, int v2) { in max() method in UT_math_agree
235 private int[] max(int[] v1, int[] v2) { in max() method in UT_math_agree
242 private long max(long v1, long v2) { in max() method in UT_math_agree
245 private long[] max(long[] v1, long[] v2) { in max() method in UT_math_agree
/frameworks/rs/tests/java_api/RsTest/src/com/android/rs/test/
DUT_math_agree.java243 private float max(float v1, float v2) { in max() method in UT_math_agree
247 private float[] max(float[] v1, float[] v2) { in max() method in UT_math_agree
255 private byte max(byte v1, byte v2) { in max() method in UT_math_agree
259 private byte[] max(byte[] v1, byte[] v2) { in max() method in UT_math_agree
267 private short max(short v1, short v2) { in max() method in UT_math_agree
271 private short[] max(short[] v1, short[] v2) { in max() method in UT_math_agree
279 private int max(int v1, int v2) { in max() method in UT_math_agree
283 private int[] max(int[] v1, int[] v2) { in max() method in UT_math_agree
291 private long max(long v1, long v2) { in max() method in UT_math_agree
295 private long[] max(long[] v1, long[] v2) { in max() method in UT_math_agree
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/misc/
DUtilities.java122 public static float clamp(float value, float min, float max) { in clamp()
129 public static int clamp(int value, int min, int max) { in clamp()
146 public static float mapRange(@FloatRange(from=0.0,to=1.0) float value, float min, float max) { in mapRange()
155 public static float unmapRange(float value, float min, float max) { in unmapRange()
/frameworks/ex/framesequence/jni/utils/
Dmath.h20 #define max(a,b) \ macro
/frameworks/base/core/java/android/annotation/
DSize.java49 long max() default Long.MAX_VALUE; in max() method
/frameworks/support/annotations/src/android/support/annotation/
DSize.java48 long max() default Long.MAX_VALUE; in max() method
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
Dfind_min_max.cpp142 int min, max; in FindMaxMin() local
Dpost_proc.h35 #define UPDATE_PV_MAXPV_MIN(p,max,min) if ((p) > (max)) (max)=(p); else if ((p) < (min)) (min) = (p… argument
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
Dimgprocutil.h27 inline int clamp(int min, int val, int max) { in clamp()
/frameworks/base/core/tests/coretests/src/android/app/activity/
DSetTimeZonePermissionsTest.java51 int max = (mZones.length > 10) ? mZones.length : 10; in testSetTimeZonePermissions() local
/frameworks/av/media/libstagefright/codecs/amrnb/common/src/
Dgmed_n.cpp189 Word16 max; in gmed_n() local
/frameworks/base/core/tests/coretests/src/android/view/
DBigCacheTest.java58 final int max = ViewConfiguration.get(getActivity()).getScaledMaximumDrawingCacheSize(); in testDrawingCacheBelowMaximumSize() local
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/writer/
DFlagSet.java54 int max = 0; in FlagSet() local
133 final int max = Math.max(buckets.length, other.buckets.length); in bitsEqual() local
/frameworks/base/core/java/android/util/
DMathUtils.java61 public static float max(float a, float b) { in max() method in MathUtils
65 public static float max(int a, int b) { in max() method in MathUtils
69 public static float max(float a, float b, float c) { in max() method in MathUtils
73 public static float max(int a, int b, int c) { in max() method in MathUtils
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DBucketTest.java45 int max = 0; field in BucketTest
/frameworks/native/libs/math/include/math/
Dscalar.h30 static constexpr T clamp(T v, T min, T max) noexcept { in clamp()
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
Dcor_h_x2.cpp244 Word32 max; in cor_h_x2() local
Dcor_h_x.cpp258 Word32 max; in cor_h_x() local

123456789