Searched refs:max2 (Results 1 – 6 of 6) sorted by relevance
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
D | clamp.rs | 26 float2 max2 = { 1.0f, 9.0f}; 28 float2 res2 = clamp(src2, min2, max2);
|
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
D | clamp.rs | 24 float2 max2 = { 1.0f, 9.0f}; 26 float2 res2 = clamp(src2, min2, max2);
|
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/ |
D | clamp.rs | 8 float2 max2 = { 1.0f, 9.0f}; 10 float2 res2 = clamp(src2, min2, max2);
|
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/ |
D | pitch_ol.cpp | 955 Word16 max2; in Pitch_ol() local 1117 i, j, &max2, &rmax2, &r02, dtx, pOverflow); in Pitch_ol() 1146 i, j, &max2, dtx, pOverflow); in Pitch_ol() 1173 if (i < max2) in Pitch_ol() 1175 max1 = max2; in Pitch_ol()
|
/frameworks/base/core/java/android/widget/ |
D | GridLayout.java | 643 static int max2(int[] a, int valueIfEmpty) { in max2() method in GridLayout 2371 K[] result = (K[]) Array.newInstance(componentType, max2(index, -1) + 1);
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 88227 Landroid/widget/GridLayout;->max2([II)I
|