Searched refs:OP (Results 1 - 25 of 73) 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.cpp13 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...]
/external/elfutils/lib/
H A Dmd5.c321 #define OP(a, b, c, d, s, T) \ macro
342 OP (A, B, C, D, 7, 0xd76aa478);
343 OP (D, A, B, C, 12, 0xe8c7b756);
344 OP (C, D, A, B, 17, 0x242070db);
345 OP (B, C, D, A, 22, 0xc1bdceee);
346 OP (A, B, C, D, 7, 0xf57c0faf);
347 OP (D, A, B, C, 12, 0x4787c62a);
348 OP (C, D, A, B, 17, 0xa8304613);
349 OP (B, C, D, A, 22, 0xfd469501);
350 OP (
362 #undef OP macro
363 #define OP macro
[all...]
H A Dsha1.c251 #define OP(i, a, b, c, d, e) \ macro
262 OP (0, A, B, C, D, E);
263 OP (1, E, A, B, C, D);
264 OP (2, D, E, A, B, C);
265 OP (3, C, D, E, A, B);
266 OP (4, B, C, D, E, A);
267 OP (5, A, B, C, D, E);
268 OP (6, E, A, B, C, D);
269 OP (7, D, E, A, B, C);
270 OP (
284 #undef OP macro
285 #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/skia/src/core/
H A DSkNx.h46 #define OP(op) SkNx operator op(const SkNx& o) const { return {fLo op o.fLo, fHi op o.fHi}; } macro
47 OP(+) OP(-) OP(*) OP(/)
48 OP(&) OP(|) OP(^)
49 OP(==) OP(!
50 #undef OP macro
52 #define OP macro
56 #undef OP macro
106 #define OP macro
110 #undef OP macro
[all...]
/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/v8/tools/
H A Deval_gc_time.sh20 OP=$1
89 case $OP in
/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)); \
/external/libchrome/base/numerics/
H A Dsafe_math.h220 #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 rh
[all...]
/external/libweave/third_party/chromium/base/numerics/
H A Dsafe_math.h220 #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 rh
[all...]
/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/Eigen/src/plugins/
H A DArrayCwiseBinaryOps.h74 #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(cons
[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)

Completed in 704 milliseconds

123