Home
last modified time | relevance | path

Searched refs:addition (Results 1 – 25 of 1970) sorted by relevance

12345678910>>...79

/third_party/ffmpeg/libavcodec/mips/
Dh264pred_msa.c540 uint32_t addition = 0; in ff_h264_intra_pred_dc_16x16_msa() local
553 addition = __msa_copy_u_w((v4i32) sum, 0); in ff_h264_intra_pred_dc_16x16_msa()
554 addition += src_left[ 0 * stride]; in ff_h264_intra_pred_dc_16x16_msa()
555 addition += src_left[ 1 * stride]; in ff_h264_intra_pred_dc_16x16_msa()
556 addition += src_left[ 2 * stride]; in ff_h264_intra_pred_dc_16x16_msa()
557 addition += src_left[ 3 * stride]; in ff_h264_intra_pred_dc_16x16_msa()
558 addition += src_left[ 4 * stride]; in ff_h264_intra_pred_dc_16x16_msa()
559 addition += src_left[ 5 * stride]; in ff_h264_intra_pred_dc_16x16_msa()
560 addition += src_left[ 6 * stride]; in ff_h264_intra_pred_dc_16x16_msa()
561 addition += src_left[ 7 * stride]; in ff_h264_intra_pred_dc_16x16_msa()
[all …]
/third_party/boost/libs/proto/test/
Dconstrained_ops.cpp19 struct addition: struct
23 proto::plus<addition, addition>
30 proto::equal_to<addition, addition>
53 addition,
65 addition,
/third_party/typescript/tests/baselines/reference/
DsuperPropertyAccess_ES5.types79 super.property = value + " addition";
80 >super.property = value + " addition" : string
84 >value + " addition" : string
86 >" addition" : " addition"
DsuperPropertyAccess_ES6.types79 super.property = value + " addition";
80 >super.property = value + " addition" : string
84 >value + " addition" : string
86 >" addition" : " addition"
DparserRealSource3.errors.txt13 …// Note: Any addition to the NodeType should also be supported with addition to AstWalkerDetailCal…
/third_party/boost/libs/iterator/doc/quickbook/
Dconcepts.qbk8 for value type `T` if, in addition to `X` being Assignable and
13 [table Readable Iterator Requirements (in addition to Assignable and Copy Constructible)
41 if, in addition to `X` being Copy Constructible, the following
45 [table Writable Iterator Requirements (in addition to Copy Constructible)
63 if, in addition to `X` being Copy Constructible, the following
66 [table Swappable Iterator Requirements (in addition to Copy Constructible)
115 concept if, in addition to `X` being Assignable and Copy
119 [table Incrementable Iterator Requirements (in addition to Assignable, Copy Constructible)
156 [table Single Pass Iterator Requirements (in addition to Incrementable Iterator and Equality Compar…
194 concept if, in addition to `X` meeting the requirements of Default
[all …]
/third_party/libxml2/result/schemas/
Dsrc-element2-2_0_0.err4 …ute 'type': Only the attributes 'minOccurs', 'maxOccurs' and 'id' are allowed in addition to 'ref'.
5 …'nillable': Only the attributes 'minOccurs', 'maxOccurs' and 'id' are allowed in addition to 'ref'.
6 … 'default': Only the attributes 'minOccurs', 'maxOccurs' and 'id' are allowed in addition to 'ref'.
7 …te 'fixed': Only the attributes 'minOccurs', 'maxOccurs' and 'id' are allowed in addition to 'ref'.
8 …ute 'form': Only the attributes 'minOccurs', 'maxOccurs' and 'id' are allowed in addition to 'ref'.
9 …te 'block': Only the attributes 'minOccurs', 'maxOccurs' and 'id' are allowed in addition to 'ref'.
/third_party/boost/libs/icl/doc/
Dfunctions_addition.qbk47 already, the addition function is propagated to the associated value.
64 For `Sets` ['*addition*] and ['*insertion*] are implemented identically.
66 For `Maps` ['*addition*] and ['*insertion*] work differently.
99 [h5 Hinted addition]
102 for an addition in ['*constant time*], if `addend` can be inserted
104 the complexity characteristics are as stated for the non hinted addition
105 above. Hinted addition is available for these combinations of types:
107 // overload table for addition with hint T\P| e i b p
176 The next table shows /time complexities/ of addition for
196 Time complexity characteristics of inplace addition for interval containers
[all …]
Dimplementation.qbk83 accordingly. So their major operations insertion (addition),
144 segment addition for all interval containers.
147 a worst case addition
153 another __On__ worst case addition.
155 time*] for the addition of an interval or interval value pair.
157 For the addition of ['*interval containers*] complexity is __Omlgnpm__.
160 the complexity of container addition is ['*loglinear*].
173 For the major operations /addition, subtraction, intersection/
Dfunctions_subtraction.qbk37 the effect of the corresponding addition function.
85 addition.
96 of an addition for these overloads,
99 // Reverse addition -= | e b s m -= | e i b p S M
191 [[[link boost_icl.function_reference.addition ['*Addition*]] ]]
Dfunctions_insertion.qbk30 The effects of ['*insertion*] implemented by `insert` and ['*addition*]
35 contrast to `add` and `operator +=`, that implement a generalized addition,
143 [[[link boost_icl.function_reference.addition ['*Erasure*]] ]]
144 [[[link boost_icl.function_reference.addition ['*Addition*]] ]]
/third_party/boost/libs/iterator/doc/
DIncrementableIterator.rst9 concept if, in addition to ``X`` being Assignable and Copy
15 |Incrementable Iterator Requirements (in addition to Assignable, Copy Constructible) |
DWritableIterator.rst9 if, in addition to ``X`` being Copy Constructible, the following
14 |Writable Iterator Requirements (in addition to Copy Constructible) |
DSwappableIterator.rst9 if, in addition to ``X`` being Copy Constructible, the following
13 |Swappable Iterator Requirements (in addition to Copy Constructible) |
DBidirectionalTraversal.rst9 concept if, in addition to ``X`` meeting the requirements of Forward
14 |Bidirectional Traversal Iterator Requirements (in addition to Forward Traversal |
DForwardTraversal.rst9 concept if, in addition to ``X`` meeting the requirements of Default
14 |Forward Traversal Iterator Requirements (in addition to Default Constructible and Single Pass Iter…
DReadableIterator.rst9 for value type ``T`` if, in addition to ``X`` being Assignable and
15 |Readable Iterator Requirements (in addition to Assignable and Copy Constructible) …
Dnew-iter-concepts.rst284 In addition to the iterator movement operators, such as
362 for value type ``T`` if, in addition to ``X`` being Assignable and
368 |Readable Iterator Requirements (in addition to Assignable and Copy Constructible) …
389 if, in addition to ``X`` being Copy Constructible, the following
394 |Writable Iterator Requirements (in addition to Copy Constructible) |
407 if, in addition to ``X`` being Copy Constructible, the following
411 |Swappable Iterator Requirements (in addition to Copy Constructible) |
461 concept if, in addition to ``X`` being Assignable and Copy
466 |Incrementable Iterator Requirements (in addition to Assignable, Copy Constructible) |
500 |Single Pass Iterator Requirements (in addition to Incrementable Iterator and Equality Comparable) …
[all …]
/third_party/boost/boost/math/tools/
Dpolynomial.hpp454 addition(value); in operator +=()
494 addition(value); in operator +=()
599 polynomial& addition(const U& value, R op) in addition() function in boost::math::tools::polynomial
608 polynomial& addition(const U& value) in addition() function in boost::math::tools::polynomial
610 return addition(value, detail::plus()); in addition()
616 return addition(value, detail::minus()); in subtraction()
620 polynomial& addition(const polynomial<U>& value, R op) in addition() function in boost::math::tools::polynomial
630 polynomial& addition(const polynomial<U>& value) in addition() function in boost::math::tools::polynomial
632 return addition(value, detail::plus()); in addition()
638 return addition(value, detail::minus()); in subtraction()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationGeometryPointSizeTests.cpp80 int addition = 0; in getExpectedPointSize() local
86 addition += 2; in getExpectedPointSize()
90 return 4 + addition; in getExpectedPointSize()
92 addition += 2; in getExpectedPointSize()
96 return 2 + addition; in getExpectedPointSize()
/third_party/node/deps/npm/node_modules/xdg-basedir/
Dreadme.md51 Preference-ordered array of base directories to search for data files in addition to `.data`.
55 Preference-ordered array of base directories to search for configuration files in addition to `.con…
/third_party/curl/docs/cmdline-opts/
Dretry-connrefused.d6 In addition to the other conditions, consider ECONNREFUSED as a transient
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DGenericOpcodes.td210 // Generic addition.
381 // Generic unsigned addition producing a carry flag.
389 // Generic unsigned addition consuming and producing a carry flag.
396 // Generic signed addition producing a carry flag.
404 // Generic signed addition consuming and producing a carry flag.
596 // Generic FP addition.
771 // Generic load. Expects a MachineMemOperand in addition to explicit
783 // Generic sign-extended load. Expects a MachineMemOperand in addition to explicit operands.
791 // Generic zero-extended load. Expects a MachineMemOperand in addition to explicit operands.
825 // Generic store. Expects a MachineMemOperand in addition to explicit operands.
[all …]
/third_party/pulseaudio/src/daemon/
Desdcompat.in49 -tcp use tcp/ip sockets in addition to unix domain
/third_party/node/test/fixtures/wpt/resources/webidl2/lib/
DREADME.md4 The `webidl2.js.headers` file is a local addition to ensure the script is interpreted as UTF-8.

12345678910>>...79