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

1 2 3 45 6 7 8 910

  /external/deqp/modules/gles2/functional/
es2fShaderMatrixTests.cpp 25 * - mat OP mat
26 * - mat OP vec
27 * - vec OP mat
28 * - mat OP scalar
29 * - OP mat
177 static const char* getOperationName (MatrixOp op)
179 switch (op)
202 static OperationType getOperationType (MatrixOp op)
204 switch (op)
237 static TestMatrixType getOperationTestMatrixType (MatrixOp op)
773 std::ostringstream& op = m_isVertexCase ? vtx : frag; local
1026 std::ostringstream op; local
1093 MatrixOp op; member in struct:deqp::gles2::Functional::__anon9310
1149 const MatrixOp op = ops[opNdx].op; local
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXTargetMachine.h 39 Reloc::Model RM, CodeModel::Model CM, CodeGenOpt::Level OP,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
tree-ssa-operands.h 72 #define USE_OP_PTR(OP) (&((OP)->use_ptr))
73 #define USE_OP(OP) (USE_FROM_PTR (USE_OP_PTR (OP)))
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/pgen2/
token.py 60 OP = 51
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/pgen2/
token.py 60 OP = 51
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
token.py 60 OP = 51
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
token.py 60 OP = 51
  /toolchain/binutils/binutils-2.25/gas/config/
tc-rl78.c 728 /* Given the opcode bytes at OP, figure out which opcode it is and
733 rl78_opcode_type (char * op)
735 if (op[0] == 0x31
736 && ((op[1] & 0x0f) == 0x05
737 || (op[1] & 0x0f) == 0x03))
740 if (op[0] == 0x31
741 && ((op[1] & 0x0f) == 0x04
742 || (op[1] & 0x0f) == 0x02))
745 if (op[0] == 0x11
746 && op[1] == 0x3
966 char * op = fragP->fr_opcode; local
1315 char * op; local
    [all...]
  /external/llvm/lib/DebugInfo/DWARF/
DWARFDebugFrame.cpp 302 #define DECLARE_OP2(OP, OPTYPE0, OPTYPE1) \
304 OpTypes[OP][0] = OPTYPE0; \
305 OpTypes[OP][1] = OPTYPE1; \
307 #define DECLARE_OP1(OP, OPTYPE0) DECLARE_OP2(OP, OPTYPE0, OT_None)
308 #define DECLARE_OP0(OP) DECLARE_OP1(OP, OT_None)
  /toolchain/binutils/binutils-2.25/include/opcode/
i960.h 106 #define OP(align,lit,fp,sfr) ( align | lit | fp | sfr )
108 #define R OP( 0, 0, 0, 0 )
109 #define RS OP( 0, 0, 0, SFR )
110 #define RL OP( 0, LIT, 0, 0 )
111 #define RSL OP( 0, LIT, 0, SFR )
112 #define F OP( 0, 0, FP, 0 )
113 #define FL OP( 0, LIT, FP, 0 )
114 #define R2 OP( 1, 0, 0, 0 )
115 #define RL2 OP( 1, LIT, 0, 0 )
116 #define F2 OP( 1, 0, FP, 0
    [all...]
m88k.h 53 #define OP 8
110 unsigned op:OP, member in struct:IR_FIELDS
423 unsigned op:OP, /* simulator version of opcode. */ member in struct:SIM_FLAGS
  /external/ceres-solver/internal/ceres/
solver.cc 50 #define OPTION_OP(x, y, OP) \
51 if (!(options.x OP y)) { \
56 ss << string("Solver::Options::" #x " " #OP " "#y); \
61 #define OPTION_OP_OPTION(x, y, OP) \
62 if (!(options.x OP options.y)) { \
69 ss << string(#OP " Solver::Options::" #y "."); \
  /toolchain/binutils/binutils-2.25/opcodes/
v850-opc.c 28 #define OP(x) ((x & 0x3f) << 5)
29 #define OP_MASK OP (0x3f)
    [all...]
  /external/eigen/blas/
common.h 41 #define OP(X) ( ((X)=='N' || (X)=='n') ? NOTR \
59 inline bool check_op(const char* op)
61 return OP(*op)!=0xff;
  /external/v8/src/base/
atomic-utils.h 132 #define ATOMIC_SET_WRITE(OP, NEW_VAL) \
137 } while (base::Release_CompareAndSwap(&bits_, old, old OP NEW_VAL) != \
  /toolchain/binutils/binutils-2.25/bfd/
aout-cris.c 65 #define MY(OP) CONCAT2 (cris_aout_,OP)
aout-ns32k.c 30 #define MYNS(OP) CONCAT2 (ns32k_aout_,OP)
44 #define MY(OP) MYNS (OP)
  /art/runtime/base/
logging.h 123 #define CHECK_OP(LHS, RHS, OP) \
125 UNLIKELY(!(_values.lhs OP _values.rhs)); /* empty */) \
127 << "Check failed: " << #LHS << " " << #OP << " " << #RHS \
  /system/core/base/include/android-base/
logging.h 163 #define CHECK_OP(LHS, RHS, OP) \
165 UNLIKELY(!(_values.lhs OP _values.rhs)); \
169 << "Check failed: " << #LHS << " " << #OP << " " << #RHS \
  /external/llvm/lib/Support/
regcomp.c 139 #define EMIT(op, sopnd) doemit(p, (sop)(op), (size_t)(sopnd))
140 #define INSERT(op, pos) doinsert(p, (sop)(op), HERE()-(pos)+1, pos)
305 - p_ere_exp - parse one subERE, an atom possibly followed by a repetition op
400 assert(OP(p->strip[p->pbegin[backrefnum]]) != OLPAREN);
401 assert(OP(p->strip[p->pend[backrefnum]]) != ORPAREN);
543 pos = HERE(); /* repetition op, if any, covers from here */
599 assert(OP(p->strip[p->pbegin[i]]) == OLPAREN);
600 assert(OP(p->strip[p->pend[i]]) == ORPAREN)
    [all...]
regex2.h 70 #define OP(n) ((n)&OPRMASK)
72 #define SOP(op, opnd) ((op)|(opnd))
  /ndk/sources/host-tools/ndk-stack/regex/
regcomp.c 130 #define EMIT(op, sopnd) doemit(p, (sop)(op), (size_t)(sopnd))
131 #define INSERT(op, pos) doinsert(p, (sop)(op), HERE()-(pos)+1, pos)
289 - p_ere_exp - parse one subERE, an atom possibly followed by a repetition op
499 pos = HERE(); /* repetion op, if any, covers from here */
555 assert(OP(p->strip[p->pbegin[i]]) == OLPAREN);
556 assert(OP(p->strip[p->pend[i]]) == ORPAREN);
1301 doemit(struct parse *p, sop op, size_t opnd)
1316 p->strip[p->slen++] = SOP(op, opnd)
    [all...]
  /external/valgrind/memcheck/tests/amd64/
sse_memory.c 3 should not. Covers insns of the form OP %xmm, %xmm and OP memory,
80 static void showRR ( char* op, RRArgs* rra, V128* rmask )
82 printf("r %10s ", op);
91 static void showRM ( char* op, RMArgs* rra, UChar* mem, Int nMem, V128* rmask )
95 printf("m %10s ", op);
105 #define Wrapper_RegReg(OP) \
106 void r_r_##OP ( RRArgs* p ) \
111 "\t" #OP " %%xmm6, %%xmm7\n" \
119 #define Wrapper_RegMem(OP) \
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/template-output/
template-output.rb 57 [<%= @args.join( @op.to_s ) %>]
68 a : r+=arg OP r+=arg
69 -> expr( op={$OP.text}, args={$r} )
74 OP: '+';
181 [<%= @args.join( @op.to_s ) %>]
194 $st = %({"expr"})(args={[1, 2, 3]}, op={"+"})
  /bionic/libc/upstream-netbsd/lib/libc/regex/
regex2.h 117 #define OP(n) ((n)&OPRMASK)
119 #define SOP(op, opnd) ((op)|(opnd))

Completed in 581 milliseconds

1 2 3 45 6 7 8 910