HomeSort by relevance Sort by last modified time
    Searched refs:M5 (Results 1 - 25 of 29) sorted by null

1 2

  /external/clang/test/Driver/Inputs/
gen-response.c 6 #define M5 M4 M4 M4 M4 M4 M4 M4 M4 M4 M4
7 #define TEXT M5 M5 M5
  /external/clang/test/CoverageMapping/
macro-expansion.c 31 #define M5(x) ((x) || (x))
51 if (M5(x)) {}
  /external/clang/test/Misc/
macro-backtrace.c 8 #define M5(A, B) M4(A, B)
9 #define M6(A, B) M5(A, B)
  /external/clang/test/Preprocessor/
assembler-with-cpp.c 42 #define M5() M4 ## (
44 5: M5()
  /external/mesa3d/src/mesa/sparc/
sparc_matrix.h 40 #define M5 %f21
91 ld [BASE + ( 5 * 0x4)], M5; \
104 ld [BASE + ( 5 * 0x4)], M5; \
110 ld [BASE + ( 5 * 0x4)], M5; \
130 ld [BASE + ( 5 * 0x4)], M5; \
153 ld [BASE + ( 5 * 0x4)], M5; \
158 ld [BASE + ( 5 * 0x4)], M5; \
165 ld [BASE + ( 5 * 0x4)], M5; \
norm.S 57 * ty (f5) = (ux * m4) + (uy * m5) + (uz * m6)
63 fmuls %f1, M5, %f6 ! FGM Group
108 fmuls M5, %f15, M5
122 * ty (f5) = (ux * m4) + (uy * m5) + (uz * m6)
128 fmuls %f1, M5, %f6 ! FGM Group
196 * ty (f5) = (uy * m5)
200 fmuls %f1, M5, %f5 ! FGM Group
232 fmuls M5, %f15, M5
    [all...]
xform.S 467 fmuls %f1, M5, %f7 ! FGM
543 fmuls %f1, M5, %f7 ! FGM Group
550 fmuls %f9, M5, %f13 ! FGM Group
574 fmuls %f1, M5, %f7 ! FGM Group
610 fmuls %f1, M5, %f3 ! FGM
613 fmuls %f5, M5, %f7 ! FGM Group
633 fmuls %f1, M5, %f3 ! FGM Group
672 fmuls %f1, M5, %f7 ! FGM Group f2 available
685 fmuls %f10, M5, %f15 ! FGM Group f4, f11 available
713 fmuls %f1, M5, %f7 ! FGM Group f2 availabl
    [all...]
  /external/clang/test/Sema/
unused-expr.c 134 #define M5(a, b) (foo((a), (b)), 1)
146 M5(i, j); // no warning
156 #undef M5
  /external/boringssl/src/ssl/test/runner/poly1305/
sum_vmsl_s390x.s 48 #define M5 V25
391 REDUCE2(R_0, R_1, R_2, M0, M1, M2, M3, M4, R5_1, R5_2, M5, T_1)
405 REDUCE2(T_8, T_9, T_10, M0, M1, M2, M3, M4, T_2, T_3, M5, T_1)
429 VLL R3, 80(R2), M5
433 VLVGB R3, R0, M5
448 EXPACC(M4, M5, M0, M1, M2, M3, T_4, T_10, T_0, T_1, T_2, T_3)
474 VLM (R2), M2, M5
498 VPERM M4, M5, EX0, T_3
499 VPERM M4, M5, EX1, T_4
500 VPERM M4, M5, EX2, T_
    [all...]
  /external/google-breakpad/src/testing/include/gmock/
gmock-generated-matchers.h 699 template <typename M1, typename M2, typename M3, typename M4, typename M5>
703 typename AllOfResult3<M3, M4, M5>::type
707 template <typename M1, typename M2, typename M3, typename M4, typename M5,
712 typename AllOfResult3<M4, M5, M6>::type
716 template <typename M1, typename M2, typename M3, typename M4, typename M5,
721 typename AllOfResult4<M4, M5, M6, M7>::type
725 template <typename M1, typename M2, typename M3, typename M4, typename M5,
730 typename AllOfResult4<M5, M6, M7, M8>::type
734 template <typename M1, typename M2, typename M3, typename M4, typename M5,
739 typename AllOfResult5<M5, M6, M7, M8, M9>::typ
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googlemock/include/gmock/
gmock-generated-matchers.h 333 template <typename M1, typename M2, typename M3, typename M4, typename M5>
337 typename AllOfResult3<M3, M4, M5>::type
341 template <typename M1, typename M2, typename M3, typename M4, typename M5,
346 typename AllOfResult3<M4, M5, M6>::type
350 template <typename M1, typename M2, typename M3, typename M4, typename M5,
355 typename AllOfResult4<M4, M5, M6, M7>::type
359 template <typename M1, typename M2, typename M3, typename M4, typename M5,
364 typename AllOfResult4<M5, M6, M7, M8>::type
368 template <typename M1, typename M2, typename M3, typename M4, typename M5,
373 typename AllOfResult5<M5, M6, M7, M8, M9>::typ
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
CommandLine.h     [all...]
  /external/cldr/tools/java/org/unicode/cldr/util/
ChainedMap.java 122 public static class M5<K4, K3, K2, K1, V> extends ChainedMap implements Iterable<Map.Entry<K4, Map<K3, Map<K2, Map<K1, V>>>>> {
124 private M5(Map<K4, Object> map4, Map<K3, Object> map3, Map<K2, Object> map2, Map<K1, Object> map1, Class<V> valueClass) {
221 public static <K4, K3, K2, K1, V> M5<K4, K3, K2, K1, V> of(
223 return new M5<K4, K3, K2, K1, V>(map4, map3, map2, map1, valueClass);
273 M5<Boolean, Byte, String, Integer, Double> foo = ChainedMap.of(
  /external/clang/include/clang/Driver/
Multilib.h 126 const Multilib &M5);
  /external/u-boot/arch/x86/include/asm/arch-braswell/
gpio.h 19 M5,
  /external/clang/lib/Driver/
Multilib.cpp 169 const Multilib &M5) {
170 return Either({M1, M2, M3, M4, M5});
  /external/cldr/tools/java/org/unicode/cldr/tool/
CompareIso3166_1Status.java 14 import org.unicode.cldr.util.ChainedMap.M5;
58 M5<CldrStatus, CldrStatus, Iso3166Status, String, Boolean> ordered = ChainedMap.of(
ReadSql.java 22 import org.unicode.cldr.util.ChainedMap.M5;
158 M5<Integer, Integer, Integer, Integer, Boolean> yearMonthDays = ChainedMap.of(new TreeMap<>(), new TreeMap(), new TreeMap(), new TreeMap(),
  /external/u-boot/board/ti/dra7xx/
mux_data.h 189 {XREF_CLK1, (M5 | PIN_OUTPUT)}, /* xref_clk1.atl_clk1 */
190 {XREF_CLK2, (M5 | PIN_OUTPUT)}, /* xref_clk2.atl_clk2 */
219 {XREF_CLK2, (M5 | PIN_INPUT_PULLDOWN)}, /* xref_clk2.atl_clk2 */
319 {XREF_CLK2, (M5 | PIN_INPUT_PULLDOWN)}, /* xref_clk2.atl_clk2 */
    [all...]
  /external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
TestPaths.java 23 import org.unicode.cldr.util.ChainedMap.M5;
183 M5<DtdType, String, String, String, Boolean> data = ChainedMap.of(
  /external/u-boot/arch/arm/include/asm/arch-omap4/
mux_omap4.h 52 #define M5 5
  /external/u-boot/arch/arm/include/asm/arch-omap5/
mux_omap5.h 44 #define M5 5
mux_dra7xx.h 34 #define M5 5
  /external/u-boot/arch/arm/include/asm/arch-omap3/
mux.h 46 #define M5 5
  /external/u-boot/board/intel/cherryhill/
cherryhill.c 65 GPIO_PAD_CONF("N00: GPIO_DFX0", NATIVE, M5, NA, NA, NA,
68 GPIO_PAD_CONF("N03: GPIO_DFX1", NATIVE, M5, NA, NA, NA,
71 GPIO_PAD_CONF("N07: GPIO_DFX2", NATIVE, M5, NA, NA, NA,
74 GPIO_PAD_CONF("N01: GPIO_DFX3", NATIVE, M5, NA, NA, NA,

Completed in 1810 milliseconds

1 2