Home
last modified time | relevance | path

Searched refs:add (Results 726 - 750 of 4643) sorted by relevance

1...<<21222324252627282930>>...186

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DThumb1InstrInfo.cpp53 .add(predOps(ARMCC::AL)); in copyPhysReg()
69 .add(predOps(ARMCC::AL)) in copyPhysReg()
72 .add(predOps(ARMCC::AL)) in copyPhysReg()
101 .add(predOps(ARMCC::AL)); in storeRegToStackSlot()
129 .add(predOps(ARMCC::AL)); in loadRegFromStackSlot()
/third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/
H A DTimeUtil.java288 * @deprecated Use {@link Timestamps#add} instead.
291 public static Timestamp add(Timestamp start, Duration length) { in add() method in TimeUtil
292 return Timestamps.add(start, length); in add()
308 * @deprecated Use {@link Durations#add} instead.
311 public static Duration add(Duration d1, Duration d2) { in add() method in TimeUtil
312 return Durations.add(d1, d2); in add()
370 .add(toBigInteger(duration.getNanos())); in toBigInteger()
/third_party/rust/crates/regex/src/
H A Dpikevm.rs164 self.add(&mut clist, slots, 0, at); in exec_()
166 // The previous call to "add" actually inspects the position just in exec_()
247 self.add(nlist, thread_caps, inst.goto, at_next); in step()
253 self.add(nlist, thread_caps, inst.goto, at_next); in step()
260 self.add(nlist, thread_caps, inst.goto, at_next); in step()
271 fn add( in add() functions
291 /// A helper function for add that avoids excessive pushing to the stack.
/third_party/ffmpeg/libavcodec/x86/
H A Dmlpdsp.asm66 add accumd, blsbsd ; accum += *bypassed_lsbs
68 add blsbs_ptrq, 8 ; bypassed_lsbs += MAX_CHANNELS;
69 add samplesq, 32 ; samples += MAX_CHANNELS;
79 add indexd, index2d ; index += index2
81 add accumq, noiseq ; accum += noise_buffer[index]
85 add accumd, noised ; accum += *bypassed_lsbs
87 add blsbs_ptrq, 8 ; bypassed_lsbs += MAX_CHANNELS;
88 add samplesq, 32 ; samples += MAX_CHANNELS;
147 add mnsd, 7 ; matrix_noise_shift += 7
H A Dhevc_sao.asm42 add leftq, 1
45 add leftq, 1
48 add leftq, 1
165 add dstq, dststrideq ; dst += dststride
166 add srcq, srcstrideq ; src += srcstride
218 add a_strideq, tmpq
220 add b_strideq, tmpq
321 add dstq, dststrideq
322 add srcq, EDGE_SRCSTRIDE
H A Dh264_weight_10bit.asm101 add r0, r1
120 add r0, r1
142 add r0, r3
233 add r0, r2
234 add r1, r2
252 add r0, r2
253 add r1, r2
274 add r0, r4
275 add r1, r4
H A Dhevc_idct.asm246 add tmpd, (1 << (14 - %3)) + 1
257 add coeffq, mmsize*8
272 add tmpd, (1 << (14 - %2)) + 1
292 ; %3 - 1/0 add constant or not
309 %assign %%add 1 << (%1 - 1)
310 mova m4, [pd_ %+ %%add]
341 ; %2 - register add constant
418 ; %7 - 1/0 add a constant in TR_4x4 or not
419 ; I want to add a constant for 8x8 transform but not for 16x16 and 32x32
534 ; %5 - 1/0 SWAP or add
[all...]
/third_party/ffmpeg/libavfilter/x86/
H A Dvf_v360.asm60 add xq, mmsize / 4
88 add xq, mmsize / 4
124 add xq, mmsize / 16
161 add xq, mmsize / 16
194 add tmpq, zq
205 add xq, 1
206 add yq, 18
249 add xq, 1
250 add yq, 32
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
H A DTransliterationChart.java88 failNorm.add(it.codepoint); in main()
97 if (indicScripts[j] != UScript.LATIN) eq.add(s,t); in main()
100 latinFail.add(s + " - " + t + " - " + r); in main()
162 if (UCharacter.getName(d.charAt(1)).indexOf("LENGTH") >= 0) pieces.add(d.charAt(1)); in main()
250 void add(Object a, Object b) { in add() method in TransliterationChart.EquivClass
255 s.add(a); in add()
256 s.add(b); in add()
260 sb.add(a); in add()
262 sa.add(b); in add()
/third_party/node/lib/internal/crypto/
H A Drandom.js425 add,
432 if (add !== undefined) {
433 if (typeof add === 'bigint') {
434 add = unsignedBigIntToBuffer(add, 'options.add');
435 } else if (!isAnyArrayBuffer(add) && !isArrayBufferView(add)) {
437 'options.add',
445 add);
[all...]
/third_party/node/test/parallel/
H A Dtest-util-isDeepStrictEqual.js285 a.add(a);
286 b.add(b);
287 c.add(a);
336 s1.add(1);
337 s1.add(2);
338 s2.add(2);
339 s2.add(1);
393 s1.add(s1);
395 s2.add(s2);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DModuleSummaryIndex.cpp260 void add(const Twine &Name, const Twine &Value,
277 void Attributes::add(const Twine &Name, const Twine &Value,
475 A.add("shape", "record", "function");
477 A.add("style", "dotted,filled", "alias");
478 A.add("shape", "box");
480 A.add("shape", "Mrecord", "variable");
494 A.add("label", getNodeLabel(VI, SummaryIt.second));
496 A.add("fillcolor", "red", "dead");
498 A.add("fillcolor", "yellow", "not eligible to import");
/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/
H A DglcSubgroupsBallotBroadcastTests.cpp170 programCollection.add("vert") << glu::VertexSource(vertex.str()); in initFrameBufferPrograms()
195 programCollection.add("geometry") << glu::GeometrySource(geometry.str()); in initFrameBufferPrograms()
222 programCollection.add("tesc") << glu::TessellationControlSource(controlSource.str()); in initFrameBufferPrograms()
245 programCollection.add("tese") << glu::TessellationEvaluationSource(evaluationSource.str()); in initFrameBufferPrograms()
283 programCollection.add("comp") << glu::ComputeSource(src.str()); in initPrograms()
396 programCollection.add("vert") << glu::VertexSource(vertex); in initPrograms()
397 programCollection.add("tesc") << glu::TessellationControlSource(tesc); in initPrograms()
398 programCollection.add("tese") << glu::TessellationEvaluationSource(tese); in initPrograms()
400 programCollection.add("fragment") << glu::FragmentSource(fragment); in initPrograms()
H A DglcSubgroupsClusteredTests.cpp385 programCollection.add("vert") << glu::VertexSource(vertexSrc.str()); in initFrameBufferPrograms()
412 programCollection.add("geometry") << glu::GeometrySource(geometry.str()); in initFrameBufferPrograms()
441 programCollection.add("tesc") << glu::TessellationControlSource(controlSource.str()); in initFrameBufferPrograms()
467 programCollection.add("tese") << glu::TessellationEvaluationSource(evaluationSource.str()); in initFrameBufferPrograms()
507 programCollection.add("comp") << glu::ComputeSource(src.str()); in initPrograms()
535 programCollection.add("vert") << glu::VertexSource(vertex); in initPrograms()
566 programCollection.add("tesc") << glu::TessellationControlSource(tesc); in initPrograms()
592 programCollection.add("tese") << glu::TessellationEvaluationSource(tese); in initPrograms()
641 programCollection.add("fragment") << glu::FragmentSource(fragment); in initPrograms()
H A DglcSubgroupsPartitionedTests.cpp465 programCollection.add("vert") << glu::VertexSource(vertexSrc.str()); in initFrameBufferPrograms()
493 programCollection.add("geometry") << glu::GeometrySource(geometry.str()); in initFrameBufferPrograms()
523 programCollection.add("tesc") << glu::TessellationControlSource(controlSource.str()); in initFrameBufferPrograms()
550 programCollection.add("tese") << glu::TessellationEvaluationSource(evaluationSource.str()); in initFrameBufferPrograms()
591 programCollection.add("comp") << glu::ComputeSource(src.str()); in initPrograms()
620 programCollection.add("vert") << glu::VertexSource(vertex); in initPrograms()
651 programCollection.add("tesc") << glu::TessellationControlSource(tesc); in initPrograms()
678 programCollection.add("tese") << glu::TessellationEvaluationSource(tese); in initPrograms()
729 programCollection.add("fragment") << glu::FragmentSource(fragment); in initPrograms()
H A DglcSubgroupsQuadTests.cpp145 programCollection.add("vert") << glu::VertexSource(vertexSrc.str()); in initFrameBufferPrograms()
193 programCollection.add("geometry") << glu::GeometrySource(geometry.str()); in initFrameBufferPrograms()
243 programCollection.add("tesc") << glu::TessellationControlSource(controlSource.str()); in initFrameBufferPrograms()
289 programCollection.add("tese") << glu::TessellationEvaluationSource(evaluationSource.str()); in initFrameBufferPrograms()
355 programCollection.add("comp") << glu::ComputeSource(src.str()); in initPrograms()
405 programCollection.add("vert") << glu::VertexSource(vertex); in initPrograms()
443 programCollection.add("tesc") << glu::TessellationControlSource(tesc); in initPrograms()
477 programCollection.add("tese") << glu::TessellationEvaluationSource(tese); in initPrograms()
542 programCollection.add("fragment") << glu::FragmentSource(fragment); in initPrograms()
H A DglcSubgroupsShuffleTests.cpp172 programCollection.add("vert") << glu::VertexSource(vertexSrc.str()); in initFrameBufferPrograms()
202 programCollection.add("geometry") << glu::GeometrySource(geometry.str()); in initFrameBufferPrograms()
234 programCollection.add("tesc") << glu::TessellationControlSource(controlSource.str()); in initFrameBufferPrograms()
263 programCollection.add("tese") << glu::TessellationEvaluationSource(evaluationSource.str()); in initFrameBufferPrograms()
307 programCollection.add("comp") << glu::ComputeSource(src.str()); in initPrograms()
332 programCollection.add("vert") << glu::VertexSource(vertex); in initPrograms()
357 programCollection.add("tesc") << glu::TessellationControlSource(tesc); in initPrograms()
378 programCollection.add("tese") << glu::TessellationEvaluationSource(tese); in initPrograms()
417 programCollection.add("fragment") << glu::FragmentSource(fragment); in initPrograms()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/Debug/
H A DContext.cpp51 void add(Listener *);
68 void Broadcaster<Listener>::add(Listener *l) in add() function in __anon22992::Broadcaster
202 clientEventBroadcaster.add(l); in addListener()
217 serverEventBroadcaster.add(l); in addListener()
232 files.add(file->id, file); in addFile()
308 ctx->threads.add(id, thread); in currentThread()
381 ctx->frames.add(frame->id, frame); in createFrame()
399 ctx->scopes.add(scope->id, scope); in createScope()
410 ctx->variables.add(vars->id, vars); in track()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DAliasSetTracker.h227 // Unfortunately, ilist::size() is linear, so we have to add code to keep
365 /// These methods are used to add different types of instructions to the alias
370 /// 2. If the instruction aliases exactly one set, add it to the set
371 /// 3. If the instruction aliases multiple sets, merge the sets, and add
377 void add(Value *Ptr, LocationSize Size, const AAMDNodes &AAInfo); // Add a loc
378 void add(LoadInst *LI);
379 void add(StoreInst *SI);
380 void add(VAArgInst *VAAI);
381 void add(AnyMemSetInst *MSI);
382 void add(AnyMemTransferIns
[all...]
/third_party/node/deps/openssl/openssl/crypto/sha/asm/
H A Dsha512-ppc.pl141 add $h,$h,$t1
145 add $h,$h,@X[$i%16]
147 add $h,$h,$t0
148 add $h,$h,$a0
159 add $d,$d,$h
166 add $h,$h,$a0
167 add $h,$h,$t0
184 add @X[$i],@X[$i],@X[($i+9)%16]
188 add @X[$i],@X[$i],$a0
189 add
[all...]
/third_party/openssl/crypto/sha/asm/
H A Dsha512-ppc.pl141 add $h,$h,$t1
145 add $h,$h,@X[$i%16]
147 add $h,$h,$t0
148 add $h,$h,$a0
159 add $d,$d,$h
166 add $h,$h,$a0
167 add $h,$h,$t0
184 add @X[$i],@X[$i],@X[($i+9)%16]
188 add @X[$i],@X[$i],$a0
189 add
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64ExpandPseudoInsts.cpp100 UseMI.add(MO); in transferImpOps()
102 DefMI.add(MO); in transferImpOps()
138 .add(MI.getOperand(0)) in expandMOVImm()
472 .add(MI.getOperand(1)) in expandMI()
473 .add(MI.getOperand(2)) in expandMI()
519 .add(MI.getOperand(0)) in expandMI()
558 .add(MI.getOperand(1)); in expandMI()
573 .add(Tag) in expandMI()
579 .add(MI.getOperand(0)) in expandMI()
581 .add(M in expandMI()
[all...]
/third_party/ffmpeg/libavcodec/arm/
H A Dh264idct_neon.S113 add r0, r0, r4
122 add r1, r1, #32
139 add r0, r0, r4
148 add r1, r1, #32
156 add r5, r1, #16*4
157 add r1, r2, #16*32
166 add r0, r0, r4
167 add r1, r10, r12, lsl #5
175 add r12, r12, #1
390 add r
[all...]
/third_party/mesa3d/src/compiler/glsl/
H A Dlower_blend_equation_advanced.cpp50 return sub(add(src, dst), mul(src, dst)); in blend_screen()
147 mul(dst, add(mul(sub(mul(imm3(16), dst), imm3(12)), dst), imm3(3))); in blend_softlight()
152 return add(dst, mul(sub(mul(imm3(2), src), imm3(1)), factor)); in blend_softlight()
166 return add(src, sub(dst, mul(imm3(2), mul(src, dst)))); in blend_exclusion()
219 f->emit(assign(color, add(cbase, sub(lumv3(clum), lumv3(cbase))))); in set_lum()
230 assign(color, add(llum, div(mul(sub(color, llum), llum), in set_lum()
233 assign(color, add(llum, div(mul(sub(color, llum), in set_lum()
420 add(add(mul(factor, p0), mul(src_rgb, p1)), mul(dst_rgb, p2)), in calc_blend_result()
422 f.emit(assign(result, add(ad in calc_blend_result()
[all...]
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/asm/crypto/poly1305/
H A Dpoly1305-ppc.s66 add 29,29,28
113 add 30,30,31
149 add 7,7,8
258 add 7,7,8
321 add 30,30,31
340 add 9,9,10
346 add 9,9,11
353 add 9,9,10
359 add 9,9,11
426 add 2
[all...]

Completed in 18 milliseconds

1...<<21222324252627282930>>...186