Searched refs:operators (Results 1 - 25 of 25) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gcc.misc-tests/
H A Ddectest.exp46 set operators(add) {+}
47 set operators(compare) {==}
48 set operators(divide) {/}
49 set operators(multiply) {*}
50 set operators(subtract) {-}
51 set operators(minus) {-}
52 set operators(plus) {+}
53 set operators(apply) {}
151 global operators
153 if [catch {set result "$operators(
[all...]
/haiku-buildtools/binutils/gas/testsuite/gas/mips/
H A Dla-reloc.d3 #name: LA with relocation operators
H A Dhilo-diff.s1 # Source code used to test %hi/%lo operators with constants worked out
H A Ddla-reloc.d3 #name: DLA with relocation operators
H A Dl_d-reloc.d3 #name: LDC1 with relocation operators
H A Dld-reloc.d3 #name: LD with relocation operators
H A Dmicromips@ulw-reloc.d3 #name: ULW with relocation operators
H A Dulh-reloc.d3 #name: ULH with relocation operators
H A Dulw-reloc.d3 #name: ULW with relocation operators
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/aarch64/advsimd-intrinsics/
H A Dbinary_op.inc6 operators, these can be tested by providing a definition for
H A Dcmp_fp_op.inc7 operators, these can be tested by providing a definition for
H A Dunary_op.inc6 operators, these can be tested by providing a definition for
H A Dunary_sat_op.inc6 saturating unary operators, these can be tested by providing a
H A Dbinary_sat_op.inc6 saturating binary operators, these can be tested by providing a
/haiku-buildtools/binutils/gas/testsuite/gas/sh/sh64/
H A Dsyntax-1.s186 ! operators
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/sh/sh64/
H A Dsyntax-1.s186 ! operators
/haiku-buildtools/gcc/gmp/demos/perl/
H A DGMP.pm159 The following overloaded operators are available, and corresponding
255 The following overloaded operators are available, and corresponding
298 The following overloaded operators are available, with the corresponding
477 Arguments to operators and functions are converted as necessary to the
509 The rule for binary operators in the C<overload> mechanism is that if both
/haiku-buildtools/gcc/gcc/
H A Dgenmatch.c213 /* Hashtable of known pattern operators. This is pre-seeded from
215 static hash_table<id_base> *operators; variable
306 id_base **slot = operators->find_slot_with_hash (p, p->hashval, INSERT);
325 /* To have INTEGER_CST and friends as "predicate operators". */
331 id_base **slot = operators->find_slot_with_hash (op, op->hashval, INSERT);
343 id_base **slot = operators->find_slot_with_hash (fn, fn->hashval, INSERT);
366 id_base *op = operators->find_with_hash (&tem, tem.hashval);
380 op = operators->find_with_hash (&tem, tem.hashval);
391 op = operators->find_with_hash (&tem, tem.hashval);
592 /* Collected 'for' expression operators tha
3718 delete operators; local
[all...]
/haiku-buildtools/gcc/libiberty/
H A Dcplus-dem.c940 static const char * const operators[][2] = local
950 for (k = 0; operators[k][0] != NULL; k++)
952 size_t slen = strlen (operators[k][0]);
953 if (strncmp (p, operators[k][0], slen) == 0)
956 slen = strlen (operators[k][1]);
958 memcpy (d, operators[k][1], slen);
965 if (operators[k][0] == NULL)
/haiku-buildtools/binutils/libiberty/
H A Dcplus-dem.c991 static const char * const operators[][2] = local
1001 for (k = 0; operators[k][0] != NULL; k++)
1003 size_t slen = strlen (operators[k][0]);
1004 if (strncmp (p, operators[k][0], slen) == 0)
1007 slen = strlen (operators[k][1]);
1009 memcpy (d, operators[k][1], slen);
1016 if (operators[k][0] == NULL)
/haiku-buildtools/gcc/gcc/fortran/
H A Ddump-parse-tree.c805 /* User-defined operators. */
808 /* Intrinsic operators. */
2593 fputs ("User operators:\n", dumpfile);
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/
H A Ddivmod.go10 // modulus operators.
/haiku-buildtools/gcc/gcc/cp/
H A Dname-lookup.c4822 /* Conversion operators are handled specially because ordinary
4824 operators. */
4834 tree operators;
4843 operators = lookup_fnfields (class_type, name, /*protect=*/0);
4844 if (operators)
4845 return operators;
4829 tree operators; local
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/i386/
H A Dintel.s619 # Check arithmetic operators
/haiku-buildtools/binutils/gas/testsuite/gas/i386/
H A Dintel.s623 # Check arithmetic operators

Completed in 301 milliseconds