Searched refs:abbrev (Results 1 – 5 of 5) sorted by relevance
/frameworks/rs/java/tests/RSTest_CompatLibLegacy/src/com/android/rs/test/ |
D | math_agree.rs | 11 #define DECLARE_INPUT_SET(type, abbrev) \ 12 volatile type rand_##abbrev##1_0, rand_##abbrev##1_1; \ 13 volatile type##2 rand_##abbrev##2_0, rand_##abbrev##2_1; \ 14 volatile type##3 rand_##abbrev##3_0, rand_##abbrev##3_1; \ 15 volatile type##4 rand_##abbrev##4_0, rand_##abbrev##4_1; 30 #define DECLARE_REFERENCE_SET_VEC_VEC(type, abbrev, func) \ 31 volatile type func##_rand_##abbrev##1_##abbrev##1; \ 32 volatile type##2 func##_rand_##abbrev##2_##abbrev##2; \ 33 volatile type##3 func##_rand_##abbrev##3_##abbrev##3; \ 34 volatile type##4 func##_rand_##abbrev##4_##abbrev##4; [all …]
|
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/ |
D | math_agree.rs | 11 #define DECLARE_INPUT_SET(type, abbrev) \ 12 volatile type rand_##abbrev##1_0, rand_##abbrev##1_1; \ 13 volatile type##2 rand_##abbrev##2_0, rand_##abbrev##2_1; \ 14 volatile type##3 rand_##abbrev##3_0, rand_##abbrev##3_1; \ 15 volatile type##4 rand_##abbrev##4_0, rand_##abbrev##4_1; 30 #define DECLARE_REFERENCE_SET_VEC_VEC(type, abbrev, func) \ 31 volatile type func##_rand_##abbrev##1_##abbrev##1; \ 32 volatile type##2 func##_rand_##abbrev##2_##abbrev##2; \ 33 volatile type##3 func##_rand_##abbrev##3_##abbrev##3; \ 34 volatile type##4 func##_rand_##abbrev##4_##abbrev##4; [all …]
|
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/ |
D | math_agree.rs | 11 #define DECLARE_INPUT_SET(type, abbrev) \ 12 volatile type rand_##abbrev##1_0, rand_##abbrev##1_1; \ 13 volatile type##2 rand_##abbrev##2_0, rand_##abbrev##2_1; \ 14 volatile type##3 rand_##abbrev##3_0, rand_##abbrev##3_1; \ 15 volatile type##4 rand_##abbrev##4_0, rand_##abbrev##4_1; 30 #define DECLARE_REFERENCE_SET_VEC_VEC(type, abbrev, func) \ 31 volatile type func##_rand_##abbrev##1_##abbrev##1; \ 32 volatile type##2 func##_rand_##abbrev##2_##abbrev##2; \ 33 volatile type##3 func##_rand_##abbrev##3_##abbrev##3; \ 34 volatile type##4 func##_rand_##abbrev##4_##abbrev##4; [all …]
|
/frameworks/base/core/java/android/text/format/ |
D | DateUtils.java | 193 public static String getDayOfWeekString(int dayOfWeek, int abbrev) { in getDayOfWeekString() argument 196 switch (abbrev) { in getDayOfWeekString() 231 public static String getMonthString(int month, int abbrev) { in getMonthString() argument 234 switch (abbrev) { in getMonthString()
|
/frameworks/compile/mclinker/lib/Script/ |
D | ScriptScanner.ll | 44 /* abbrev. of RE @ref binutils ld/ldlex.l */
|