/external/compiler-rt/test/ubsan/TestCases/Integer/ |
H A D | shift.cpp | 31 a OP 1; local 37 a OP (-3); 43 a OP 32; local
|
H A D | incdec-overflow.cpp | 13 OP;
|
H A D | uincdec-overflow.cpp | 15 OP;
|
/external/valgrind/VEX/test/ |
H A D | test-i386-muldiv.h | 2 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 D | test-amd64-muldiv.h | 2 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 D | test-i386-shift.h | 2 #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 D | 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) " 173 #undef OP macro [all...] |
H A D | 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) " 207 #undef OP macro [all...] |
H A D | 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) " 226 #undef OP macro [all...] |
/external/elfutils/lib/ |
H A D | md5.c | 321 #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 D | sha1.c | 251 #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 D | md5.c | 335 #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 D | warn-self-assign.cpp | 20 #define OP = macro 25 a OP a; 28 LHS OP RHS; 29 #undef OP macro
|
/external/skia/src/core/ |
H A D | SkNx.h | 46 #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 D | 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 rh [all...] |
/external/v8/src/base/ |
H A D | 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 rh [all...] |
/external/v8/tools/ |
H A D | eval_gc_time.sh | 24 OP=old-gen-rank 38 OP="$2" 146 case $OP in
|
/external/eigen/unsupported/Eigen/src/Eigenvalues/ |
H A D | ArpackSelfAdjointEigenSolver.h | 34 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 D | 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/libchrome/base/numerics/ |
H A D | 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 rh [all...] |
/external/libweave/third_party/chromium/base/numerics/ |
H A D | 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 rh [all...] |
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/main/ |
H A D | 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 [all...] |
/external/eigen/Eigen/src/plugins/ |
H A D | 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(cons [all...] |
/external/eigen/lapack/ |
H A D | 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/openssh/ |
H A D | ttymodes.c | 321 #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: \
|