Home
last modified time | relevance | path

Searched refs:abbrev (Results 1 – 5 of 5) sorted by relevance

/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
Dmath_agree.rs11 #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/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
Dmath_agree.rs27 #define DECLARE_INPUT_SET(type, abbrev) \
28 volatile type rand_##abbrev##1_0, rand_##abbrev##1_1; \
29 volatile type##2 rand_##abbrev##2_0, rand_##abbrev##2_1; \
30 volatile type##3 rand_##abbrev##3_0, rand_##abbrev##3_1; \
31 volatile type##4 rand_##abbrev##4_0, rand_##abbrev##4_1;
46 #define DECLARE_REFERENCE_SET_VEC_VEC(type, abbrev, func) \
47 volatile type func##_rand_##abbrev##1_##abbrev##1; \
48 volatile type##2 func##_rand_##abbrev##2_##abbrev##2; \
49 volatile type##3 func##_rand_##abbrev##3_##abbrev##3; \
50 volatile type##4 func##_rand_##abbrev##4_##abbrev##4;
[all …]
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
Dmath_agree.rs29 #define DECLARE_INPUT_SET(type, abbrev) \
30 volatile type rand_##abbrev##1_0, rand_##abbrev##1_1; \
31 volatile type##2 rand_##abbrev##2_0, rand_##abbrev##2_1; \
32 volatile type##3 rand_##abbrev##3_0, rand_##abbrev##3_1; \
33 volatile type##4 rand_##abbrev##4_0, rand_##abbrev##4_1;
48 #define DECLARE_REFERENCE_SET_VEC_VEC(type, abbrev, func) \
49 volatile type func##_rand_##abbrev##1_##abbrev##1; \
50 volatile type##2 func##_rand_##abbrev##2_##abbrev##2; \
51 volatile type##3 func##_rand_##abbrev##3_##abbrev##3; \
52 volatile type##4 func##_rand_##abbrev##4_##abbrev##4;
[all …]
/frameworks/base/core/java/android/text/format/
DDateUtils.java199 public static String getDayOfWeekString(int dayOfWeek, int abbrev) { in getDayOfWeekString() argument
202 switch (abbrev) { in getDayOfWeekString()
237 public static String getMonthString(int month, int abbrev) { in getMonthString() argument
240 switch (abbrev) { in getMonthString()
379 public static CharSequence formatDuration(long millis, int abbrev) { in formatDuration() argument
381 switch (abbrev) { in formatDuration()
/frameworks/compile/mclinker/lib/Script/
DScriptScanner.ll44 /* abbrev. of RE @ref binutils ld/ldlex.l */