/third_party/protobuf/js/binary/ |
H A D | arith.js | 138 jspb.arith.UInt64.prototype.add = function(other) { 216 return lo.add(hi); 248 // If divisor < remainder, add unit to quotient and subtract divisor from 251 quotient = quotient.add(unit); 299 result = result.mul(10).add(digit64); 317 * full range of operations that UInt64 does: only add, subtract, and string 347 jspb.arith.Int64.prototype.add = function(other) {
|
/third_party/skia/modules/skparagraph/src/ |
H A D | TextWrapper.h | 46 fMetrics.add(r); in TextStretch() 70 fMetrics.add(stretch.fMetrics); in extend() 90 fMetrics.add(&r); in extend() 98 fMetrics.add(r); in extend() 109 fMetrics.add(r); in startFrom()
|
/third_party/skia/platform_tools/android/apps/skottie/src/main/java/org/skia/skottie/ |
H A D | SkottieActivity.java | 60 mAnimations.add(view); in populateGrid() 67 mAnimations.add(view); in populateGrid() 190 mAnimations.add(view); in addLottie() 191 mAnimationFiles.add(uri); in addLottie() 201 mAnimationFiles.add(uri); in addLottie()
|
/third_party/rust/crates/minimal-lexical/etc/correctness/test-parse-unittests/ |
H A D | to_toml.py | 263 conversion_test.add('UID', '') 264 conversion_test.add('str', test) 265 conversion_test.add('hex', float64.to_hex()) 266 conversion_test.add('int', '{}*2^{}'.format(mantissa, exponent)) 282 document.add(key, aot)
|
/third_party/zlib/contrib/gcc_gvmat64/ |
H A D | gvmat64.S | 456 add rdx,8+8+8
463 LeaveLoopCmps16: add rdx,8
464 LeaveLoopCmps8: add rdx,8
474 add rdx,4
483 add rdx,2
|
/third_party/ffmpeg/libavcodec/arm/ |
H A D | vc1dsp_neon.S | 86 .macro vc1_inv_trans_4x8_helper add rshift 96 vmov.i16 q8, #\add @ t1 will accumulate here 97 vmov.i16 q9, #\add @ t2 will accumulate here 113 @ Halving add/sub above already did one shift 125 .macro vc1_inv_trans_8x4_helper add add1beforeshift rshift 137 vmov.i16 q14, #\add @ t1|t2 will accumulate here 238 .macro vc1_inv_trans_8x8_helper add add1beforeshift rshift 251 vmov.i16 q8, #(\add / 2) @ t1 will accumulate here 252 vmov.i16 q12, #(\add / 2) @ t2 will accumulate here 257 vmla.i16 q8, q10, q0 @ t1 = 12/2 * temp1 + add [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | snow.h | 66 static const BlockNode null_block= { //FIXME add border maybe 221 static av_always_inline void snow_horizontal_compose_lift_lead_out(int i, IDWTELEM * dst, IDWTELEM * src, IDWTELEM * ref, int width, int w, int lift_high, int mul, int add, int shift){ in snow_horizontal_compose_lift_lead_out() argument 223 dst[i] = src[i] - ((mul * (ref[i] + ref[i + 1]) + add) >> shift); in snow_horizontal_compose_lift_lead_out() 227 dst[w] = src[w] - ((mul * 2 * ref[w] + add) >> shift); in snow_horizontal_compose_lift_lead_out() 283 static av_always_inline void add_yblock(SnowContext *s, int sliced, slice_buffer *sb, IDWTELEM *dst, uint8_t *dst8, const uint8_t *obmc, int src_x, int src_y, int b_w, int b_h, int w, int h, int dst_stride, int src_stride, int obmc_stride, int b_x, int b_y, int add, int offset_dst, int plane_index){ in add_yblock() argument 376 s->dwt.inner_add_yblock(obmc, obmc_stride, block, b_w, b_h, src_x,src_y, src_stride, sb, add, dst8); in add_yblock() 394 if(add){ in add_yblock() 407 static av_always_inline void predict_slice(SnowContext *s, IDWTELEM *buf, int plane_index, int add, int mb_y){ in predict_slice() argument 426 if(add){ in predict_slice() 454 add, in predict_slice() 458 predict_plane(SnowContext *s, IDWTELEM *buf, int plane_index, int add) predict_plane() argument [all...] |
/third_party/ffmpeg/libavutil/x86/ |
H A D | float_dsp.asm | 301 add src0q, lenq 302 add dstq, lenq 303 add winq, lenq 324 add lenq, mmsize 401 add src1q, 2*mmsize 422 add v1q, offsetq 423 add v2q, offsetq 430 add offsetq, 16 449 add src0q, lenq 450 add src1 [all...] |
H A D | tx_float.asm | 894 add outq, (%1*4) - (%1/1) 897 add outq, (%1*2) - (%1/2) ; the synth loops also increment outq 914 add outq, 8*mmsize 915 add rtabq, 4*mmsize 976 add inq, 8*mmsize 978 add lutq, (mmsize/2)*8 1042 add inq, 8*mmsize 1044 add lutq, (mmsize/2)*8 1061 add outq, 16*mmsize 1064 add out [all...] |
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
H A D | ICUJDKCompare.java | 169 nl.add(line); in setup() 203 nl.add(line); in setup() 259 cl.add(ic); in processPairInfo() 260 cl.add(jc); in processPairInfo() 261 nl.add(ic.getName()); in processPairInfo() 262 nl.add(jc.getName()); in processPairInfo() 446 void add(MorC m) { in add() method in ICUJDKCompare.MethodRecord 612 mr.add(m); in getMethodMap() 654 il.add(s); in removeIgnored() 695 il.add( in removeIgnored() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/ |
H A D | vktMeshShaderSmokeTests.cpp | 194 dst.glslSources.add("mesh") << glu::MeshSource(mesh.str()); in initPrograms() 196 dst.glslSources.add("frag") << glu::FragmentSource(commonMeshFragShader()); in initPrograms() 226 dst.glslSources.add("task") << glu::TaskSource(task.str()); in initPrograms() 274 dst.glslSources.add("mesh") << glu::MeshSource(mesh.str()); in initPrograms() 276 dst.glslSources.add("frag") << glu::FragmentSource(commonMeshFragShader()); in initPrograms() 294 dst.glslSources.add("task") << glu::TaskSource(task.str()); in initPrograms() 329 dst.glslSources.add("mesh") << glu::MeshSource(mesh.str()); in initPrograms() 331 dst.glslSources.add("frag") << glu::FragmentSource(commonMeshFragShader()); in initPrograms() 560 programCollection.glslSources.add("frag") << glu::FragmentSource(frag.str()); in initGradientPrograms() 625 programCollection.glslSources.add("mes in initGradientPrograms() [all...] |
/third_party/skia/gn/ |
H A D | gn_to_cmake.py | 179 object_dependencies.add(dependency) 189 object_dependencies.add(dependency) 242 output_directories.add(output_directory) 281 synthetic_dependencies.add(outputs_name) 311 output_directories.add(output_directory) 356 synthetic_dependencies.add(outputs_name) 402 synthetic_dependencies.add(outputs_name) 502 # no sources, add empty.cpp as the file to compile. 591 nonlibraries.add(cmake_dependency_name) 594 libraries.add(cmake_dependency_nam [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/ |
H A D | vktMeshShaderSmokeTests.cpp | 194 dst.glslSources.add("mesh") << glu::MeshSource(mesh.str()); in initPrograms() 196 dst.glslSources.add("frag") << glu::FragmentSource(commonMeshFragShader()); in initPrograms() 226 dst.glslSources.add("task") << glu::TaskSource(task.str()); in initPrograms() 274 dst.glslSources.add("mesh") << glu::MeshSource(mesh.str()); in initPrograms() 276 dst.glslSources.add("frag") << glu::FragmentSource(commonMeshFragShader()); in initPrograms() 294 dst.glslSources.add("task") << glu::TaskSource(task.str()); in initPrograms() 329 dst.glslSources.add("mesh") << glu::MeshSource(mesh.str()); in initPrograms() 331 dst.glslSources.add("frag") << glu::FragmentSource(commonMeshFragShader()); in initPrograms() 560 programCollection.glslSources.add("frag") << glu::FragmentSource(frag.str()); in initGradientPrograms() 625 programCollection.glslSources.add("mes in initGradientPrograms() [all...] |
/third_party/ffmpeg/libavcodec/aarch64/ |
H A D | vp9mc_neon.S | 63 add x5, x0, x1 65 add x6, x2, x3 225 add x6, x0, x1 226 add x7, x2, x3 227 add x1, x1, x1 228 add x3, x3, x3 266 // saturating add. The positive filter coefficients 267 // for all indices except idx2 must add up to less 333 add x0, x0, x1 334 add x [all...] |
H A D | vp9mc_16bpp_neon.S | 153 add x6, x0, x1 154 add x7, x2, x3 155 add x1, x1, x1 156 add x3, x3, x3 268 add x0, x0, x1 269 add x6, x6, x1 270 add x2, x2, x3 271 add x7, x7, x3 292 add x9, x6, w5, uxtw #4 405 add \dst [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | af_afwtdn.c | 574 int add = 0; in reallocate_outputs() local 582 add = max_left_zeros_inverse(levels, level + 1, s->wavelet_length); in reallocate_outputs() 583 cp->subbands_to_free[level] = av_calloc(add + temp_length + 1, sizeof(**out)); in reallocate_outputs() 586 out_length[level] = add + temp_length + 1; in reallocate_outputs() 587 out[level] = cp->subbands_to_free[level] + add; in reallocate_outputs() 591 FFMAX(out_length[level] - temp_length - add, 0) * sizeof(**out)); in reallocate_outputs() 798 int add, add2; in inverse() local 815 add = append_left_ext(s->wavelet_length, levels, levels - 1, sn); in inverse() 816 conv_up(in[levels], in[levels - 1], in_length[levels], hp1, in_length[levels - 2] + add, in inverse() 821 add in inverse() [all...] |
/third_party/ffmpeg/libavcodec/x86/ |
H A D | vp9mc.asm | 162 add srcq, sstrideq 189 add dstq, dstrideq 224 add srcq, sstrideq 249 add dstq, dstrideq 281 add srcq, sstrideq 307 add dstq, dstrideq 357 add srcq, sstrideq 382 add src4q, sstrideq 409 add dstq, dstrideq 455 add src [all...] |
/third_party/mesa3d/src/mesa/main/ |
H A D | ff_fragment_shader.cpp | 536 return add(src[0], src[1]); in emit_combine() 539 return add(add(src[0], src[1]), new(p->mem_ctx) ir_constant(-0.5f)); in emit_combine() 546 return add(tmp0, tmp1); in emit_combine() 556 tmp0 = add(tmp0, new(p->mem_ctx) ir_constant(-1.0f)); in emit_combine() 559 tmp1 = add(tmp1, new(p->mem_ctx) ir_constant(-1.0f)); in emit_combine() 564 return add(mul(src[0], src[2]), src[1]); in emit_combine() 567 return add(add(mul(src[0], src[2]), src[1]), in emit_combine() 574 return add(mu in emit_combine() [all...] |
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | dictbe.cpp | 133 // TODO: If getIndex is too slow, use offset < 0 and add discardAll() in candidates() 205 fMarkSet.add(0x0020); in ThaiBreakEngine() 209 fBeginWordSet.add(0x0E01, 0x0E2E); // KO KAI through HO NOKHUK in ThaiBreakEngine() 210 fBeginWordSet.add(0x0E40, 0x0E44); // SARA E through SARA AI MAIMALAI in ThaiBreakEngine() 211 fSuffixSet.add(THAI_PAIYANNOI); in ThaiBreakEngine() 212 fSuffixSet.add(THAI_MAIYAMOK); in ThaiBreakEngine() 446 fMarkSet.add(0x0020); in LaoBreakEngine() 449 fBeginWordSet.add(0x0E81, 0x0EAE); // basic consonants (including holes for corresponding Thai characters) in LaoBreakEngine() 450 fBeginWordSet.add(0x0EDC, 0x0EDD); // digraph consonants (no Thai equivalent) in LaoBreakEngine() 451 fBeginWordSet.add( in LaoBreakEngine() [all...] |
/third_party/mesa3d/src/gallium/drivers/vc4/ |
H A D | vc4_qir_emit_uniform_stream_resets.c | 71 struct qinst *add = in qir_emit_uniform_stream_resets() local 78 list_add(&add->link, &block->instructions); in qir_emit_uniform_stream_resets()
|
/third_party/musl/src/math/i386/ |
H A D | scalbn.s | 15 add $0x3ffe,%eax 21 add $0x3ffe,%eax
|
H A D | scalbnf.s | 15 add $0x3fe,%eax 21 add $0x3fe,%eax
|
/third_party/node/benchmark/assert/ |
H A D | deepequal-object.js | 13 function createObj(source, add = '') { 17 bar: `123${add}`,
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/subsetter/ |
H A D | DumbSubsetter.java | 36 temp.add(new GlyphTableSubsetter()); 37 temp.add(new CMapTableSubsetter());
|
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
H A D | TypeRegistryTest.java | 52 TypeRegistry.newBuilder().add(descriptor).build().find(descriptor.getFullName())); in findDescriptorByFullName() 65 .add(descriptor) in findDescriptorByTypeUrl()
|