HomeSort by relevance Sort by last modified time
    Searched refs:OP (Results 51 - 75 of 228) sorted by null

1 23 4 5 6 7 8 910

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
cpplib.h 54 OP(EQ, "=") \
55 OP(NOT, "!") \
56 OP(GREATER, ">") /* compare */ \
57 OP(LESS, "<") \
58 OP(PLUS, "+") /* math */ \
59 OP(MINUS, "-") \
60 OP(MULT, "*") \
61 OP(DIV, "/") \
62 OP(MOD, "%") \
63 OP(AND, "&") /* bit ops */
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
pdp11-dis.c 212 #define OP pdp11_opcodes[i]
213 if ((opcode & OP.mask) == OP.opcode)
214 switch (OP.type)
217 FPRINTF (F, "%s", OP.name);
220 FPRINTF (F, "%s", OP.name);
225 FPRINTF (F, "%s", OP.name);
227 if (strcmp (OP.name, "jmp") == 0)
233 FPRINTF (F, "%s", OP.name);
235 if (strcmp (OP.name, "jmp") == 0
    [all...]
cr16-opc.c 294 #define CSTBIT_INST_B(NAME, OP, OPC1, OPC2, OPC3, OPC4) \
296 {NAME, 2, (OPC3+1), 23, CSTBIT_INS, {{OP,20},{abs20,0}}}, \
298 {NAME, 3, (OPC2+3), 12, CSTBIT_INS, {{OP,4},{abs24,16}}}, \
300 {NAME, 2, OPC1, 24, CSTBIT_INS, {{OP,20}, {rindex7_abs20,0}}}, \
302 {NAME, 2, OPC4, 22, CSTBIT_INS, {{OP,4},{rpindex_disps14,0}}}, \
304 {NAME, 3, OPC2, 12, CSTBIT_INS, {{OP,4}, {rbase_disps20,16}}}, \
306 {NAME, 1, OPC3-2, 23, CSTBIT_INS, {{OP,20}, {rpbase_disps0,16}}}, \
308 {NAME, 2, OPC3, 23, CSTBIT_INS, {{OP,20}, {rpbase_disps16,0}}}, \
310 {NAME, 3, (OPC2+1), 12, CSTBIT_INS, {{OP,4}, {rpbase_disps20,16}}}, \
312 {NAME, 3, (OPC2+2), 12, CSTBIT_INS, {{OP,4}, {rpindex_disps20,16}}
    [all...]
  /external/valgrind/VEX/test/
test-amd64-shift.h 2 #define exec_op glue(exec_, OP)
3 #define exec_opq glue(glue(exec_, OP), q)
4 #define exec_opl glue(glue(exec_, OP), l)
5 #define exec_opw glue(glue(exec_, OP), w)
6 #define exec_opb glue(glue(exec_, OP), b)
14 stringify(OP) size " %" size "2, %" size "0\n\t" \
23 stringify(OP) size " %%cl, %" size "0\n\t" \
40 stringify(OP) "q", s0, s1, res, iflags, flags & CC_MASK);
53 stringify(OP) "l", s0, s1, res, iflags, flags & CC_MASK);
66 stringify(OP) "w", s0, s1, res, iflags, flags & CC_MASK)
    [all...]
test-i386.h 4 #define exec_op glue(exec_, OP)
5 #define exec_opl glue(glue(exec_, OP), l)
6 #define exec_opw glue(glue(exec_, OP), w)
7 #define exec_opb glue(glue(exec_, OP), b)
12 stringify(OP) size " %" size "2, %" size "0\n\t" \
21 stringify(OP) size " %" size "0\n\t" \
36 stringify(OP) "l", s0, res, iflags, flags & CC_MASK);
50 stringify(OP) "w", s0, res, iflags, flags & CC_MASK);
64 stringify(OP) "b", s0, res, iflags, flags & CC_MASK);
79 stringify(OP) "l", s0, s1, res, iflags, flags & CC_MASK)
    [all...]
test-amd64.h 2 #define exec_op glue(exec_, OP)
3 #define exec_opq glue(glue(exec_, OP), q)
4 #define exec_opl glue(glue(exec_, OP), l)
5 #define exec_opw glue(glue(exec_, OP), w)
6 #define exec_opb glue(glue(exec_, OP), b)
11 stringify(OP) size " %" size "2, %" size "0\n\t" \
20 stringify(OP) size " %" size "0\n\t" \
34 stringify(OP) "q", s0, res, iflags, flags & CC_MASK);
43 stringify(OP) "l", s0, res, iflags, flags & CC_MASK);
52 stringify(OP) "w", s0, res, iflags, flags & CC_MASK)
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
host-aout.c 84 #define MY(OP) CONCAT2 (host_aout_,OP)
i386aout.c 39 #define MY(OP) CONCAT2 (i386_aout_,OP)
elf32-rx.c 667 #define OP(i) (contents[rel->r_offset + (i)])
706 OP (0) &= 0xf8;
707 OP (0) |= relocation & 0x07;
716 OP (0) = relocation;
722 OP (0) = relocation;
728 OP (0) = relocation;
739 OP (0) = relocation;
740 OP (1) = relocation >> 8;
749 OP (1) = relocation;
750 OP (0) = relocation >> 8
    [all...]
elf32-rl78.c 561 #define OP(i) (contents[rel->r_offset + (i)])
574 OP (0) = relocation;
579 OP (0) = relocation;
584 OP (0) = relocation;
589 OP (0) = relocation;
590 OP (1) = relocation >> 8;
597 OP (0) = relocation;
598 OP (1) = relocation >> 8;
603 OP (0) = relocation;
604 OP (1) = relocation >> 8
    [all...]
i386dynix.c 37 #define MY(OP) CONCAT2 (i386_aout_dynix_,OP)
pc532-mach.c 54 #define MY(OP) CONCAT2 (ns32k_aout_pc532mach_,OP)
  /external/libchrome/base/numerics/
safe_math.h 220 #define BASE_NUMERIC_ARITHMETIC_OPERATORS(NAME, OP, COMPOUND_OP) \
223 CheckedNumeric<typename ArithmeticPromotion<T>::type> operator OP( \
228 return CheckedNumeric<T>(lhs.ValueUnsafe() OP rhs.ValueUnsafe()); \
231 lhs.ValueUnsafe() OP rhs.ValueUnsafe(), \
247 OP CheckedNumeric<typename UnderlyingType<Src>::type>::cast(rhs); \
252 CheckedNumeric<typename ArithmeticPromotion<T, Src>::type> operator OP( \
257 lhs.ValueUnsafe() OP rhs.ValueUnsafe(), \
260 OP CheckedNumeric<Promotion>::cast(rhs); \
264 CheckedNumeric<typename ArithmeticPromotion<T, Src>::type> operator OP( \
268 return CheckedNumeric<Promotion>(lhs.ValueUnsafe() OP rhs,
    [all...]
  /external/libweave/third_party/chromium/base/numerics/
safe_math.h 220 #define BASE_NUMERIC_ARITHMETIC_OPERATORS(NAME, OP, COMPOUND_OP) \
223 CheckedNumeric<typename ArithmeticPromotion<T>::type> operator OP( \
228 return CheckedNumeric<T>(lhs.ValueUnsafe() OP rhs.ValueUnsafe()); \
231 lhs.ValueUnsafe() OP rhs.ValueUnsafe(), \
247 OP CheckedNumeric<typename UnderlyingType<Src>::type>::cast(rhs); \
252 CheckedNumeric<typename ArithmeticPromotion<T, Src>::type> operator OP( \
257 lhs.ValueUnsafe() OP rhs.ValueUnsafe(), \
260 OP CheckedNumeric<Promotion>::cast(rhs); \
264 CheckedNumeric<typename ArithmeticPromotion<T, Src>::type> operator OP( \
268 return CheckedNumeric<Promotion>(lhs.ValueUnsafe() OP rhs,
    [all...]
  /external/pdfium/third_party/base/numerics/
safe_math.h 194 #define BASE_NUMERIC_ARITHMETIC_OPERATORS(NAME, OP, COMPOUND_OP) \
197 CheckedNumeric<typename ArithmeticPromotion<T>::type> operator OP( \
202 return CheckedNumeric<T>(lhs.ValueUnsafe() OP rhs.ValueUnsafe()); \
205 lhs.ValueUnsafe() OP rhs.ValueUnsafe(), \
219 *this = CheckedNumeric<T>::cast(*this) OP CheckedNumeric<Src>::cast(rhs); \
224 CheckedNumeric<typename ArithmeticPromotion<T, Src>::type> operator OP( \
229 lhs.ValueUnsafe() OP rhs.ValueUnsafe(), \
232 OP CheckedNumeric<Promotion>::cast(rhs); \
236 CheckedNumeric<typename ArithmeticPromotion<T, Src>::type> operator OP( \
240 return CheckedNumeric<Promotion>(lhs.ValueUnsafe() OP rhs,
    [all...]
  /external/v8/src/base/
safe_math.h 198 #define BASE_NUMERIC_ARITHMETIC_OPERATORS(NAME, OP, COMPOUND_OP) \
201 CheckedNumeric<typename ArithmeticPromotion<T>::type> operator OP( \
206 return CheckedNumeric<T>(lhs.ValueUnsafe() OP rhs.ValueUnsafe()); \
209 lhs.ValueUnsafe() OP rhs.ValueUnsafe(), \
223 *this = CheckedNumeric<T>::cast(*this) OP CheckedNumeric<Src>::cast(rhs); \
228 CheckedNumeric<typename ArithmeticPromotion<T, Src>::type> operator OP( \
233 lhs.ValueUnsafe() OP rhs.ValueUnsafe(), \
236 OP CheckedNumeric<Promotion>::cast(rhs); \
240 CheckedNumeric<typename ArithmeticPromotion<T, Src>::type> operator OP( \
244 return CheckedNumeric<Promotion>(lhs.ValueUnsafe() OP rhs,
    [all...]
  /external/v8/tools/
eval_gc_time.sh 24 OP=old-gen-rank
38 OP="$2"
146 case $OP in
  /external/eigen/unsupported/Eigen/src/Eigenvalues/
ArpackSelfAdjointEigenSolver.h 34 template<typename MatrixSolver, typename MatrixType, typename Scalar, bool BisSPD> struct OP;
472 MatrixSolver OP;
476 OP.compute(B);
482 OP.compute(A);
494 OP.compute(AminusSigmaB);
499 OP.compute(AminusSigmaB);
504 if (!(mode == 1 && isBempty) && !(mode == 2 && isBempty) && OP.info() != Success)
533 // OP = A
539 // OP = L^{-1}AL^{-T}
541 internal::OP<MatrixSolver, MatrixType, Scalar, BisSPD>::applyOP(OP, A, n, in, out)
    [all...]
  /external/eigen/test/
exceptions.cpp 80 #define CHECK_MEMLEAK(OP) { \
84 try { OP; } \
87 VERIFY(ScalarWithExceptions::instances==before && "memory leak detected in " && EIGEN_MAKESTRING(OP)); \
89 VERIFY(exception_thrown && " no exception thrown in " && EIGEN_MAKESTRING(OP)); \
107 VERIFY(ScalarWithExceptions::instances==0 && "global memory leak detected in " && EIGEN_MAKESTRING(OP)); \
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/main/
main-scripts.rb 105 r: ID OP^ ID EOF!;
108 OP: '+';
129 r: ID OP^ ID EOF!;
132 OP: '+';
142 r returns [res]: ^(OP a=ID b=ID)
143 { $res = "\%s \%s \%s" \% [$a.text, $OP.text, $b.text] }
166 r: ID OP^ ID EOF!;
169 OP: '+';
181 r: ^(OP a=ID b=ID) -> ^(OP ^(ARG ID) ^(ARG ID))
    [all...]
  /external/eigen/Eigen/src/plugins/
ArrayCwiseBinaryOps.h 74 #define EIGEN_MAKE_CWISE_COMP_OP(OP, COMPARATOR) \
77 OP(const EIGEN_CURRENT_STORAGE_BASE_CLASS<OtherDerived> &other) const \
84 OP(const Scalar& s) const { \
85 return this->OP(Derived::PlainObject::Constant(rows(), cols(), s)); \
88 OP(const Scalar& s, const Derived& d) { \
89 return Derived::PlainObject::Constant(d.rows(), d.cols(), s).OP(d); \
92 #define EIGEN_MAKE_CWISE_COMP_R_OP(OP, R_OP, RCOMPARATOR) \
95 OP(const EIGEN_CURRENT_STORAGE_BASE_CLASS<OtherDerived> &other) const \
101 OP(const Scalar& s) const { \
105 OP(const Scalar& s, const Derived& d) {
    [all...]
  /external/eigen/Eigen/src/Eigen2Support/
Cwise.h 18 #define EIGEN_CWISE_BINOP_RETURN_TYPE(OP) \
19 CwiseBinaryOp<OP<typename internal::traits<ExpressionType>::Scalar>, ExpressionType, OtherDerived>
23 #define EIGEN_CWISE_UNOP_RETURN_TYPE(OP) \
24 CwiseUnaryOp<OP<typename internal::traits<ExpressionType>::Scalar>, ExpressionType>
28 #define EIGEN_CWISE_COMP_TO_SCALAR_RETURN_TYPE(OP) \
29 CwiseBinaryOp<OP<typename internal::traits<ExpressionType>::Scalar>, ExpressionType, \
  /toolchain/binutils/binutils-2.25/include/opcode/
sparc.h 253 #define OP(x) ((unsigned) ((x) & 0x3) << 30) /* Op field of all insns. */
257 #define F3F(x, y, z) (OP (x) | OP3 (y) | OPF (z)) /* Format3 float insns. */
258 #define F3F4(x, y, z) (OP (x) | OP3 (y) | OPF_LOW4 (z))
260 #define F2(x, y) (OP (x) | OP2(y)) /* Format 2 insns. */
261 #define F3(x, y, z) (OP (x) | OP3(y) | F3I(z)) /* Format3 insns. */
262 #define F1(x) (OP (x))
  /external/eigen/lapack/
lu.cpp 49 if(OP(*trans)==INVALID) *info = -1;
67 if(OP(*trans)==NOTR)
73 else if(OP(*trans)==TR)
79 else if(OP(*trans)==ADJ)
  /external/v8/build/toolchain/
gcc_ar_wrapper.py 9 python gcc_ar_wrapper.py --ar=$AR --output=$OUT $OP $INPUTS
11 rm -f $OUT && $AR $OP $OUT $INPUTS

Completed in 569 milliseconds

1 23 4 5 6 7 8 910