Home
last modified time | relevance | path

Searched refs:add (Results 2901 - 2925 of 5749) sorted by relevance

1...<<111112113114115116117118119120>>...230

/third_party/python/Lib/test/
H A Dtest_operator.py57 computed_all.add(name)
141 self.assertRaises(TypeError, operator.add)
142 self.assertRaises(TypeError, operator.add, None, None)
143 self.assertEqual(operator.add(3, 4), 7)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp105 // %iv.1 = add %iv, 1 <-- a root increment
107 // %iv.2 = add %iv, 2 <-- a root increment
109 // %iv.scale_m_1 = add %iv, scale-1 <-- a root increment
112 // %iv.next = add %iv, scale
142 // %scaled.iv.1 = add %scaled.iv, 1
144 // %scaled.iv.2 = add %scaled.iv, 2
146 // %scaled.iv.scale_m_1 = add %scaled.iv, scale-1
149 // %iv.next = add %iv, 1
203 add(L); in SimpleLoopReduction()
253 void add(Loo
610 void LoopReroll::SimpleLoopReduction::add(Loop *L) { add() function in LoopReroll::SimpleLoopReduction
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h385 add(Node, Amount, Weight::Local); in addLocal()
389 add(Node, Amount, Weight::Exit); in addExit()
393 add(Node, Amount, Weight::Backedge); in addBackedge()
408 void add(const BlockNode &Node, uint64_t Amount, Weight::DistType Type);
432 /// Adds all edges from LocalLoopHead to Dist. Calls addToDist() to add each
623 /// addBlockEdges to add block successors that have not been packaged into
922 /// Find the irreducible SCCs in \c OuterLoop, add them to \a Loops (in front
1111 // Visit nodes in reverse post-order and add them to their deepest containing in initializeLoops()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizerInfo.h51 /// a narrower scalar base-type. For example a 64-bit add might be
52 /// implemented in terms of 32-bit add-with-carry.
56 /// base-type. For example a <2 x s8> add could be implemented as a <2
57 /// x s32> add (ignoring the high bits).
61 /// sub-vectors where the operation is legal. For example a <8 x s64> add
366 void add(const LegalizeRule &Rule) { in add() function in LegalizeRuleSet
378 add({Predicate, Action}); in actionIf()
385 add({Predicate, Action, Mutation}); in actionIf()
912 add({always, LegalizeAction::UseLegacyRules});
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DFieldSet.java383 list.add(value); in addRepeatedField()
532 ((List) value).add(cloneIfMutable(element)); in mergeFromField()
1204 list.add(value); in addRepeatedField()
1272 ((List) value).add(FieldSet.cloneIfMutable(element)); in mergeFromField()
/third_party/python/Modules/_decimal/libmpdec/literature/
H A Dumodarith.lisp341 (defun add (a b) function
542 (lo (add y x))
553 (lo (add y x))
564 (lo (add y x))
/third_party/rust/crates/regex/regex-syntax/src/hir/literal/
H A Dmod.rs440 pub fn add(&mut self, lit: Literal) -> bool { in add() functions
450 /// Returns false if the character class was too big to add.
458 /// Returns false if the character class was too big to add.
495 /// Returns false if the byte class was too big to add.
570 // If the literal is cut, then we'll never add in class_exceeds_limits()
634 lits.add(Literal::empty()); in prefixes()
710 lits.add(Literal::empty()); in suffixes()
764 lits2.add(Literal::empty()); in repeat_zero_or_more_literals()
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dbn.rs274 /// [`core::ops::Add`]: struct.BigNumRef.html#method.add
424 /// * `add`/`rem`: If `add` is set to `Some(add)`, `p % add == rem` will hold, where `p` is the
446 add: Option<&BigNumRef>, in generate_prime()
454 add.map(|n| n.as_ptr()).unwrap_or(ptr::null_mut()), in generate_prime()
1279 fn add(self, oth: &BigNumRef) -> BigNum { in add() functions
1286 delegate!(Add, add);
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineBindPointTests.cpp240 programCollection.glslSources.add("vert") << glu::VertexSource(vert.str()); in initPrograms()
241 programCollection.glslSources.add("frag") << glu::FragmentSource(frag.str()); in initPrograms()
260 programCollection.glslSources.add("comp") << glu::ComputeSource(comp.str()); in initPrograms()
280 programCollection.glslSources.add("rgen") << glu::RaygenSource(updateRayTracingGLSL(rgen.str())) << buildOptions; in initPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H A DvktRayTracingWatertightnessTests.cpp318 programCollection.glslSources.add("ahit") << glu::AnyHitSource(updateRayTracingGLSL(css.str())) << buildOptions; in initPrograms()
352 programCollection.glslSources.add("miss") << glu::MissSource(updateRayTracingGLSL(css.str())) << buildOptions; in initPrograms()
357 programCollection.glslSources.add("rgen") << glu::RaygenSource(updateRayTracingGLSL(getCommonRayGenerationShader())) << buildOptions; in initPrograms()
399 programCollection.glslSources.add("rgen") << glu::RaygenSource(updateRayTracingGLSL(css.str())) << buildOptions; in initPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmPhysicalStorageBufferPointerTests.cpp708 programCollection.spirvAsmSources.add("vert") in initPrograms()
711 programCollection.spirvAsmSources.add("frag") in initPrograms()
1019 programCollection.spirvAsmSources.add("comp") in initPrograms()
1162 programCollection.spirvAsmSources.add("comp") in initPrograms()
1168 Below test does not add anything new. The main purpose of this test is to show that both PhysicalStorageBuffer
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/
H A DvktTessellationUserDefinedIO.cpp534 // Arrays of structures are disallowed, add struct cases only if not arrayed variable in UserDefinedIOTest()
653 programCollection.glslSources.add("vert") << glu::VertexSource(src.str()); in initPrograms()
685 programCollection.glslSources.add("tesc") << glu::TessellationControlSource(src.str()); in initPrograms()
726 programCollection.glslSources.add("tese") << glu::TessellationEvaluationSource(src.str()); in initPrograms()
742 programCollection.glslSources.add("frag") << glu::FragmentSource(src.str()); in initPrograms()
/test/testfwk/xdevice/plugins/ohos/src/ohos/testkit/
H A Dkit.py721 self.installed_app.add(app_file)
769 self.pushed_hap_file.add(os.path.join(
785 self.pushed_hap_file.add(push_dest)
852 part_set.add(item.get("component", ""))
888 subsystem.add(value)
892 part.add(
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DDateTimePatternGenerator.java62 // TODO add hack to fix months for CJK, as per bug ticket 1099
209 // some languages didn't add mm:ss or HH:mm, so put in a hack to compute that from the short time. in consumeShortTimePattern()
724 // in #13183 just add b/B to skeleton, no longer need to set special flags in mapSkeletonMetacharacters()
743 flags.add(DTPGflags.SKELETON_USES_CAP_J); in mapSkeletonMetacharacters()
802 * @param pattern Pattern to add.
1158 output.add(pattern); in getRedundants()
1175 output.add(pattern); in getRedundants()
1500 cldrAvailableFormatKeys.add(key); in setAvailableFormat()
1757 items.add(buffer.toString()); in set()
1766 items.add(ne in addVariable()
[all...]
H A DTimeZoneFormat.java2036 items.add(new GMTOffsetField(itemType, itemLength)); in parseOffsetPattern()
2058 items.add(text.toString()); in parseOffsetPattern()
2063 items.add(new GMTOffsetField(itemType, itemLength)); in parseOffsetPattern()
2077 items.add(new GMTOffsetField(itemType, itemLength)); in parseOffsetPattern()
2093 items.add(text.toString()); in parseOffsetPattern()
2098 items.add(new GMTOffsetField(itemType, itemLength)); in parseOffsetPattern()
2118 //TODO This code will be obsoleted once we add hour-minute-second pattern data in CLDR
2138 //TODO This code will be obsoleted once we add hour pattern data in CLDR
/third_party/icu/tools/unicode/py/
H A Dpreparseucd.py59 # Not a frozenset so that we can add aliases for simpler subsequent testing.
179 _ignored_properties.add(pname) # Remember to ignore this new name spelling.
478 _ignored_properties.add(alias)
479 _ignored_properties.add(NormPropName(alias))
490 # We add some in support of runtime API, even if we do not write
492 # We add others just to represent UCD data that contributes to
585 prop[2].add(short_name)
619 short_script_names.add(script)
902 and add new ones."""
1119 # Otherwise, add "unassigne
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DDateTimePatternGenerator.java62 // TODO add hack to fix months for CJK, as per bug ticket 1099
182 // some languages didn't add mm:ss or HH:mm, so put in a hack to compute that from the short time. in consumeShortTimePattern()
685 // in #13183 just add b/B to skeleton, no longer need to set special flags in mapSkeletonMetacharacters()
704 flags.add(DTPGflags.SKELETON_USES_CAP_J); in mapSkeletonMetacharacters()
755 * @param pattern Pattern to add.
1048 output.add(pattern); in getRedundants()
1065 output.add(pattern); in getRedundants()
1365 cldrAvailableFormatKeys.add(key); in setAvailableFormat()
1629 items.add(buffer.toString()); in set()
1638 items.add(ne in addVariable()
[all...]
H A DTimeZoneFormat.java1966 items.add(new GMTOffsetField(itemType, itemLength)); in parseOffsetPattern()
1988 items.add(text.toString()); in parseOffsetPattern()
1993 items.add(new GMTOffsetField(itemType, itemLength)); in parseOffsetPattern()
2007 items.add(new GMTOffsetField(itemType, itemLength)); in parseOffsetPattern()
2023 items.add(text.toString()); in parseOffsetPattern()
2028 items.add(new GMTOffsetField(itemType, itemLength)); in parseOffsetPattern()
2048 //TODO This code will be obsoleted once we add hour-minute-second pattern data in CLDR
2068 //TODO This code will be obsoleted once we add hour pattern data in CLDR
/third_party/mbedtls/library/
H A Dgcm.c468 const unsigned char *add, size_t add_len) in mbedtls_gcm_update_ad()
487 p = add; in mbedtls_gcm_update_ad()
708 const unsigned char *add, in mbedtls_gcm_crypt_and_tag()
722 if ((ret = mbedtls_gcm_update_ad(ctx, add, add_len)) != 0) { in mbedtls_gcm_crypt_and_tag()
742 const unsigned char *add, in mbedtls_gcm_auth_decrypt()
754 iv, iv_len, add, add_len, in mbedtls_gcm_auth_decrypt()
467 mbedtls_gcm_update_ad(mbedtls_gcm_context *ctx, const unsigned char *add, size_t add_len) mbedtls_gcm_update_ad() argument
703 mbedtls_gcm_crypt_and_tag(mbedtls_gcm_context *ctx, int mode, size_t length, const unsigned char *iv, size_t iv_len, const unsigned char *add, size_t add_len, const unsigned char *input, unsigned char *output, size_t tag_len, unsigned char *tag) mbedtls_gcm_crypt_and_tag() argument
738 mbedtls_gcm_auth_decrypt(mbedtls_gcm_context *ctx, size_t length, const unsigned char *iv, size_t iv_len, const unsigned char *add, size_t add_len, const unsigned char *tag, size_t tag_len, const unsigned char *input, unsigned char *output) mbedtls_gcm_auth_decrypt() argument
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_vec4.cpp1235 * and matrices, so that the visitor functions can add offsets to work their
2225 * from the original mad into the add and mul instructions in lower_64bit_mad_to_mul_add()
2234 vec4_instruction *add = new(mem_ctx) vec4_instruction(*inst); in lower_64bit_mad_to_mul_add() local
2235 add->opcode = BRW_OPCODE_ADD; in lower_64bit_mad_to_mul_add()
2236 add->src[0] = src_reg(mul_dst); in lower_64bit_mad_to_mul_add()
2237 add->src[1] = inst->src[0]; in lower_64bit_mad_to_mul_add()
2238 add->src[2].file = BAD_FILE; in lower_64bit_mad_to_mul_add()
2241 inst->insert_before(block, add); in lower_64bit_mad_to_mul_add()
2570 * incoming vertex attribute. So, add an extra slot. in brw_compile_vs()
/third_party/node/deps/openssl/openssl/crypto/modes/asm/
H A Daesni-gcm-x86_64.pl111 add \$`6<<24`,$counter
379 add \$0x60,$ret
454 add \$-128,%rsp
557 add \$`6<<24`,$counter
682 add \$-128,%rsp
1047 add \$64,%rsp
/third_party/openssl/crypto/modes/asm/
H A Daesni-gcm-x86_64.pl111 add \$`6<<24`,$counter
379 add \$0x60,$ret
454 add \$-128,%rsp
557 add \$`6<<24`,$counter
682 add \$-128,%rsp
1047 add \$64,%rsp
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/conditional_rendering/
H A DvktConditionalDrawAndClearTests.cpp1502 sources.glslSources.add("position_only.vert") << glu::VertexSource(vertexShader); in init()
1521 sources.glslSources.add("only_color_out.frag") << glu::FragmentSource(fragmentShader); in init()
1547 sources.glslSources.add("update.vert") << glu::VertexSource(vertexShaderUpdate); in init()
1564 sources.glslSources.add("position_only.vert") << glu::VertexSource(vertexShaderDraw); in init()
1575 sources.glslSources.add("discard.frag") in init()
1587 sources.glslSources.add("only_color_out.frag") << glu::FragmentSource(fragmentShaderDraw); in init()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineCacheTests.cpp358 programCollection.glslSources.add("color_vert" + missSuffix) << glu::VertexSource( in initPrograms()
370 programCollection.glslSources.add("color_frag" + missSuffix) << glu::FragmentSource( in initPrograms()
382 programCollection.glslSources.add("unused_geo" + missSuffix) << glu::GeometrySource( in initPrograms()
403 programCollection.glslSources.add("basic_tcs" + missSuffix) << glu::TessellationControlSource( in initPrograms()
422 programCollection.glslSources.add("basic_tes" + missSuffix) << glu::TessellationEvaluationSource( in initPrograms()
900 programCollection.glslSources.add("basic_compute") << glu::ComputeSource( in initPrograms()
H A DvktPipelineSpecConstantTests.cpp309 // Always add vertex and fragment to graphics stages in initPrograms()
355 programCollection.glslSources.add("vert") << glu::VertexSource(src.str()) << buildOptions; in initPrograms()
375 programCollection.glslSources.add("frag") << glu::FragmentSource(src.str()) << buildOptions; in initPrograms()
406 programCollection.glslSources.add("tesc") << glu::TessellationControlSource(src.str()) << buildOptions; in initPrograms()
433 programCollection.glslSources.add("tese") << glu::TessellationEvaluationSource(src.str()) << buildOptions; in initPrograms()
467 programCollection.glslSources.add("geom") << glu::GeometrySource(src.str()) << buildOptions; in initPrograms()
485 programCollection.glslSources.add("comp") << glu::ComputeSource(src.str()) << buildOptions; in initPrograms()

Completed in 54 milliseconds

1...<<111112113114115116117118119120>>...230