Home
last modified time | relevance | path

Searched refs:VAL2 (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dselftest.h320 #define ASSERT_EQ(VAL1, VAL2) \ argument
321 ASSERT_EQ_AT ((SELFTEST_LOCATION), (VAL1), (VAL2))
326 #define ASSERT_EQ_AT(LOC, VAL1, VAL2) \ argument
328 const char *desc_ = "ASSERT_EQ (" #VAL1 ", " #VAL2 ")"; \
329 if ((VAL1) == (VAL2)) \
339 #define ASSERT_KNOWN_EQ(VAL1, VAL2) \ argument
340 ASSERT_KNOWN_EQ_AT ((SELFTEST_LOCATION), (VAL1), (VAL2))
345 #define ASSERT_KNOWN_EQ_AT(LOC, VAL1, VAL2) \ argument
347 const char *desc = "ASSERT_KNOWN_EQ (" #VAL1 ", " #VAL2 ")"; \
348 if (known_eq (VAL1, VAL2)) \
[all …]
H A DChangeLog-201614981 two-valued to VAR == VAL1 ? (CST BINOP VAL1) : (CST BINOP VAL2).
14983 VAR == VAL1 ? (VAL1 BINOP CST) : (VAL2 BINOP CST).
H A DChangeLog-200523508 * tree-vrp.c (compare_values): Check that VAL1 and VAL2 are
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dselftest.h322 #define ASSERT_EQ(VAL1, VAL2) \ argument
323 ASSERT_EQ_AT ((SELFTEST_LOCATION), (VAL1), (VAL2))
328 #define ASSERT_EQ_AT(LOC, VAL1, VAL2) \ argument
330 const char *desc_ = "ASSERT_EQ (" #VAL1 ", " #VAL2 ")"; \
331 if ((VAL1) == (VAL2)) \
341 #define ASSERT_KNOWN_EQ(VAL1, VAL2) \ argument
342 ASSERT_KNOWN_EQ_AT ((SELFTEST_LOCATION), (VAL1), (VAL2))
347 #define ASSERT_KNOWN_EQ_AT(LOC, VAL1, VAL2) \ argument
349 const char *desc = "ASSERT_KNOWN_EQ (" #VAL1 ", " #VAL2 ")"; \
350 if (known_eq (VAL1, VAL2)) \
[all …]
/netbsd-src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/
H A Dpr10770.c20 #define VAL2(x) ((x)>>8)&0xff,(x)&0xff macro
24 #define VAL2(x) (x)&0xff,((x)>>8)&0xff macro
30 #define OP_const2u(x) 0x0a,VAL2(x),
31 #define OP_const2s(x) 0x0b,VAL2(x),
60 #define OP_bra(x) 0x28,VAL2(x),
67 #define OP_skip(x) 0x2f,VAL2(x),
173 #define OP_call2(x) 0x98,VAL2(x),
/netbsd-src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/
H A Dpr10770.c20 #define VAL2(x) ((x)>>8)&0xff,(x)&0xff macro
24 #define VAL2(x) (x)&0xff,((x)>>8)&0xff macro
30 #define OP_const2u(x) 0x0a,VAL2(x),
31 #define OP_const2s(x) 0x0b,VAL2(x),
60 #define OP_bra(x) 0x28,VAL2(x),
67 #define OP_skip(x) 0x2f,VAL2(x),
173 #define OP_call2(x) 0x98,VAL2(x),
/netbsd-src/external/gpl3/autoconf/dist/lib/m4sugar/
H A Dforeach.m483 # m4_case(SWITCH, VAL1, IF-VAL1, VAL2, IF-VAL2, ..., DEFAULT)
106 # m4_bmatch(SWITCH, RE1, VAL1, RE2, VAL2, ..., DEFAULT)
113 # VAL2;
142 # m4_cond(TEST1, VAL1, IF-VAL1, TEST2, VAL2, IF-VAL2, ..., [DEFAULT])
H A Dm4sugar.m4382 # m4_case(SWITCH, VAL1, IF-VAL1, VAL2, IF-VAL2, ..., DEFAULT)
390 # case VAL2:
391 # IF-VAL2;
410 # m4_bmatch(SWITCH, RE1, VAL1, RE2, VAL2, ..., DEFAULT)
417 # VAL2;
473 # m4_cond(TEST1, VAL1, IF-VAL1, TEST2, VAL2, IF-VAL2, ..., [DEFAULT])
/netbsd-src/external/lgpl3/mpfr/dist/tests/
H A Dtlgamma.c298 #define VAL2 "-0.11100001001010110111001010001001001011110011111111100E-55" in special() macro
317 mpfr_set_str_binary (x, VAL2); in special()
/netbsd-src/external/bsd/openldap/dist/tests/data/regressions/its8752/
H A Dits8752295 VAL2="Rabbit"
/netbsd-src/external/gpl3/autoconf/dist/tests/
H A Dtools.at589 #if (VAL1*VAL2)==VAL3+VAL4 /* Not VAL5 !!! */
608 VAL2 iftest1.c
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86CallingConv.td315 // Return: HP, P, VAL1, VAL2
375 // Return: HP, P, VAL1, VAL2
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExpr.h6169 enum { PTR, ORDER, VAL1, ORDER_FAIL, VAL2, WEAK, END_EXPR }; enumerator
6210 assert(NumSubExprs > VAL2); in getVal2()
6211 return cast<Expr>(SubExprs[VAL2]); in getVal2()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DLangRef.rst4175 ``select (COND, VAL1, VAL2)``
4177 ``icmp COND (VAL1, VAL2)``
4179 ``fcmp COND (VAL1, VAL2)``