HomeSort by relevance Sort by last modified time
    Searched refs:OP (Results 1 - 25 of 125) sorted by null

1 2 3 4 5

  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_ids_autogen.h 14 #define GLES2_COMMAND_LIST(OP) \
15 OP(ActiveTexture) /* 256 */ \
16 OP(AttachShader) /* 257 */ \
17 OP(BindAttribLocationBucket) /* 258 */ \
18 OP(BindBuffer) /* 259 */ \
19 OP(BindFramebuffer) /* 260 */ \
20 OP(BindRenderbuffer) /* 261 */ \
21 OP(BindTexture) /* 262 */ \
22 OP(BlendColor) /* 263 */ \
23 OP(BlendEquation) /* 264 */
    [all...]
  /external/compiler-rt/test/ubsan/TestCases/Integer/
shift.cpp 24 a OP 1;
29 a OP (-3);
35 a OP 32;
incdec-overflow.cpp 15 OP;
uincdec-overflow.cpp 15 OP;
  /external/valgrind/main/VEX/test/
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
    [all...]
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), q)(int64 op0h, int64 op0, int64 op1)
    [all...]
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) "l", s0, s2, s1, res, iflags, flags & CC_MASK)
    [all...]
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...]
  /external/elfutils/0.153/lib/
sha1.c 259 #define OP(i, a, b, c, d, e) \
270 OP (0, A, B, C, D, E);
271 OP (1, E, A, B, C, D);
272 OP (2, D, E, A, B, C);
273 OP (3, C, D, E, A, B);
274 OP (4, B, C, D, E, A);
275 OP (5, A, B, C, D, E);
276 OP (6, E, A, B, C, D);
277 OP (7, D, E, A, B, C);
278 OP (8, C, D, E, A, B)
    [all...]
md5.c 334 #define OP(a, b, c, d, s, T) \
355 OP (A, B, C, D, 7, 0xd76aa478);
356 OP (D, A, B, C, 12, 0xe8c7b756);
357 OP (C, D, A, B, 17, 0x242070db);
358 OP (B, C, D, A, 22, 0xc1bdceee);
359 OP (A, B, C, D, 7, 0xf57c0faf);
360 OP (D, A, B, C, 12, 0x4787c62a);
361 OP (C, D, A, B, 17, 0xa8304613);
362 OP (B, C, D, A, 22, 0xfd469501);
363 OP (A, B, C, D, 7, 0x698098d8)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_tokenize.py 12 OP '+' (1, 2) (1, 3)
20 OP ':' (1, 8) (1, 9)
26 OP '=' (3, 9) (3, 10)
127 OP '<=' (1, 5) (1, 7)
131 OP '<=' (1, 5) (1, 7)
135 OP '<=' (1, 6) (1, 8)
139 OP '>' (1, 9) (1, 10)
140 OP '~' (1, 11) (1, 12)
144 OP '!=' (1, 8) (1, 10)
147 OP '(' (1, 0) (1, 1
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_tokenize.py 12 OP '+' (1, 2) (1, 3)
20 OP ':' (1, 8) (1, 9)
26 OP '=' (3, 9) (3, 10)
127 OP '<=' (1, 5) (1, 7)
131 OP '<=' (1, 5) (1, 7)
135 OP '<=' (1, 6) (1, 8)
139 OP '>' (1, 9) (1, 10)
140 OP '~' (1, 11) (1, 12)
144 OP '!=' (1, 8) (1, 10)
147 OP '(' (1, 0) (1, 1
    [all...]
  /external/clang/test/SemaCXX/
warn-self-assign.cpp 20 #define OP =
25 a OP a;
28 LHS OP RHS;
29 #undef OP
  /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...]
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
kernel_wrap_newlib.cc 57 #define EXPAND_SYMBOL_LIST_OPERATION(OP) \
58 OP(basic, exit); \
59 OP(fdio, close); \
60 OP(fdio, dup); \
61 OP(fdio, dup2); \
62 OP(fdio, read); \
63 OP(fdio, write); \
64 OP(fdio, seek); \
65 OP(fdio, fstat); \
66 OP(fdio, getdents);
    [all...]
kernel_wrap_glibc.cc 122 #define EXPAND_SYMBOL_LIST_OPERATION(OP) \
123 OP(chdir); \
124 OP(close); \
125 OP(dup); \
126 OP(dup2); \
127 OP(exit); \
128 OP(fstat); \
129 OP(getcwd); \
130 OP(getdents); \
131 OP(mkdir);
    [all...]
kernel_wrap_bionic.cc 116 #define EXPAND_SYMBOL_LIST_OPERATION(OP) \
117 OP(chdir); \
118 OP(close); \
119 OP(dup); \
120 OP(dup2); \
121 OP(exit); \
122 OP(fchdir); \
123 OP(fchmod); \
124 OP(fdatasync); \
125 OP(fstat);
    [all...]
  /external/chromium_org/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/chromium_org/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/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/qemu/audio/
rate_template.h 54 OP (obuf[i].l, ibuf[i].l);
55 OP (obuf[i].r, ibuf[i].r);
98 OP (obuf->l, out.l);
99 OP (obuf->r, out.r);
111 #undef 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...]

Completed in 656 milliseconds

1 2 3 4 5