Home
last modified time | relevance | path

Searched refs:insert (Results 5176 - 5200 of 5258) sorted by relevance

1...<<201202203204205206207208209210211

/third_party/icu/icu4c/source/test/intltest/
H A Dnumfmtst.cpp2436 pat.insert(0, (UChar)0x00A4); in TestAdoptDecimalFormatSymbols()
7703 pat.insert(0, (UChar)0x00A4); in TestCustomCurrencySignAndSeparator()
/third_party/mesa3d/src/amd/compiler/
H A Daco_optimizer.cpp467 void set_insert(Instruction* insert) in set_insert()
470 instr = insert; in set_insert()
3237 /* if the insert instruction is dead, then the single user of this in apply_insert()
/third_party/mesa3d/src/amd/llvm/
H A Dac_nir_to_llvm.c410 LLVMValueRef insert, LLVMValueRef base) in emit_bitfield_select()
413 * (mask & insert) | (~mask & base) = base ^ (mask & (insert ^ base)) in emit_bitfield_select()
418 LLVMBuildAnd(ctx->builder, mask, LLVMBuildXor(ctx->builder, insert, base, ""), ""), ""); in emit_bitfield_select()
409 emit_bitfield_select(struct ac_llvm_context *ctx, LLVMValueRef mask, LLVMValueRef insert, LLVMValueRef base) emit_bitfield_select() argument
/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-generator.cc991 map_.insert(entry); in PutImpl()
1892 info->covered_cases.insert({value, clause}); in IsSwitchOptimizable()
/third_party/node/deps/v8/src/objects/
H A Djs-temporal-objects.cc3237 calendar_id_indices.insert({"iso8601", 0}); in CalendarMap()
3245 calendar_id_indices.insert({type, i++}); in CalendarMap()
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DSubzeroReactor.cpp1906 auto insert = Ice::InstInsertElement::create(::function, result, vector, element, ::context->getConstantInt32(index));
1907 ::basicBlock->appendInst(insert);
4692 // We insert these instructions at the top of the entry node,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp4795 Ops.insert(Ops.begin()+2, N->getOperand(2)); in tryWriteRegister()
4801 Ops.insert(Ops.begin()+2, WriteValue, WriteValue+2); in tryWriteRegister()
/third_party/python/Lib/test/
H A Dtest_decimal.py904 # insert operator methods and then exercise them
5826 all_tests.insert(0, CheckAttributes)
5827 all_tests.insert(1, SignatureTest)
/kernel/linux/linux-5.10/arch/m68k/ifpsp060/src/
H A Dfplsp.S7546 mov.w %d0,FP_SCR0_EX(%a6) # insert new exponent
9280 clr.l -(%sp) # insert zero low mantissa
9281 mov.l %d1,-(%sp) # insert new high mantissa
9287 mov.l %d1,-(%sp) # insert new low mantissa
9288 clr.l -(%sp) # insert zero high mantissa
9301 clr.l -(%sp) # insert new exponent
9302 mov.l &0x80000000,-(%sp) # insert new high mantissa
9303 mov.l %d0,-(%sp) # insert new lo mantissa
10183 fmov.l USER_FPCR(%a6),%fpcr # insert user's exceptions
10930 mov.w %d1, FTEMP_EX(%a0) # insert ne
[all...]
/kernel/linux/linux-6.6/arch/m68k/ifpsp060/src/
H A Dfplsp.S7546 mov.w %d0,FP_SCR0_EX(%a6) # insert new exponent
9280 clr.l -(%sp) # insert zero low mantissa
9281 mov.l %d1,-(%sp) # insert new high mantissa
9287 mov.l %d1,-(%sp) # insert new low mantissa
9288 clr.l -(%sp) # insert zero high mantissa
9301 clr.l -(%sp) # insert new exponent
9302 mov.l &0x80000000,-(%sp) # insert new high mantissa
9303 mov.l %d0,-(%sp) # insert new lo mantissa
10183 fmov.l USER_FPCR(%a6),%fpcr # insert user's exceptions
10930 mov.w %d1, FTEMP_EX(%a0) # insert ne
[all...]
/third_party/mesa3d/src/compiler/glsl/
H A Dbuiltin_functions.cpp7605 ir_variable *insert = in_var(type, "insert"); in _bitfieldInsert() local
7608 MAKE_SIG(type, gpu_shader5_or_es31_or_integer_functions, 4, base, insert, in _bitfieldInsert()
7614 body.emit(ret(bitfield_insert(base, insert, in _bitfieldInsert()
/third_party/node/deps/openssl/openssl/crypto/modes/asm/
H A Daes-gcm-armv8_64.pl1105 bif $res1b, $rk0, $ctr0b @ insert existing bytes in top end of result before storing
2983 bif $res1b, $rk0, $ctr0b @ insert existing bytes in top end of result before storing
4945 bif $res1b, $rk0, $ctr0b @ insert existing bytes in top end of result before storing
/third_party/libabigail/src/
H A Dabg-ir.cc6509 /// function cannot really insert the built type into it's scope, it
7748 /// @param t the type to insert in the @ref scope_decl type.
7845 priv_->members_.insert(before, member); in insert_member_decl()
8141 /// @param decl the declaration to insert into the scope.
8144 /// which to insert the declaration.
8146 /// @param scope the scope into which to insert the declaration.
8163 /// @param decl the declaration to insert into the scope.
8166 /// which to insert the declaration.
8168 /// @param scope the scope into which to insert the declaration.
14478 scope->get_canonical_types().insert(canonica in canonicalize()
[all...]
/third_party/openssl/crypto/modes/asm/
H A Daes-gcm-armv8_64.pl1105 bif $res1b, $rk0, $ctr0b @ insert existing bytes in top end of result before storing
2983 bif $res1b, $rk0, $ctr0b @ insert existing bytes in top end of result before storing
4945 bif $res1b, $rk0, $ctr0b @ insert existing bytes in top end of result before storing
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmInstructionTests.cpp7203 result.insert(result.end(), inData.begin(), inData.end()); in squarize()
7212 result.insert(result.end(), tmp.begin(), tmp.end()); in squarize()
13400 expectedOutput.insert(expectedOutput.end(), expectedIterationOutput.begin(), expectedIterationOutput.end());
18023 result.insert(result.end(), tmp.begin(), tmp.end());
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cEnhancedLayoutsTests.cpp6560 /* For each in variable insert verification code */ in test()
6571 /* For each unifrom variable insert verification code */ in test()
6581 /* For each ssb variable insert verification code */ in test()
27767 uniform_data.insert(uniform_data.end(), type_uniform_data.begin(), type_uniform_data.end()); in test()
27776 xfb_data.insert(xfb_data.end(), type_xfb_data.begin(), type_xfb_data.end()); in test()
28161 uniform_data.insert(uniform_data.end(), type_uniform_data.begin(), type_uniform_data.end()); in test()
28198 xfb_data.insert(xfb_data.end(), type_xfb_data.begin(), type_xfb_data.end()); in test()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmInstructionTests.cpp7191 result.insert(result.end(), inData.begin(), inData.end()); in squarize()
7200 result.insert(result.end(), tmp.begin(), tmp.end()); in squarize()
13302 expectedOutput.insert(expectedOutput.end(), expectedIterationOutput.begin(), expectedIterationOutput.end());
17925 result.insert(result.end(), tmp.begin(), tmp.end());
/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/inner_model/
H A Dinner_model_test.cpp287 extensionConfig.opLayout.insert({opLayout, "hiai::ExecuteDevice::CPU"}); in HWTEST_F()
/foundation/arkui/ace_engine/test/unittest/core/pattern/panel/
H A Dpanel_test_ng.cpp1488 slidingPanelNode.columnChildren_.insert(1); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_pattern.cpp1290 dataDetectorAdapter_->aiSpanRects_.insert( in HandleAISpanHoverEvent()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtab_bar_pattern.cpp3301 retainedIndex.insert(i); in AdjustTabBarInfo()
/foundation/bundlemanager/bundle_tool/frameworks/src/
H A Dbundle_test_tool.cpp3261 realPathSet.insert(realPath); in DeployQuickFix()
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Drender_system.cpp2392 // insert dependency cameras to correct positions
2396 baseCameras.insert(baseCameras.begin() + int64_t(idx), depCam);
/foundation/window/window_manager/wm/src/
H A Dwindow_impl.cpp1369 windowMap_.insert(std::make_pair(name_, std::pair<uint32_t, sptr<Window>>(windowId, self))); in Create()
H A Dwindow_scene_session_impl.cpp576 windowSessionMap_.insert(std::make_pair(property_->GetWindowName(), in UpdateWindowState()

Completed in 283 milliseconds

1...<<201202203204205206207208209210211