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

123

/external/compiler-rt/test/ubsan/TestCases/Integer/
H A Dshift.cpp31 a OP 1; local
37 a OP (-3);
43 a OP 32; local
H A Dincdec-overflow.cpp15 OP;
H A Duincdec-overflow.cpp15 OP;
/external/valgrind/VEX/test/
H A Dtest-i386-muldiv.h2 void glue(glue(test_, OP), b)(int op0, int op1)
11 stringify(OP)"b %b2\n\t"
17 stringify(OP) "b", s0, s1, res, flags & CC_MASK);
20 void glue(glue(test_, OP), w)(int op0h, int op0, int op1)
29 stringify(OP) "w %w3\n\t"
35 stringify(OP) "w", op0h, op0, s1, resh, res, flags & CC_MASK);
38 void glue(glue(test_, OP), l)(int op0h, int op0, int op1)
47 stringify(OP) "l %3\n\t"
53 stringify(OP) "l", op0h, op0, s1, resh, res, flags & CC_MASK);
56 #undef OP macro
[all...]
H A Dtest-amd64-muldiv.h2 void glue(glue(test_, OP), b)(int64 op0, int64 op1)
11 stringify(OP)"b %b2\n\t"
17 stringify(OP) "b", s0, s1, res, flags & CC_MASK);
20 void glue(glue(test_, OP), w)(int64 op0h, int64 op0, int64 op1)
29 stringify(OP) "w %w3\n\t"
35 stringify(OP) "w", op0h, op0, s1, resh, res, flags & CC_MASK);
38 void glue(glue(test_, OP), l)(int64 op0h, int64 op0, int64 op1)
47 stringify(OP) "l %3\n\t"
53 stringify(OP) "l", op0h, op0, s1, resh, res, flags & CC_MASK);
56 void glue(glue(test_, OP),
74 #undef OP macro
[all...]
H A Dtest-i386-shift.h2 #define exec_op glue(exec_, OP)
3 #define exec_opl glue(glue(exec_, OP), l)
4 #define exec_opw glue(glue(exec_, OP), w)
5 #define exec_opb glue(glue(exec_, OP), b)
13 stringify(OP) size " %" size "2, %" size "0\n\t" \
22 stringify(OP) size " %%cl, %" size "0\n\t" \
39 stringify(OP) "l", s0, s1, res, iflags, flags & CC_MASK);
52 stringify(OP) "w", s0, s1, res, iflags, flags & CC_MASK);
59 stringify(OP) size " %%cl, %" size "5, %" size "0\n\t" \
75 stringify(OP) "
156 #undef OP macro
[all...]
H A Dtest-amd64-shift.h2 #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) "
173 #undef OP macro
[all...]
H A Dtest-i386.h4 #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) "
207 #undef OP macro
[all...]
H A Dtest-amd64.h2 #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) "
226 #undef OP macro
[all...]
H A Dtest-amd64.c69 #define OP add macro
72 #define OP sub macro
75 #define OP xor macro
78 #define OP and macro
81 #define OP or macro
84 #define OP cmp macro
87 #define OP adc macro
91 #define OP sbb macro
95 #define OP inc macro
100 #define OP de macro
105 #define OP macro
110 #define OP macro
118 #define OP macro
121 #define OP macro
124 #define OP macro
127 #define OP macro
130 #define OP macro
133 #define OP macro
137 #define OP macro
362 #define OP macro
365 #define OP macro
441 #define OP macro
444 #define OP macro
[all...]
H A Dtest-i386.c59 #define OP add macro
62 #define OP sub macro
65 #define OP xor macro
68 #define OP and macro
71 #define OP or macro
74 #define OP cmp macro
77 #define OP adc macro
81 #define OP sbb macro
85 #define OP inc macro
90 #define OP de macro
95 #define OP macro
100 #define OP macro
108 #define OP macro
111 #define OP macro
114 #define OP macro
117 #define OP macro
120 #define OP macro
123 #define OP macro
127 #define OP macro
131 #define OP macro
136 #define OP macro
146 #define OP macro
150 #define OP macro
154 #define OP macro
158 #define OP macro
350 #define OP macro
353 #define OP macro
412 #define OP macro
415 #define OP macro
[all...]
/external/elfutils/src/lib/
H A Dsha1.c262 #define OP(i, a, b, c, d, e) \ macro
273 OP (0, A, B, C, D, E);
274 OP (1, E, A, B, C, D);
275 OP (2, D, E, A, B, C);
276 OP (3, C, D, E, A, B);
277 OP (4, B, C, D, E, A);
278 OP (5, A, B, C, D, E);
279 OP (6, E, A, B, C, D);
280 OP (7, D, E, A, B, C);
281 OP (
295 #undef OP macro
296 #define OP macro
[all...]
H A Dmd5.c337 #define OP(a, b, c, d, s, T) \ macro
358 OP (A, B, C, D, 7, 0xd76aa478);
359 OP (D, A, B, C, 12, 0xe8c7b756);
360 OP (C, D, A, B, 17, 0x242070db);
361 OP (B, C, D, A, 22, 0xc1bdceee);
362 OP (A, B, C, D, 7, 0xf57c0faf);
363 OP (D, A, B, C, 12, 0x4787c62a);
364 OP (C, D, A, B, 17, 0xa8304613);
365 OP (B, C, D, A, 22, 0xfd469501);
366 OP (
378 #undef OP macro
379 #define OP macro
[all...]
/external/libvncserver/common/
H A Dmd5.c335 #define OP(a, b, c, d, s, T) \ macro
356 OP (A, B, C, D, 7, 0xd76aa478);
357 OP (D, A, B, C, 12, 0xe8c7b756);
358 OP (C, D, A, B, 17, 0x242070db);
359 OP (B, C, D, A, 22, 0xc1bdceee);
360 OP (A, B, C, D, 7, 0xf57c0faf);
361 OP (D, A, B, C, 12, 0x4787c62a);
362 OP (C, D, A, B, 17, 0xa8304613);
363 OP (B, C, D, A, 22, 0xfd469501);
364 OP (
376 #undef OP macro
377 #define OP macro
[all...]
/external/clang/test/SemaCXX/
H A Dwarn-self-assign.cpp20 #define OP = macro
25 a OP a;
28 LHS OP RHS;
29 #undef OP macro
/external/pdfium/third_party/base/numerics/
H A Dsafe_math.h194 #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 rh
[all...]
/external/v8/src/base/
H A Dsafe_math.h198 #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 rh
[all...]
/external/eigen/unsupported/Eigen/src/Eigenvalues/
H A DArpackSelfAdjointEigenSolver.h34 template<typename MatrixSolver, typename MatrixType, typename Scalar, bool BisSPD> struct OP;
472 MatrixSolver OP; local
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<MatrixSolve
747 struct OP struct in namespace:Eigen::internal
754 struct OP<MatrixSolver, MatrixType, Scalar, true> struct in namespace:Eigen::internal
756 applyOP(MatrixSolver &OP, const MatrixType &A, int n, Scalar *in, Scalar *out) argument
775 project(MatrixSolver &OP, int n, int k, Scalar *vecs) argument
786 struct OP<MatrixSolver, MatrixType, Scalar, false> struct in namespace:Eigen::internal
788 applyOP(MatrixSolver &OP, const MatrixType &A, int n, Scalar *in, Scalar *out) argument
793 project(MatrixSolver &OP, int n, int k, Scalar *vecs) argument
[all...]
/external/eigen/test/
H A Dexceptions.cpp80 #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)); \
H A Dproduct_mmtr.cpp12 #define CHECK_MMTR(DEST, TRI, OP) { \
14 DEST.template triangularView<TRI>() OP; \
15 ref1 OP; \
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/main/
H A Dmain-scripts.rb105 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
[all...]
/external/eigen/lapack/
H A Dlu.cpp49 if(OP(*trans)==INVALID) *info = -1;
67 if(OP(*trans)==NOTR)
73 else if(OP(*trans)==TR)
79 else if(OP(*trans)==ADJ)
/external/openssh/
H A Dttymodes.c321 #define TTYCHAR(NAME, OP) \
322 buffer_put_char(&buf, OP); \
325 #define TTYMODE(NAME, FIELD, OP) \
326 buffer_put_char(&buf, OP); \
406 #define TTYCHAR(NAME, OP) \
407 case OP: \
411 #define TTYMODE(NAME, FIELD, OP) \
412 case OP: \
/external/eigen/Eigen/src/Eigen2Support/
H A DCwise.h18 #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, \
/external/clang/include/clang/Sema/
H A DOwnership.h54 static OpaquePtr make(PtrTy P) { OpaquePtr OP; OP.set(P); return OP; } local
94 UnionOpaquePtr OP = { P.getAsOpaquePtr() }; local
95 return OP;

Completed in 528 milliseconds

123