Home
last modified time | relevance | path

Searched refs:sym1 (Results 1 – 25 of 2918) sorted by relevance

12345678910>>...117

/dports/devel/binutils/binutils-2.37/gas/testsuite/gas/s12z/
H A Dopr-symbol.s1 #sym1: set $123456
18 add d1, sym1
19 and d2, sym1
23 inc.b sym1
24 inc.w sym1
25 inc.l sym1
27 ld d4, sym1
30 jsr sym1
32 dec.b sym1
33 dec.w sym1
[all …]
H A Dopr-symbol.d46 51: 8a fa 12 34 or d4, sym1
48 56: 9c fa 12 34 inc.b sym1
50 5b: 9d fa 12 34 inc.w sym1
52 60: 9f fa 12 34 inc.l sym1
56 6d: bb 12 34 56 jsr sym1
57 71: ac fa 12 34 dec.b sym1
59 76: ad fa 12 34 dec.w sym1
61 7b: af fa 12 34 dec.l sym1
63 80: bc fa 12 34 clr.b sym1
65 85: bd fa 12 34 clr.w sym1
[all …]
/dports/devel/arm-elf-binutils/binutils-2.37/gas/testsuite/gas/s12z/
H A Dopr-symbol.s1 #sym1: set $123456
18 add d1, sym1
19 and d2, sym1
23 inc.b sym1
24 inc.w sym1
25 inc.l sym1
27 ld d4, sym1
30 jsr sym1
32 dec.b sym1
33 dec.w sym1
[all …]
H A Dopr-symbol.d46 51: 8a fa 12 34 or d4, sym1
48 56: 9c fa 12 34 inc.b sym1
50 5b: 9d fa 12 34 inc.w sym1
52 60: 9f fa 12 34 inc.l sym1
56 6d: bb 12 34 56 jsr sym1
57 71: ac fa 12 34 dec.b sym1
59 76: ad fa 12 34 dec.w sym1
61 7b: af fa 12 34 dec.l sym1
63 80: bc fa 12 34 clr.b sym1
65 85: bd fa 12 34 clr.w sym1
[all …]
/dports/devel/gnulibiberty/binutils-2.37/gas/testsuite/gas/s12z/
H A Dopr-symbol.s1 #sym1: set $123456
18 add d1, sym1
19 and d2, sym1
23 inc.b sym1
24 inc.w sym1
25 inc.l sym1
27 ld d4, sym1
30 jsr sym1
32 dec.b sym1
33 dec.w sym1
[all …]
H A Dopr-symbol.d46 51: 8a fa 12 34 or d4, sym1
48 56: 9c fa 12 34 inc.b sym1
50 5b: 9d fa 12 34 inc.w sym1
52 60: 9f fa 12 34 inc.l sym1
56 6d: bb 12 34 56 jsr sym1
57 71: ac fa 12 34 dec.b sym1
59 76: ad fa 12 34 dec.w sym1
61 7b: af fa 12 34 dec.l sym1
63 80: bc fa 12 34 clr.b sym1
65 85: bd fa 12 34 clr.w sym1
[all …]
/dports/lang/racket/racket-8.3/share/pkgs/datalog/tests/
H A Dast.rkt22 (test-not-false "sym/sym" (datum-equal? 'sym1 'sym1))
29 (test-not-false "var/var" (variable-equal? (make-variable #f 'sym1) (make-variable #f 'sym1)))
30 …t-not-false "var/var" (variable-equal? (make-variable #f 'sym1) (make-variable sym1-srcloc 'sym1)))
36 (test-not-false "sym/sym" (constant-equal? (make-constant #f 'sym1) (make-constant #f 'sym1)))
37 …t-not-false "sym/sym" (constant-equal? (make-constant #f 'sym1) (make-constant sym1-srcloc 'sym1)))
40 …-not-false "str/str" (constant-equal? (make-constant #f "sym1") (make-constant sym1-srcloc "sym1")…
47 (test-not-false "var/var" (term-equal? (make-variable #f 'sym1) (make-variable #f 'sym1)))
48 …(test-not-false "var/var" (term-equal? (make-variable #f 'sym1) (make-variable sym1-srcloc 'sym1)))
51 (test-not-false "sym/sym" (term-equal? (make-constant #f 'sym1) (make-constant #f 'sym1)))
52 …(test-not-false "sym/sym" (term-equal? (make-constant #f 'sym1) (make-constant sym1-srcloc 'sym1)))
[all …]
/dports/math/blaze/blaze-3.8/blazetest/src/mathtest/adaptors/symmetricmatrix/
H A DSparseScalarTest1.cpp194 const ST sym1; in testConstructors() local
242 ST sym1; in testConstructors() local
520 OST sym1; in testConstructors() local
733 sym2 = sym1; in testAssignment()
752 sym2 = sym1; in testAssignment()
951 sym2 = sym1; in testAssignment()
982 sym2 = sym1; in testAssignment()
1154 sym2 = sym1; in testAssignment()
1185 sym2 = sym1; in testAssignment()
1268 sym2 = sym1; in testAssignment()
[all …]
H A DDenseScalarTest1.cpp369 const ST sym1; in testConstructors() local
417 ST sym1; in testConstructors() local
863 OST sym1; in testConstructors() local
1118 sym2 = sym1; in testAssignment()
1137 sym2 = sym1; in testAssignment()
1336 sym2 = sym1; in testAssignment()
1367 sym2 = sym1; in testAssignment()
1539 sym2 = sym1; in testAssignment()
1570 sym2 = sym1; in testAssignment()
1695 sym2 = sym1; in testAssignment()
[all …]
H A DSparseNonScalarTest1.cpp141 const ST sym1; in testConstructors() local
191 ST sym1; in testConstructors() local
434 OST sym1; in testConstructors() local
610 sym2 = sym1; in testAssignment()
629 sym2 = sym1; in testAssignment()
856 sym2 = sym1; in testAssignment()
889 sym2 = sym1; in testAssignment()
1065 sym2 = sym1; in testAssignment()
1098 sym2 = sym1; in testAssignment()
1259 sym2 = sym1; in testAssignment()
[all …]
H A DDenseNonScalarTest1.cpp254 const ST sym1; in testConstructors() local
304 ST sym1; in testConstructors() local
653 OST sym1; in testConstructors() local
829 sym2 = sym1; in testAssignment()
848 sym2 = sym1; in testAssignment()
1075 sym2 = sym1; in testAssignment()
1108 sym2 = sym1; in testAssignment()
1284 sym2 = sym1; in testAssignment()
1317 sym2 = sym1; in testAssignment()
1478 sym2 = sym1; in testAssignment()
[all …]
/dports/math/giacxcas/CoCoALib-0.99700/include/CoCoA/
H A Dsymbol.H100 inline int cmp(const symbol& sym1, const symbol& sym2) in cmp() argument
102 return sym1.myCmp(sym2); in cmp()
105 inline bool operator==(const symbol& sym1, const symbol& sym2)
107 return sym1.myCmp(sym2) == 0;
112 return sym1.myCmp(sym2) != 0;
115 inline bool operator<(const symbol& sym1, const symbol& sym2)
117 return sym1.myCmp(sym2) < 0;
122 return sym1.myCmp(sym2) <= 0;
125 inline bool operator>(const symbol& sym1, const symbol& sym2)
127 return sym1.myCmp(sym2) > 0;
[all …]
/dports/math/cocoalib/CoCoALib-0.99712/include/CoCoA/
H A Dsymbol.H101 inline int cmp(const symbol& sym1, const symbol& sym2) in cmp() argument
103 return sym1.myCmp(sym2); in cmp()
106 inline bool operator==(const symbol& sym1, const symbol& sym2)
108 return sym1.myCmp(sym2) == 0;
113 return sym1.myCmp(sym2) != 0;
116 inline bool operator<(const symbol& sym1, const symbol& sym2)
118 return sym1.myCmp(sym2) < 0;
123 return sym1.myCmp(sym2) <= 0;
126 inline bool operator>(const symbol& sym1, const symbol& sym2)
128 return sym1.myCmp(sym2) > 0;
[all …]
/dports/www/firefox-esr/firefox-91.8.0/js/src/jsapi-tests/
H A DtestSymbol.cpp12 RootedSymbol sym1(cx); in BEGIN_TEST() local
13 CHECK(sym1 = NewSymbol(cx, desc)); in BEGIN_TEST()
15 RootedValue v(cx, SymbolValue(sym1)); in BEGIN_TEST()
20 CHECK(sym1 != sym2); in BEGIN_TEST()
35 RootedSymbol sym1(cx); in BEGIN_TEST() local
43 CHECK_EQUAL(sym1, sym2); in BEGIN_TEST()
48 CHECK_EQUAL(sym1, sym2); in BEGIN_TEST()
52 CHECK(sym2 != sym1); in BEGIN_TEST()
61 Rooted<Symbol*> sym1(cx); in BEGIN_TEST() local
65 CHECK_SAME(v, SymbolValue(sym1)); in BEGIN_TEST()
[all …]
/dports/www/firefox/firefox-99.0/js/src/jsapi-tests/
H A DtestSymbol.cpp12 RootedSymbol sym1(cx); in BEGIN_TEST() local
13 CHECK(sym1 = NewSymbol(cx, desc)); in BEGIN_TEST()
15 RootedValue v(cx, SymbolValue(sym1)); in BEGIN_TEST()
20 CHECK(sym1 != sym2); in BEGIN_TEST()
35 RootedSymbol sym1(cx); in BEGIN_TEST() local
43 CHECK_EQUAL(sym1, sym2); in BEGIN_TEST()
48 CHECK_EQUAL(sym1, sym2); in BEGIN_TEST()
52 CHECK(sym2 != sym1); in BEGIN_TEST()
61 Rooted<Symbol*> sym1(cx); in BEGIN_TEST() local
65 CHECK_SAME(v, SymbolValue(sym1)); in BEGIN_TEST()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jsapi-tests/
H A DtestSymbol.cpp12 RootedSymbol sym1(cx); in BEGIN_TEST() local
13 CHECK(sym1 = NewSymbol(cx, desc)); in BEGIN_TEST()
15 RootedValue v(cx, SymbolValue(sym1)); in BEGIN_TEST()
20 CHECK(sym1 != sym2); in BEGIN_TEST()
36 RootedSymbol sym1(cx); in BEGIN_TEST() local
44 CHECK_EQUAL(sym1, sym2); in BEGIN_TEST()
49 CHECK_EQUAL(sym1, sym2); in BEGIN_TEST()
53 CHECK(sym2 != sym1); in BEGIN_TEST()
63 Rooted<Symbol*> sym1(cx); in BEGIN_TEST() local
67 CHECK_SAME(v, SymbolValue(sym1)); in BEGIN_TEST()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jsapi-tests/
H A DtestSymbol.cpp11 RootedSymbol sym1(cx); in BEGIN_TEST() local
12 CHECK(sym1 = NewSymbol(cx, desc)); in BEGIN_TEST()
14 RootedValue v(cx, SymbolValue(sym1)); in BEGIN_TEST()
19 CHECK(sym1 != sym2); in BEGIN_TEST()
34 RootedSymbol sym1(cx); in BEGIN_TEST() local
42 CHECK_EQUAL(sym1, sym2); in BEGIN_TEST()
47 CHECK_EQUAL(sym1, sym2); in BEGIN_TEST()
51 CHECK(sym2 != sym1); in BEGIN_TEST()
60 Rooted<Symbol*> sym1(cx); in BEGIN_TEST() local
64 CHECK_SAME(v, SymbolValue(sym1)); in BEGIN_TEST()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jsapi-tests/
H A DtestSymbol.cpp12 RootedSymbol sym1(cx); in BEGIN_TEST() local
13 CHECK(sym1 = NewSymbol(cx, desc)); in BEGIN_TEST()
15 RootedValue v(cx, SymbolValue(sym1)); in BEGIN_TEST()
20 CHECK(sym1 != sym2); in BEGIN_TEST()
35 RootedSymbol sym1(cx); in BEGIN_TEST() local
43 CHECK_EQUAL(sym1, sym2); in BEGIN_TEST()
48 CHECK_EQUAL(sym1, sym2); in BEGIN_TEST()
52 CHECK(sym2 != sym1); in BEGIN_TEST()
61 Rooted<Symbol*> sym1(cx); in BEGIN_TEST() local
65 CHECK_SAME(v, SymbolValue(sym1)); in BEGIN_TEST()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jsapi-tests/
H A DtestSymbol.cpp12 RootedSymbol sym1(cx); in BEGIN_TEST() local
13 CHECK(sym1 = NewSymbol(cx, desc)); in BEGIN_TEST()
15 RootedValue v(cx, SymbolValue(sym1)); in BEGIN_TEST()
20 CHECK(sym1 != sym2); in BEGIN_TEST()
35 RootedSymbol sym1(cx); in BEGIN_TEST() local
43 CHECK_EQUAL(sym1, sym2); in BEGIN_TEST()
48 CHECK_EQUAL(sym1, sym2); in BEGIN_TEST()
52 CHECK(sym2 != sym1); in BEGIN_TEST()
61 Rooted<Symbol*> sym1(cx); in BEGIN_TEST() local
65 CHECK_SAME(v, SymbolValue(sym1)); in BEGIN_TEST()
[all …]
/dports/editors/fpc-ide/fpc-3.2.2/compiler/
H A Dsymutil.pas33 function equal_constsym(sym1,sym2:tconstsym; nanequal: boolean):boolean; in equal_constsym()
56 function equal_constsym(sym1,sym2:tconstsym; nanequal: boolean):boolean; in equal_constsym()
61 if sym1.consttyp<>sym2.consttyp then
63 case sym1.consttyp of
65 equal_constsym:=(sym1.value.valueord=sym2.value.valueord);
67 equal_constsym:=(sym1.value.valueordptr=sym2.value.valueordptr);
70 if sym1.value.len=sym2.value.len then
72 p1:=pchar(sym1.value.valueptr);
74 pend:=p1+sym1.value.len;
88 if (sym1.value.len=sym2.value.len) and
[all …]
/dports/lang/fpc/fpc-3.2.2/compiler/
H A Dsymutil.pas33 function equal_constsym(sym1,sym2:tconstsym; nanequal: boolean):boolean; in equal_constsym()
56 function equal_constsym(sym1,sym2:tconstsym; nanequal: boolean):boolean; in equal_constsym()
61 if sym1.consttyp<>sym2.consttyp then
63 case sym1.consttyp of
65 equal_constsym:=(sym1.value.valueord=sym2.value.valueord);
67 equal_constsym:=(sym1.value.valueordptr=sym2.value.valueordptr);
70 if sym1.value.len=sym2.value.len then
72 p1:=pchar(sym1.value.valueptr);
74 pend:=p1+sym1.value.len;
88 if (sym1.value.len=sym2.value.len) and
[all …]
/dports/lang/fpc-source/fpc-3.2.2/compiler/
H A Dsymutil.pas33 function equal_constsym(sym1,sym2:tconstsym; nanequal: boolean):boolean; in equal_constsym()
56 function equal_constsym(sym1,sym2:tconstsym; nanequal: boolean):boolean; in equal_constsym()
61 if sym1.consttyp<>sym2.consttyp then
63 case sym1.consttyp of
65 equal_constsym:=(sym1.value.valueord=sym2.value.valueord);
67 equal_constsym:=(sym1.value.valueordptr=sym2.value.valueordptr);
70 if sym1.value.len=sym2.value.len then
72 p1:=pchar(sym1.value.valueptr);
74 pend:=p1+sym1.value.len;
88 if (sym1.value.len=sym2.value.len) and
[all …]
/dports/lang/seed7/seed7/src/
H A Dgkb_x11.c2192 KeySym sym1; in gkbButtonPressed() local
2247 case '0': sym1 = '0'; in gkbButtonPressed()
2254 case '1': sym1 = '1'; in gkbButtonPressed()
2261 case '2': sym1 = '2'; in gkbButtonPressed()
2268 case '3': sym1 = '3'; in gkbButtonPressed()
2275 case '4': sym1 = '4'; in gkbButtonPressed()
2282 case '5': sym1 = '5'; in gkbButtonPressed()
2289 case '6': sym1 = '6'; in gkbButtonPressed()
2296 case '7': sym1 = '7'; in gkbButtonPressed()
2303 case '8': sym1 = '8'; in gkbButtonPressed()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/MC/Mips/
H A Dsort-relocation-table.s92 lui $2, %hi(sym1)
93 lui $2, %hi(sym1)
94 addiu $2, $2, %lo(sym1+1)
95 addiu $2, $2, %lo(sym1)
140 lw $2, %lo(sym1)
148 lw $2, %lo(sym1)
149 lw $2, %lo(sym1)
150 lui $2, %hi(sym1)
164 lw $2, %lo(sym1)
165 lui $2, %hi(sym1)
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/test/MC/Mips/
H A Dsort-relocation-table.s92 lui $2, %hi(sym1)
93 lui $2, %hi(sym1)
94 addiu $2, $2, %lo(sym1+1)
95 addiu $2, $2, %lo(sym1)
140 lw $2, %lo(sym1)
148 lw $2, %lo(sym1)
149 lw $2, %lo(sym1)
150 lui $2, %hi(sym1)
164 lw $2, %lo(sym1)
165 lui $2, %hi(sym1)
[all …]

12345678910>>...117