Home
last modified time | relevance | path

Searched refs:add (Results 4126 - 4150 of 5696) sorted by relevance

1...<<161162163164165166167168169170>>...228

/third_party/googletest/googletest/src/
H A Dgtest.cc1318 const double add = costs[l_i + 1][r_i];
1321 if (add < remove && add < replace) {
1322 costs[l_i + 1][r_i + 1] = add + 1;
1324 } else if (remove < add && remove < replace) {
1328 // We make replace a little more expensive than add/remove to lower
3146 // following statements add the test part result message to the Output
/third_party/mesa3d/src/gtest/src/
H A Dgtest.cc1062 const double add = costs[l_i + 1][r_i]; in CalculateOptimalEdits() local
1065 if (add < remove && add < replace) { in CalculateOptimalEdits()
1066 costs[l_i + 1][r_i + 1] = add + 1; in CalculateOptimalEdits()
1068 } else if (remove < add && remove < replace) { in CalculateOptimalEdits()
1072 // We make replace a little more expensive than add/remove to lower in CalculateOptimalEdits()
2916 // following statements add the test part result message to the Output in PrintTestPartResult()
/third_party/node/deps/googletest/src/
H A Dgtest.cc1335 const double add = costs[l_i + 1][r_i];
1338 if (add < remove && add < replace) {
1339 costs[l_i + 1][r_i + 1] = add + 1;
1341 } else if (remove < add && remove < replace) {
1345 // We make replace a little more expensive than add/remove to lower
3156 // following statements add the test part result message to the Output
/third_party/mesa3d/src/mesa/x86/
H A Dassyntax.h31 * To add support for more assemblers add more columns to the CHOICE
372 * eg. choice (add a,b, add b,a) will get argument mismatch. Luckily ANSI
387 #define ADD_L(a, b) CHOICE(addl ARG2(a,b), addl ARG2(a,b), _LTOG add ARG2(b,a))
388 #define ADD_W(a, b) CHOICE(addw ARG2(a,b), addw ARG2(a,b), _WTOG add ARG2(b,a))
1115 #define ADD_L(a, b) add L_(b), L_(a)
1116 #define ADD_W(a, b) add W_(b), W_(a)
1117 #define ADD_B(a, b) add B_(b), B_(a)
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiCommandBuffersTests.cpp3966 programCollection.glslSources.add("compute_good") << glu::ComputeSource(bufGood.str()); in genComputeSource()
3993 programCollection.glslSources.add("compute_bad") << glu::ComputeSource(bufBad.str()); in genComputeSource()
4013 programCollection.glslSources.add("compute_increment") << glu::ComputeSource(bufIncrement.str()); in genComputeIncrementSource()
4322 programCollection.glslSources.add("vert") << glu::VertexSource(vert.str()); in initPrograms()
4323 programCollection.glslSources.add("frag") << glu::FragmentSource(frag.str()); in initPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiCommandBuffersTests.cpp3966 programCollection.glslSources.add("compute_good") << glu::ComputeSource(bufGood.str()); in genComputeSource()
3993 programCollection.glslSources.add("compute_bad") << glu::ComputeSource(bufBad.str()); in genComputeSource()
4013 programCollection.glslSources.add("compute_increment") << glu::ComputeSource(bufIncrement.str()); in genComputeIncrementSource()
4322 programCollection.glslSources.add("vert") << glu::VertexSource(vert.str()); in initPrograms()
4323 programCollection.glslSources.add("frag") << glu::FragmentSource(frag.str()); in initPrograms()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A Dglslang_wrapper_utils.cpp101 ShaderInterfaceVariableInfo &info = infoMap->add(shaderType, varName); in AddResourceInfoToAllStages()
115 ShaderInterfaceVariableInfo &info = infoMap->add(shaderType, varName); in AddResourceInfo()
160 // Modify an existing out variable and add transform feedback information.
238 variableInfoMapOut->add(shaderType, GetXfbBufferName(bufferIndex)); in AssignTransformFeedbackEmulationBindings()
471 // Otherwise, add an entry for it with all locations inactive. in AssignVaryingLocations()
2071 // capability, and add the TransformFeedback capability right before it.
3407 // If this is the Block decoration of a shader I/O block, add the transform feedback
3429 // If there are decorations to be added, add them right after the Location decoration is
3436 // If any, the replacement variable is always reduced precision so add that decoration to
3894 // Otherwise, either add i
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DContextVk.cpp493 // If reason is specified, add it to the command buffer right before ending the render pass, in onRenderPassFinished()
2223 renderPassCount->add(mRenderPassCommands->getAndResetCounter()); in updateOverlayOnPresent()
2230 writeDescriptorSetCount->add(mPerfCounters.writeDescriptorSets); in updateOverlayOnPresent()
2239 descriptorSetAllocationCount->add(mPerfCounters.descriptorSetAllocations); in updateOverlayOnPresent()
2254 shaderBufferHitRate->add(hitRate); in updateOverlayOnPresent()
2279 widget->add(buffersCount); in addOverlayUsedBuffersCount()
4228 // SurfaceRotation specialization constant to determine yflip as well. We add yflip in updateGraphicsPipelineDescWithSpecConstUsageBits()
5589 // We must add the per context dynamic buffers into mResourceUseList before submission so that
5590 // they get retained properly until GPU completes. We do not add current buffer into
/third_party/python/Lib/test/
H A Dtest_argparse.py294 # add tests for each combination of an optionals adding method
1753 self.seen.add(other)
2077 # add first sub-parser
2087 # add second sub-parser
2095 # add third sub-parser
2889 add = group.add_argument
2890 add('--spam', action='store_true', help=argparse.SUPPRESS)
2891 add('--badger', action='store_false', help=argparse.SUPPRESS)
2892 add('--bladder', help=argparse.SUPPRESS)
3407 # add test
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceAssemblerX8632.cpp1083 // {add,sub,mul,div}ps are given a Ty parameter for consistency with
1084 // {add,sub,mul,div}ss. In the future, when the PNaCl ABI allows addpd, etc.,
2264 void AssemblerX8632::add(Type Ty, GPRRegister dst, GPRRegister src) {
2268 void AssemblerX8632::add(Type Ty, GPRRegister reg, const AsmAddress &address) {
2272 void AssemblerX8632::add(Type Ty, GPRRegister reg, const Immediate &imm) {
2276 void AssemblerX8632::add(Type Ty, const AsmAddress &address, GPRRegister reg) {
2280 void AssemblerX8632::add(Type Ty, const AsmAddress &address,
3103 // used to create the fixup, so there's no need to add it to the addend. in emitOperand()
H A DIceAssemblerX8664.cpp1156 // {add,sub,mul,div}ps are given a Ty parameter for consistency with
1157 // {add,sub,mul,div}ss. In the future, when the PNaCl ABI allows addpd, etc.,
2392 void AssemblerX8664::add(Type Ty, GPRRegister dst, GPRRegister src) {
2396 void AssemblerX8664::add(Type Ty, GPRRegister reg, const AsmAddress &address) {
2400 void AssemblerX8664::add(Type Ty, GPRRegister reg, const Immediate &imm) {
2404 void AssemblerX8664::add(Type Ty, const AsmAddress &address, GPRRegister reg) {
2408 void AssemblerX8664::add(Type Ty, const AsmAddress &address,
3267 // used to create the fixup, so there's no need to add it to the addend. in emitOperand()
H A DIceInstX8632.h3309 template <> constexpr const char *InstX86Add::Base::Opcode = "add";
3310 template <> constexpr const char *InstX86AddRMW::Base::Opcode = "add";
3311 template <> constexpr const char *InstX86Addps::Base::Opcode = "add";
3314 template <> constexpr const char *InstX86Addss::Base::Opcode = "add";
3426 &Assembler::add, &Assembler::add, &Assembler::add};
3429 &Assembler::add, &Assembler::add};
H A DIceInstX8664.h3206 template <> constexpr const char *InstX86Add::Base::Opcode = "add";
3207 template <> constexpr const char *InstX86AddRMW::Base::Opcode = "add";
3208 template <> constexpr const char *InstX86Addps::Base::Opcode = "add";
3211 template <> constexpr const char *InstX86Addss::Base::Opcode = "add";
3323 &Assembler::add, &Assembler::add, &Assembler::add};
3326 &Assembler::add, &Assembler::add};
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64InstructionSelector.cpp2323 // Partially build the compare. Decide if we need to add a use for the in select()
2328 // If we don't have an immediate compare, then we need to add a use of the in select()
3253 // If we matched a valid constant immediate, add those operands. in emitADD()
3279 // If we matched a valid constant immediate, add those operands. in emitCMN()
3354 // If we matched a valid constant immediate, add those operands. in emitIntegerCompare()
4375 // Need to add both immediates here to make sure that they are both
4455 // Need to add both immediates here to make sure that they are both
4591 [=](MachineInstrBuilder &MIB) { MIB.add(Base); },
4616 [=](MachineInstrBuilder &MIB) { MIB.add(RootDef->getOperand(1)); },
4632 [=](MachineInstrBuilder &MIB) { MIB.add(LHSDe
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/query_pool/
H A DvktQueryPoolStatisticsTests.cpp3318 sourceCollections.glslSources.add(m_parameters[shaderNdx].shaderName) << glu::ComputeSource(src.str()); in initPrograms()
3388 sourceCollections.glslSources.add("vertex") << glu::VertexSource(source.str()); in initPrograms()
3414 sourceCollections.glslSources.add("tessellation_control") << glu::TessellationControlSource(source_tc.str()); in initPrograms()
3430 sourceCollections.glslSources.add("tessellation_evaluation") << glu::TessellationEvaluationSource(source_te.str()); in initPrograms()
3513 sourceCollections.glslSources.add("geometry") << glu::GeometrySource(sourceTemplate.specialize(noPointSize)); in initPrograms()
3514 sourceCollections.glslSources.add("geometry_point_size") << glu::GeometrySource(sourceTemplate.specialize(pointSize)); in initPrograms()
3518 sourceCollections.glslSources.add("geometry") << glu::GeometrySource(source.str()); in initPrograms()
3532 sourceCollections.glslSources.add("fragment") << glu::FragmentSource(source.str()); in initPrograms()
4107 sourceCollections.glslSources.add("vertex") << glu::VertexSource(source.str()); in initPrograms()
4120 sourceCollections.glslSources.add("fragmen in initPrograms()
[all...]
/third_party/vixl/src/aarch32/
H A Dassembler-aarch32.h1922 void add(Condition cond,
1927 void add(Register rd, Register rn, const Operand& operand) { in add() function in vixl::aarch32::Assembler
1928 add(al, Best, rd, rn, operand); in add()
1930 void add(Condition cond, Register rd, Register rn, const Operand& operand) { in add() function in vixl::aarch32::Assembler
1931 add(cond, Best, rd, rn, operand); in add()
1933 void add(EncodingSize size, in add() function in vixl::aarch32::Assembler
1937 add(al, size, rd, rn, operand); in add()
1940 void add(Condition cond, Register rd, const Operand& operand);
1941 void add(Register rd, const Operand& operand) { add(a function in vixl::aarch32::Assembler
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/query_pool/
H A DvktQueryPoolStatisticsTests.cpp3303 sourceCollections.glslSources.add(m_parameters[shaderNdx].shaderName) << glu::ComputeSource(src.str()); in initPrograms()
3373 sourceCollections.glslSources.add("vertex") << glu::VertexSource(source.str()); in initPrograms()
3400 sourceCollections.glslSources.add("tessellation_control") << glu::TessellationControlSource(source_tc.str()); in initPrograms()
3416 sourceCollections.glslSources.add("tessellation_evaluation") << glu::TessellationEvaluationSource(source_te.str()); in initPrograms()
3499 sourceCollections.glslSources.add("geometry") << glu::GeometrySource(sourceTemplate.specialize(noPointSize)); in initPrograms()
3500 sourceCollections.glslSources.add("geometry_point_size") << glu::GeometrySource(sourceTemplate.specialize(pointSize)); in initPrograms()
3504 sourceCollections.glslSources.add("geometry") << glu::GeometrySource(source.str()); in initPrograms()
3518 sourceCollections.glslSources.add("fragment") << glu::FragmentSource(source.str()); in initPrograms()
4093 sourceCollections.glslSources.add("vertex") << glu::VertexSource(source.str()); in initPrograms()
4106 sourceCollections.glslSources.add("fragmen in initPrograms()
[all...]
/third_party/typescript/lib/
H A DtypingsInstaller.js650 result_1.add(newValue);
668 set.add(value);
1395 result.add(makeKey(value), makeValue(value));
1449 map.add = multiMapAdd;
1570 add: function (element) {
4130 // Also, If you add a new SyntaxKind be sure to keep the `Markers` section at the bottom in sync
4598 // removal, it is likely that users will add the import anyway.
5375 // attempting to add `| undefined` on each recursive call to `getReturnTypeOfSignature` when
6376 fileWatcherCallbacks.add(filePath, callback);
6559 callbackCache.add(dirPat
[all...]
/third_party/ffmpeg/libavcodec/
H A Ddcaenc.c292 double add = 1 + ff_exp10(-0.01 * i); in encode_init() local
293 c->cb_to_add[i] = (int32_t)(100 * log10(add)); in encode_init()
/third_party/ffmpeg/libavcodec/x86/
H A Dvp9lpf.asm185 paddusb %1, %2 ; add the positives
192 paddusb %1, %2 ; add the negatives
/third_party/glslang/StandAlone/
H A DStandAlone.cpp1651 workList.add(item.get()); in singleMain()
1688 workList.add(WorkItems.back().get()); in singleMain()
1942 " -I<dir> add dir to the include search path; includer's directory\n" in usage()
/third_party/icu/tools/colprobe/
H A Dsortedlines.cpp463 // add stuff from the last batch in addContractionsToRepertoire()
466 // warning: we don't add the lesser ones in recursively, since they will in addContractionsToRepertoire()
535 // we'll comparing the secondRep directly to Thai. We add UB[UCOL_PRIMARY] to in detectContractions()
595 // I'm basically saying that I'll add this kind of contraction for cases where I combine in detectContractions()
677 // if they have reordered, but none has moved, then we add them both in detectContractions()
693 // check whether the previous is contraction and if not, add the current in detectContractions()
827 // will add as many primaries as possible. Then we will in getExpansionLine()
828 // try to add secondary pieces and then tertiary. in getExpansionLine()
1115 // will add as many primaries as possible. Then we will in detectExpansions()
1116 // try to add secondar in detectExpansions()
1303 SortedLines::add(Line *line, UBool linkIn) { add() function in SortedLines
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DULocale.java1177 // If there are additional subtags in the replacement value, add them to the result, but in canonicalize()
1325 * @param keyword the keyword to add/remove, or null to remove all keywords.
1326 * @param value the value to add/set, or null to remove this particular keyword.
1343 * @param keyword the keyword to add/remove, or null to remove all keywords.
1344 * @param value the value to add/set, or null to remove this particular keyword.
1358 * @param keyword the keyword to add, if not already present
1359 * @param value the value to add, if not already present
2032 desired = LocalePriorityList.add(acceptLanguageList).build(); in acceptLanguage()
2446 * @param tag The tag to add.
2588 * If we did not append a region, we may need to add in createTagString()
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dcollationbuilder.cpp269 optimizeSet.add(0, 0x7f); in parseAndBuild()
270 optimizeSet.add(0xc0, 0xff); in parseAndBuild()
1199 // For example, when we add tail composites for ae^ (^=combining circumflex), in addTailComposites()
1341 // We could add a capacity parameter to getCEs() and reallocate if necessary. in closeOverComposites()
1688 // add chars that fail the fcd check in ucol_getUnsafeSet()
1691 // add lead/trail surrogates in ucol_getUnsafeSet()
1704 // break the strings apart and add them to the unsafe set in ucol_getUnsafeSet()
/third_party/libunwind/libunwind/doc/
H A Dlibunwind-dynamic.tex349 the constant value \Var{val} to register \Var{reg}. To add subtract
384 - UNW\_DYN\_ADD can only add to ``sp'' (always a negative value); use

Completed in 140 milliseconds

1...<<161162163164165166167168169170>>...228