Home
last modified time | relevance | path

Searched refs:op (Results 1 – 25 of 1839) sorted by relevance

12345678910>>...74

/external/regex-re2/benchlog/
Dbenchlog.c239 Search_Easy0_CachedPCRE/8 10000000 127 ns/op 62.57 MB/s
40 Search_Easy0_CachedPCRE/16 10000000 156 ns/op 102.26 MB/s
41 Search_Easy0_CachedPCRE/32 5000000 213 ns/op 150.12 MB/s
42 Search_Easy0_CachedPCRE/64 5000000 326 ns/op 195.76 MB/s
43 Search_Easy0_CachedPCRE/128 5000000 427 ns/op 299.08 MB/s
44 Search_Easy0_CachedPCRE/256 1000000 1080 ns/op 236.95 MB/s
45 Search_Easy0_CachedPCRE/512 1000000 1741 ns/op 294.04 MB/s
46 Search_Easy0_CachedPCRE/1K 500000 3395 ns/op 301.54 MB/s
47 Search_Easy0_CachedPCRE/2K 200000 5680 ns/op 360.53 MB/s
48 Search_Easy0_CachedPCRE/4K 100000 10664 ns/op 384.07 MB/s
[all …]
Dbenchlog.wreck113 Search_Easy0_CachedPCRE/8 10000000 142 ns/op 56.08 MB/s
114 Search_Easy0_CachedPCRE/16 10000000 184 ns/op 86.70 MB/s
115 Search_Easy0_CachedPCRE/32 5000000 266 ns/op 120.15 MB/s
116 Search_Easy0_CachedPCRE/64 5000000 433 ns/op 147.54 MB/s
117 Search_Easy0_CachedPCRE/128 2000000 782 ns/op 163.61 MB/s
118 Search_Easy0_CachedPCRE/256 1000000 1435 ns/op 178.37 MB/s
119 Search_Easy0_CachedPCRE/512 500000 3151 ns/op 162.46 MB/s
120 Search_Easy0_CachedPCRE/1K 200000 6522 ns/op 156.99 MB/s
121 Search_Easy0_CachedPCRE/2K 100000 12024 ns/op 170.32 MB/s
122 Search_Easy0_CachedPCRE/4K 50000 24372 ns/op 168.06 MB/s
[all …]
Dbenchlog.r7062 Search_Easy0_CachedPCRE/8 10000000 149 ns/op 53.57 MB/s
63 Search_Easy0_CachedPCRE/16 10000000 194 ns/op 82.16 MB/s
64 Search_Easy0_CachedPCRE/32 5000000 291 ns/op 109.70 MB/s
65 Search_Easy0_CachedPCRE/64 5000000 452 ns/op 141.37 MB/s
66 Search_Easy0_CachedPCRE/128 2000000 773 ns/op 165.41 MB/s
67 Search_Easy0_CachedPCRE/256 500000 2135 ns/op 119.88 MB/s
68 Search_Easy0_CachedPCRE/512 500000 3674 ns/op 139.33 MB/s
69 Search_Easy0_CachedPCRE/1K 200000 7051 ns/op 145.21 MB/s
70 Search_Easy0_CachedPCRE/2K 100000 12536 ns/op 163.37 MB/s
71 Search_Easy0_CachedPCRE/4K 50000 24447 ns/op 167.54 MB/s
[all …]
Dbenchlog.mini115 Search_Easy0_CachedPCRE/8 10000000 176 ns/op 45.40 MB/s
116 Search_Easy0_CachedPCRE/16 10000000 209 ns/op 76.41 MB/s
117 Search_Easy0_CachedPCRE/32 10000000 269 ns/op 118.53 MB/s
118 Search_Easy0_CachedPCRE/64 5000000 398 ns/op 160.77 MB/s
119 Search_Easy0_CachedPCRE/128 5000000 536 ns/op 238.69 MB/s
120 Search_Easy0_CachedPCRE/256 2000000 897 ns/op 285.22 MB/s
121 Search_Easy0_CachedPCRE/512 1000000 2161 ns/op 236.92 MB/s
122 Search_Easy0_CachedPCRE/1K 500000 4769 ns/op 214.70 MB/s
123 Search_Easy0_CachedPCRE/2K 200000 8031 ns/op 255.00 MB/s
124 Search_Easy0_CachedPCRE/4K 100000 16208 ns/op 252.71 MB/s
[all …]
/external/skia/src/sfnt/
DSkPreprocessorSeq.h564 #define SK_SEQ_FOREACH(op, data, seq) SK_SEQ_FOREACH_L(op, op, data, seq) argument
565 #define SK_SEQ_FOREACH_L(op, lop, data, seq) SK_CONCAT(SK_SEQ_FOREACH_, SK_SEQ_SIZE(seq)) (op, lop,… argument
567 #define SK_SEQ_FOREACH_0(op,lop,d,x,t) argument
568 #define SK_SEQ_FOREACH_1(op,lop,d,x,t) lop(d,x) argument
569 #define SK_SEQ_FOREACH_2(op,lop,d,x,t) op(d,x) SK_SEQ_FOREACH_1(op, lop, d, SK_SEQ_HEAD(t), SK_SEQ_… argument
570 #define SK_SEQ_FOREACH_3(op,lop,d,x,t) op(d,x) SK_SEQ_FOREACH_2(op, lop, d, SK_SEQ_HEAD(t), SK_SEQ_… argument
571 #define SK_SEQ_FOREACH_4(op,lop,d,x,t) op(d,x) SK_SEQ_FOREACH_3(op, lop, d, SK_SEQ_HEAD(t), SK_SEQ_… argument
572 #define SK_SEQ_FOREACH_5(op,lop,d,x,t) op(d,x) SK_SEQ_FOREACH_4(op, lop, d, SK_SEQ_HEAD(t), SK_SEQ_… argument
573 #define SK_SEQ_FOREACH_6(op,lop,d,x,t) op(d,x) SK_SEQ_FOREACH_5(op, lop, d, SK_SEQ_HEAD(t), SK_SEQ_… argument
574 #define SK_SEQ_FOREACH_7(op,lop,d,x,t) op(d,x) SK_SEQ_FOREACH_6(op, lop, d, SK_SEQ_HEAD(t), SK_SEQ_… argument
[all …]
/external/deqp/modules/gles2/functional/
Des2fShaderLoopTests.cpp280 std::ostringstream& op = isVertexCase ? vtx : frag; in createGenericLoopCase() local
312 op << "uniform ${COUNTER_PRECISION} int " << getIntUniformName(numLoopIters) << ";\n"; in createGenericLoopCase()
317op << "uniform ${COUNTER_PRECISION} float " << getFloatFractionUniformName(numLoopIters) << ";\n"; in createGenericLoopCase()
320 op << "uniform ${COUNTER_PRECISION} float uf_one;\n"; in createGenericLoopCase()
356 op << " ${PRECISION} vec4 res = coords;\n"; in createGenericLoopCase()
410 op << " for (" + loopCountDeclStr + "; " + loopCmpStr + "; " + incrementStr + ")\n"; in createGenericLoopCase()
411 op << " {\n"; in createGenericLoopCase()
412 op << loopBody; in createGenericLoopCase()
413 op << " }\n"; in createGenericLoopCase()
417 op << "\t" << loopCountDeclStr + ";\n"; in createGenericLoopCase()
[all …]
Des2fShaderIndexingTests.cpp378 std::ostringstream& op = isVertexCase ? vtx : frag; in createUniformArrayCase() local
395 op << "uniform mediump int ui_zero, ui_one, ui_two, ui_three;\n"; in createUniformArrayCase()
397 op << "uniform mediump int ui_four;\n"; in createUniformArrayCase()
399 op << "uniform ${PRECISION} ${VAR_TYPE} u_arr[${ARRAY_LEN}];\n"; in createUniformArrayCase()
411 op << " ${PRECISION} ${VAR_TYPE} res = ${VAR_TYPE}(0.0);\n"; in createUniformArrayCase()
414 op << " res += u_arr[0];\n"; in createUniformArrayCase()
415 op << " res += u_arr[1];\n"; in createUniformArrayCase()
416 op << " res += u_arr[2];\n"; in createUniformArrayCase()
417 op << " res += u_arr[3];\n"; in createUniformArrayCase()
421 op << " res += u_arr[ui_zero];\n"; in createUniformArrayCase()
[all …]
/external/deqp/modules/gles3/functional/
Des3fShaderLoopTests.cpp248 std::ostringstream& op = isVertexCase ? vtx : frag; in createGenericLoopCase() local
284 op << "uniform ${COUNTER_PRECISION} int " << getIntUniformName(numLoopIters) << ";\n"; in createGenericLoopCase()
289op << "uniform ${COUNTER_PRECISION} float " << getFloatFractionUniformName(numLoopIters) << ";\n"; in createGenericLoopCase()
292 op << "uniform ${COUNTER_PRECISION} float uf_one;\n"; in createGenericLoopCase()
328 op << " ${PRECISION} vec4 res = coords;\n"; in createGenericLoopCase()
382 op << " for (" + loopCountDeclStr + "; " + loopCmpStr + "; " + incrementStr + ")\n"; in createGenericLoopCase()
383 op << " {\n"; in createGenericLoopCase()
384 op << loopBody; in createGenericLoopCase()
385 op << " }\n"; in createGenericLoopCase()
389 op << "\t" << loopCountDeclStr + ";\n"; in createGenericLoopCase()
[all …]
Des3fShaderIndexingTests.cpp340 std::ostringstream& op = isVertexCase ? vtx : frag; in createUniformArrayCase() local
361 op << "uniform mediump int ui_zero, ui_one, ui_two, ui_three;\n"; in createUniformArrayCase()
363 op << "uniform mediump int ui_four;\n"; in createUniformArrayCase()
365 op << "uniform ${PRECISION} ${VAR_TYPE} u_arr[${ARRAY_LEN}];\n"; in createUniformArrayCase()
377 op << " ${PRECISION} ${VAR_TYPE} res = ${VAR_TYPE}(0.0);\n"; in createUniformArrayCase()
380 op << " res += u_arr[0];\n"; in createUniformArrayCase()
381 op << " res += u_arr[1];\n"; in createUniformArrayCase()
382 op << " res += u_arr[2];\n"; in createUniformArrayCase()
383 op << " res += u_arr[3];\n"; in createUniformArrayCase()
387 op << " res += u_arr[ui_zero];\n"; in createUniformArrayCase()
[all …]
/external/google-breakpad/src/third_party/libdisasm/
Dia32_operand.c16 static void apply_seg( x86_op_t *op, unsigned int prefixes ) { in apply_seg() argument
22 op->flags |= op_cs_seg; break; in apply_seg()
24 op->flags |= op_ss_seg; break; in apply_seg()
26 op->flags |= op_ds_seg; break; in apply_seg()
28 op->flags |= op_es_seg; break; in apply_seg()
30 op->flags |= op_fs_seg; break; in apply_seg()
32 op->flags |= op_gs_seg; break; in apply_seg()
39 x86_op_t *op, x86_insn_t *insn, in decode_operand_value() argument
68 size = ia32_modrm_decode( buf, buf_len, op, insn, in decode_operand_value()
72 size = ia32_modrm_decode( buf, buf_len, op, insn, in decode_operand_value()
[all …]
/external/mesa3d/src/glsl/
Dir_constant_expression.cpp110 ir_constant *op[Elements(this->operands)] = { NULL, }; in constant_expression_value() local
116 op[operand] = this->operands[operand]->constant_expression_value(variable_context); in constant_expression_value()
117 if (!op[operand]) in constant_expression_value()
121 if (op[1] != NULL) in constant_expression_value()
122 assert(op[0]->type->base_type == op[1]->type->base_type || in constant_expression_value()
126 bool op0_scalar = op[0]->type->is_scalar(); in constant_expression_value()
127 bool op1_scalar = op[1] != NULL && op[1]->type->is_scalar(); in constant_expression_value()
135 if (op1_scalar || !op[1]) { in constant_expression_value()
136 components = op[0]->type->components(); in constant_expression_value()
138 components = op[1]->type->components(); in constant_expression_value()
[all …]
/external/liblzf/
Dlzf_d.c60 u8 *op = (u8 *)out_data; in lzf_decompress() local
62 u8 *const out_end = op + out_len; in lzf_decompress()
72 if (op + ctrl > out_end) in lzf_decompress()
87 lzf_movsb (op, ip, ctrl); in lzf_decompress()
91 … case 32: *op++ = *ip++; case 31: *op++ = *ip++; case 30: *op++ = *ip++; case 29: *op++ = *ip++; in lzf_decompress()
92 … case 28: *op++ = *ip++; case 27: *op++ = *ip++; case 26: *op++ = *ip++; case 25: *op++ = *ip++; in lzf_decompress()
93 … case 24: *op++ = *ip++; case 23: *op++ = *ip++; case 22: *op++ = *ip++; case 21: *op++ = *ip++; in lzf_decompress()
94 … case 20: *op++ = *ip++; case 19: *op++ = *ip++; case 18: *op++ = *ip++; case 17: *op++ = *ip++; in lzf_decompress()
95 … case 16: *op++ = *ip++; case 15: *op++ = *ip++; case 14: *op++ = *ip++; case 13: *op++ = *ip++; in lzf_decompress()
96 … case 12: *op++ = *ip++; case 11: *op++ = *ip++; case 10: *op++ = *ip++; case 9: *op++ = *ip++; in lzf_decompress()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderLoopTests.cpp310 std::ostringstream& op = isVertexCase ? vtx : frag; in createGenericLoopCase() local
348op << "layout(std140, set=0, binding=" << locationCounter << ") uniform buff"<< locationCounter <<… in createGenericLoopCase()
349 op << " ${COUNTER_PRECISION} int " << getIntUniformName(numLoopIters) << ";\n"; in createGenericLoopCase()
350 op << "};\n"; in createGenericLoopCase()
358op << "layout(std140, set=0, binding=" << locationCounter << ") uniform buff" << locationCounter <… in createGenericLoopCase()
359 op << " ${COUNTER_PRECISION} float " << getFloatFractionUniformName(numLoopIters) << ";\n"; in createGenericLoopCase()
360 op << "};\n"; in createGenericLoopCase()
366op << "layout(std140, set=0, binding=" << locationCounter << ") uniform buff" << locationCounter <… in createGenericLoopCase()
367 op << " ${COUNTER_PRECISION} float uf_one;\n"; in createGenericLoopCase()
368 op << "};\n"; in createGenericLoopCase()
[all …]
DvktShaderRenderIndexingTests.cpp393 std::ostringstream& op = isVertexCase ? vtx : frag; in createUniformArrayCase() local
415 op << "layout(std140, binding = 0) uniform something0 { mediump int ui_zero; };\n"; in createUniformArrayCase()
416 op << "layout(std140, binding = 1) uniform something1 { mediump int ui_one; };\n"; in createUniformArrayCase()
417 op << "layout(std140, binding = 2) uniform something2 { mediump int ui_two; };\n"; in createUniformArrayCase()
418 op << "layout(std140, binding = 3) uniform something3 { mediump int ui_three; };\n"; in createUniformArrayCase()
421 op << "layout(std140, binding = 4) uniform something4 { mediump int ui_four; };\n"; in createUniformArrayCase()
423op << "layout(std140, binding = 5) uniform something5 { ${PRECISION} ${VAR_TYPE} u_arr[${ARRAY_LEN… in createUniformArrayCase()
435 op << " ${PRECISION} ${VAR_TYPE} res = ${VAR_TYPE}(0.0);\n"; in createUniformArrayCase()
438 op << " res += u_arr[0];\n"; in createUniformArrayCase()
439 op << " res += u_arr[1];\n"; in createUniformArrayCase()
[all …]
/external/v8/test/unittests/compiler/
Dcommon-operator-unittest.cc79 const Operator* op = (common.*sop.constructor)(); in TEST_P() local
81 EXPECT_EQ(sop.value_input_count, op->ValueInputCount()); in TEST_P()
82 EXPECT_EQ(sop.effect_input_count, op->EffectInputCount()); in TEST_P()
83 EXPECT_EQ(sop.control_input_count, op->ControlInputCount()); in TEST_P()
86 OperatorProperties::GetTotalInputCount(op)); in TEST_P()
88 EXPECT_EQ(sop.value_output_count, op->ValueOutputCount()); in TEST_P()
89 EXPECT_EQ(sop.effect_output_count, op->EffectOutputCount()); in TEST_P()
90 EXPECT_EQ(sop.control_output_count, op->ControlOutputCount()); in TEST_P()
97 const Operator* op = (common.*sop.constructor)(); in TEST_P() local
98 EXPECT_EQ(sop.opcode, op->opcode()); in TEST_P()
[all …]
/external/mesa3d/src/gallium/drivers/radeon/
DSIInstrFormats.td25 class VOP3_32 <bits<9> op, string opName, list<dag> pattern>
26 …: VOP3 <op, (outs VReg_32:$dst), (ins AllReg_32:$src0, AllReg_32:$src1, AllReg_32:$src2, i32imm:$s…
28 class VOP3_64 <bits<9> op, string opName, list<dag> pattern>
29 …: VOP3 <op, (outs VReg_64:$dst), (ins AllReg_64:$src0, AllReg_64:$src1, AllReg_64:$src2, i32imm:$s…
32 class SOP1_32 <bits<8> op, string opName, list<dag> pattern>
33 : SOP1 <op, (outs SReg_32:$dst), (ins SReg_32:$src0), opName, pattern>;
35 class SOP1_64 <bits<8> op, string opName, list<dag> pattern>
36 : SOP1 <op, (outs SReg_64:$dst), (ins SReg_64:$src0), opName, pattern>;
38 class SOP2_32 <bits<7> op, string opName, list<dag> pattern>
39 : SOP2 <op, (outs SReg_32:$dst), (ins SReg_32:$src0, SReg_32:$src1), opName, pattern>;
[all …]
/external/libpcap/
Dbpf_image.c55 const char *fmt, *op; local
63 op = "unimp";
69 op = "ret";
74 op = "ret";
79 op = "ld";
84 op = "ldh";
89 op = "ldb";
94 op = "ld";
99 op = "ld";
104 op = "ldh";
[all …]
/external/opencv3/3rdparty/zlib/
Dinffast.c91 unsigned op; /* code bits, operation, extra bits, or */ local
129 op = (unsigned)(here.bits);
130 hold >>= op;
131 bits -= op;
132 op = (unsigned)(here.op);
133 if (op == 0) { /* literal */
139 else if (op & 16) { /* length base */
141 op &= 15; /* number of extra bits */
142 if (op) {
143 if (bits < op) {
[all …]
/external/zlib/src/
Dinffast.c91 unsigned op; /* code bits, operation, extra bits, or */ local
129 op = (unsigned)(here.bits);
130 hold >>= op;
131 bits -= op;
132 op = (unsigned)(here.op);
133 if (op == 0) { /* literal */
139 else if (op & 16) { /* length base */
141 op &= 15; /* number of extra bits */
142 if (op) {
143 if (bits < op) {
[all …]
/external/pdfium/third_party/zlib_v128/
Dinffast.c91 unsigned op; /* code bits, operation, extra bits, or */ in inflate_fast() local
129 op = (unsigned)(here.bits); in inflate_fast()
130 hold >>= op; in inflate_fast()
131 bits -= op; in inflate_fast()
132 op = (unsigned)(here.op); in inflate_fast()
133 if (op == 0) { /* literal */ in inflate_fast()
139 else if (op & 16) { /* length base */ in inflate_fast()
141 op &= 15; /* number of extra bits */ in inflate_fast()
142 if (op) { in inflate_fast()
143 if (bits < op) { in inflate_fast()
[all …]
/external/v8/src/parsing/
Dtoken.h220 static bool IsBinaryOp(Value op) { in IsBinaryOp() argument
221 return COMMA <= op && op <= MOD; in IsBinaryOp()
224 static bool IsTruncatingBinaryOp(Value op) { in IsTruncatingBinaryOp() argument
225 return BIT_OR <= op && op <= ROR; in IsTruncatingBinaryOp()
228 static bool IsCompareOp(Value op) { in IsCompareOp() argument
229 return EQ <= op && op <= IN; in IsCompareOp()
232 static bool IsOrderedRelationalCompareOp(Value op) { in IsOrderedRelationalCompareOp() argument
233 return op == LT || op == LTE || op == GT || op == GTE; in IsOrderedRelationalCompareOp()
236 static bool IsEqualityOp(Value op) { in IsEqualityOp() argument
237 return op == EQ || op == EQ_STRICT; in IsEqualityOp()
[all …]
/external/skia/src/core/
DSkRecordDraw.cpp85 DRAW(ClipPath, clipPath(r.path, r.opAA.op, r.opAA.aa));
86 DRAW(ClipRRect, clipRRect(r.rrect, r.opAA.op, r.opAA.aa));
87 DRAW(ClipRect, clipRect(r.rect, r.opAA.op, r.opAA.aa));
88 DRAW(ClipRegion, clipRegion(r.region, r.op));
177 template <typename T> void operator()(const T& op) { in operator ()() argument
178 this->updateCTM(op); in operator ()()
179 this->updateClipBounds(op); in operator ()()
180 this->trackBounds(op); in operator ()()
228 void updateCTM(const Restore& op) { fCTM = op.matrix; } in updateCTM() argument
229 void updateCTM(const SetMatrix& op) { fCTM = op.matrix; } in updateCTM() argument
[all …]
DSkRasterClip.cpp79 SkRegion::Op op; in setConservativeRect() local
81 op = SkRegion::kDifference_Op; in setConservativeRect()
83 op = SkRegion::kIntersect_Op; in setConservativeRect()
86 fBW.op(r.roundOut(), op); in setConservativeRect()
98 static MutateResult mutate_conservative_op(SkRegion::Op* op, bool inverseFilled) { in mutate_conservative_op() argument
100 switch (*op) { in mutate_conservative_op()
113 *op = SkRegion::kReplace_Op; in mutate_conservative_op()
119 switch (*op) { in mutate_conservative_op()
131 *op = SkRegion::kReplace_Op; in mutate_conservative_op()
136 *op = SkRegion::kUnion_Op; in mutate_conservative_op()
[all …]
DSkPictureCommon.h19 bool operator()(const SkRecords::DrawPicture& op) { return op.picture->hasText(); } in operator()
40 bool operator()(const SkRecords::DrawPicture& op) { return op.picture->willPlayBackBitmaps(); } in operator()
44 bool operator()(const T& op) { return CheckBitmap(op); } in operator()
54 static SK_WHEN(!(T::kTags & SkRecords::kHasImage_Tag), bool) CheckBitmap(const T& op) { in CheckBitmap()
55 return CheckPaint(op); in CheckBitmap()
60 static SK_WHEN(T::kTags & SkRecords::kDraw_Tag, bool) CheckPaint(const T& op) { in SK_WHEN()
61 return PaintHasBitmap(AsPtr(op.paint)); in SK_WHEN()
65 static bool CheckPaint(const SkRecords::SaveLayer& op) { in CheckPaint()
66 return PaintHasBitmap(AsPtr(op.paint)); in CheckPaint()
96 void operator()(const SkRecords::DrawPicture& op) { in operator()
[all …]
/external/valgrind/none/tests/mips32/
DFPUarithmetic.c68 #define UNOPdd(op) \ argument
71 op" %0, %1\n\t" \
74 #define UNOPff(op) \ argument
77 op" %0, %1\n\t" \
80 #define BINOPf(op) \ argument
83 op" %0, %1, %2\n\t" \
86 #define BINOPd(op) \ argument
89 op" %0, %1, %2\n\t" \
125 int arithmeticOperations(flt_art_op_t op) in arithmeticOperations() argument
136 switch(op) { in arithmeticOperations()
[all …]

12345678910>>...74