Home
last modified time | relevance | path

Searched refs:updateOp (Results 1 – 25 of 155) sorted by relevance

1234567

/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/src/
H A Dmorph.simd.hpp122 VecUpdate updateOp; in operator ()() local
189 VecUpdate updateOp; in operator ()() local
211 s0 = updateOp(s0, vx_load_aligned(sptr)); in operator ()()
238 s0 = updateOp(s0, vx_load_aligned(sptr)); in operator ()()
288 s0 = updateOp(s0, vx_load_aligned(sptr)); in operator ()()
307 s0 = updateOp(s0, vx_load_aligned(sptr)); in operator ()()
352 VecUpdate updateOp; in operator ()() local
364 s0 = updateOp(s0, vx_load(sptr)); in operator ()()
382 s0 = updateOp(s0, vx_load(sptr)); in operator ()()
393 s0 = updateOp(s0, vx_load(src[k] + i)); in operator ()()
[all …]
/dports/graphics/opencv/opencv-4.5.3/3rdparty/carotene/src/
H A Dmorph.cpp299 VecUpdate updateOp; in MorphRow() local
360 m = updateOp(m, s[j]); in MorphRow()
361 dst[i] = updateOp(m, s[0]); in MorphRow()
362 dst[i+cn] = updateOp(m, s[j]); in MorphRow()
370 m = updateOp(m, s[j]); in MorphRow()
381 VecUpdate updateOp; in MorphColumn() local
400 s0 = updateOp(s0, x0); in MorphColumn()
401 s1 = updateOp(s1, x1); in MorphColumn()
447 s0 = updateOp(s0, x0); in MorphColumn()
493 s0 = updateOp(s0, x0); in MorphColumn()
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/s/catalog/
H A Dsharding_catalog_write_retry_test.cpp341 const auto updateOp = UpdateOp::parse(opMsgRequest); in TEST_F() local
342 ASSERT_EQUALS(kTestNamespace.ns(), updateOp.getNamespace().ns()); in TEST_F()
452 const auto updateOp = UpdateOp::parse(opMsgRequest); in TEST_F() local
453 ASSERT_EQUALS(kTestNamespace.ns(), updateOp.getNamespace().ns()); in TEST_F()
486 const auto updateOp = UpdateOp::parse(opMsgRequest); in TEST_F() local
487 ASSERT_EQUALS(kTestNamespace.ns(), updateOp.getNamespace().ns()); in TEST_F()
502 const auto updateOp = UpdateOp::parse(opMsgRequest); in TEST_F() local
503 ASSERT_EQUALS(kTestNamespace.ns(), updateOp.getNamespace().ns()); in TEST_F()
536 const auto updateOp = UpdateOp::parse(opMsgRequest); in TEST_F() local
537 ASSERT_EQUALS(kTestNamespace.ns(), updateOp.getNamespace().ns()); in TEST_F()
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/controller/nodeipam/ipam/sync/
H A Dsync.go148 sync.c.ReportResult((&updateOp{}).run(sync))
162 sync.opChan <- &updateOp{node}
181 type updateOp struct { struct
185 func (op *updateOp) String() string { argument
192 func (op *updateOp) run(sync *NodeSync) error { argument
229 func (op *updateOp) validateRange(ctx context.Context, sync *NodeSync, node *v1.Node, aliasRange *n… argument
245 func (op *updateOp) updateNodeFromAlias(ctx context.Context, sync *NodeSync, node *v1.Node, aliasRa… argument
277 func (op *updateOp) updateAliasFromNode(ctx context.Context, sync *NodeSync, node *v1.Node) error { argument
314 func (op *updateOp) allocateRange(ctx context.Context, sync *NodeSync, node *v1.Node) error { argument
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/pipeline/
H A Ddocument_source_lookup_change_post_image.cpp94 Value DocumentSourceLookupChangePostImage::lookupPostImage(const Document& updateOp) const { in lookupPostImage()
96 auto nss = assertNamespaceMatches(updateOp); in lookupPostImage()
98 auto documentKey = assertFieldHasType(updateOp, in lookupPostImage()
105 ResumeToken::parse(updateOp[DocumentSourceChangeStream::kIdField].getDocument()); in lookupPostImage()
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/lib/Dialect/OpenACC/IR/
H A DOpenACC.cpp745 static LogicalResult verify(acc::UpdateOp updateOp) { in verify() argument
747 if (updateOp.hostOperands().size() == 0 && in verify()
748 updateOp.deviceOperands().size() == 0) in verify()
749 return updateOp.emitError("at least one value must be present in" in verify()
754 if (updateOp.asyncOperand() && updateOp.async()) in verify()
755 return updateOp.emitError("async attribute cannot appear with " in verify()
760 if (updateOp.waitOperands().size() > 0 && updateOp.wait()) in verify()
761 return updateOp.emitError("wait attribute cannot appear with waitOperands"); in verify()
763 if (updateOp.waitDevnum() && updateOp.waitOperands().size() == 0) in verify()
764 return updateOp.emitError("wait_devnum cannot appear without waitOperands"); in verify()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/lib/Dialect/OpenACC/IR/
H A DOpenACC.cpp745 static LogicalResult verify(acc::UpdateOp updateOp) { in verify() argument
747 if (updateOp.hostOperands().size() == 0 && in verify()
748 updateOp.deviceOperands().size() == 0) in verify()
749 return updateOp.emitError("at least one value must be present in" in verify()
754 if (updateOp.asyncOperand() && updateOp.async()) in verify()
755 return updateOp.emitError("async attribute cannot appear with " in verify()
760 if (updateOp.waitOperands().size() > 0 && updateOp.wait()) in verify()
761 return updateOp.emitError("wait attribute cannot appear with waitOperands"); in verify()
763 if (updateOp.waitDevnum() && updateOp.waitOperands().size() == 0) in verify()
764 return updateOp.emitError("wait_devnum cannot appear without waitOperands"); in verify()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/lib/Dialect/OpenACC/IR/
H A DOpenACC.cpp745 static LogicalResult verify(acc::UpdateOp updateOp) { in verify() argument
747 if (updateOp.hostOperands().size() == 0 && in verify()
748 updateOp.deviceOperands().size() == 0) in verify()
749 return updateOp.emitError("at least one value must be present in" in verify()
754 if (updateOp.asyncOperand() && updateOp.async()) in verify()
755 return updateOp.emitError("async attribute cannot appear with " in verify()
760 if (updateOp.waitOperands().size() > 0 && updateOp.wait()) in verify()
761 return updateOp.emitError("wait attribute cannot appear with waitOperands"); in verify()
763 if (updateOp.waitDevnum() && updateOp.waitOperands().size() == 0) in verify()
764 return updateOp.emitError("wait_devnum cannot appear without waitOperands"); in verify()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/Dialect/OpenACC/IR/
H A DOpenACC.cpp838 static LogicalResult verify(acc::UpdateOp updateOp) { in verify() argument
840 if (updateOp.hostOperands().size() == 0 && in verify()
841 updateOp.deviceOperands().size() == 0) in verify()
842 return updateOp.emitError("at least one value must be present in" in verify()
847 if (updateOp.asyncOperand() && updateOp.async()) in verify()
848 return updateOp.emitError("async attribute cannot appear with " in verify()
853 if (updateOp.waitOperands().size() > 0 && updateOp.wait()) in verify()
854 return updateOp.emitError("wait attribute cannot appear with waitOperands"); in verify()
856 if (updateOp.waitDevnum() && updateOp.waitOperands().size() == 0) in verify()
857 return updateOp.emitError("wait_devnum cannot appear without waitOperands"); in verify()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/lib/Dialect/OpenACC/IR/
H A DOpenACC.cpp842 static LogicalResult verify(acc::UpdateOp updateOp) { in verify() argument
844 if (updateOp.hostOperands().size() == 0 && in verify()
845 updateOp.deviceOperands().size() == 0) in verify()
846 return updateOp.emitError("at least one value must be present in" in verify()
851 if (updateOp.asyncOperand() && updateOp.async()) in verify()
852 return updateOp.emitError("async attribute cannot appear with " in verify()
857 if (updateOp.waitOperands().size() > 0 && updateOp.wait()) in verify()
858 return updateOp.emitError("wait attribute cannot appear with waitOperands"); in verify()
860 if (updateOp.waitDevnum() && updateOp.waitOperands().size() == 0) in verify()
861 return updateOp.emitError("wait_devnum cannot appear without waitOperands"); in verify()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/lib/Dialect/OpenACC/IR/
H A DOpenACC.cpp842 static LogicalResult verify(acc::UpdateOp updateOp) { in verify() argument
844 if (updateOp.hostOperands().size() == 0 && in verify()
845 updateOp.deviceOperands().size() == 0) in verify()
846 return updateOp.emitError("at least one value must be present in" in verify()
851 if (updateOp.asyncOperand() && updateOp.async()) in verify()
852 return updateOp.emitError("async attribute cannot appear with " in verify()
857 if (updateOp.waitOperands().size() > 0 && updateOp.wait()) in verify()
858 return updateOp.emitError("wait attribute cannot appear with waitOperands"); in verify()
860 if (updateOp.waitDevnum() && updateOp.waitOperands().size() == 0) in verify()
861 return updateOp.emitError("wait_devnum cannot appear without waitOperands"); in verify()
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/lib/Dialect/OpenACC/IR/
H A DOpenACC.cpp842 static LogicalResult verify(acc::UpdateOp updateOp) { in verify() argument
844 if (updateOp.hostOperands().size() == 0 && in verify()
845 updateOp.deviceOperands().size() == 0) in verify()
846 return updateOp.emitError("at least one value must be present in" in verify()
851 if (updateOp.asyncOperand() && updateOp.async()) in verify()
852 return updateOp.emitError("async attribute cannot appear with " in verify()
857 if (updateOp.waitOperands().size() > 0 && updateOp.wait()) in verify()
858 return updateOp.emitError("wait attribute cannot appear with waitOperands"); in verify()
860 if (updateOp.waitDevnum() && updateOp.waitOperands().size() == 0) in verify()
861 return updateOp.emitError("wait_devnum cannot appear without waitOperands"); in verify()
/dports/security/kleopatra/kleopatra-21.12.3/src/crypto/gui/
H A Dsignencryptwidget.cpp127 connect(mSigChk, &QCheckBox::toggled, this, &SignEncryptWidget::updateOp); in SignEncryptWidget()
129 this, &SignEncryptWidget::updateOp); in SignEncryptWidget()
156 updateOp(); in SignEncryptWidget()
192 connect(mEncSelfChk, &QCheckBox::toggled, this, &SignEncryptWidget::updateOp); in SignEncryptWidget()
193 connect(mSymmetric, &QCheckBox::toggled, this, &SignEncryptWidget::updateOp); in SignEncryptWidget()
195 this, &SignEncryptWidget::updateOp); in SignEncryptWidget()
237 updateOp(); in SignEncryptWidget()
414 updateOp(); in recipientsChanged()
478 void SignEncryptWidget::updateOp() in updateOp() function in SignEncryptWidget
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/ops/
H A Dwrite_ops_parsers.cpp167 auto updateOp = Update::parse(IDLParserErrorContext("update"), request); in parse() local
169 checkOpCountForCommand(updateOp, updateOp.getUpdates().size()); in parse()
170 return updateOp; in parse()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/operations/
H A DWorkspaceOperationsTests.java728 execute(updateOp); in testUpdateSingleMarkerUndoRedo()
729 validateCreatedMarkers(1, updateOp.getMarkers(), in testUpdateSingleMarkerUndoRedo()
733 validateCreatedMarkers(1, updateOp.getMarkers(), in testUpdateSingleMarkerUndoRedo()
758 execute(updateOp); in testUpdateMultipleMarkerUndoRedo()
781 execute(updateOp); in testUpdateAndMergeSingleMarkerUndoRedo()
811 execute(updateOp); in testUpdateAndMergeMultipleMarkerUndoRedo()
915 execute(updateOp); in testUpdateMarkersInvalid()
916 IMarker[] markers = updateOp.getMarkers(); in testUpdateMarkersInvalid()
921 updateOp.computeUndoableStatus(null); in testUpdateMarkersInvalid()
942 execute(updateOp); in testUpdateMarkersInvalid2()
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/s/write_ops/
H A Dbatch_write_op_test.cpp345 write_ops::Update updateOp(nss); in TEST_F() local
346 updateOp.setUpdates( in TEST_F()
348 return updateOp; in TEST_F()
382 write_ops::Update updateOp(nss); in TEST_F() local
388 updateOp.setUpdates( in TEST_F()
390 return updateOp; in TEST_F()
595 write_ops::Update updateOp(nss); in TEST_F() local
603 return updateOp; in TEST_F()
752 return updateOp; in TEST_F()
1086 return updateOp; in TEST_F()
[all …]
H A Dbatched_command_request.h54 BatchedCommandRequest(write_ops::Update updateOp) in BatchedCommandRequest() argument
56 _updateReq(stdx::make_unique<write_ops::Update>(std::move(updateOp))) {} in BatchedCommandRequest()
/dports/misc/openvdb/openvdb-9.0.0/nanovdb/nanovdb/examples/ex_collide_level_set/
H A Dnanovdb.cu96 …auto updateOp = [wBBoxBottomCenter, wBBoxDim, collideOp, dt] __hostdev__(int i, Vec3f* positions, … in runNanoVDB()
123 … float duration = updateParticles(false, updateOp, numPoints, h_positions, h_velocities, h_grid); in runNanoVDB()
148 … float duration = updateParticles(true, updateOp, numPoints, d_positions, d_velocities, d_grid); in runNanoVDB()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/gotools/src/github.com/mongodb/mongo-tools/mongoreplay/
H A Dmongoreplay_test.go226 updateOp := receivedOp.(*UpdateOp)
229 case updateOp.Collection != op.Collection:
230 t.Errorf("Collections not equal. Saw %v -- Expected %v\n", updateOp.Collection, op.Collection)
231 case !reflect.DeepEqual(updateOp.Selector, &selector):
232 t.Errorf("Selectors not equal. Saw %v -- Expected %v\n", updateOp.Selector, &selector)
233 case !reflect.DeepEqual(updateOp.Update, &update):
234 t.Errorf("Updates not equal. Saw %v -- Expected %v\n", updateOp.Update, &update)
235 case updateOp.Flags != op.Flags:
236 t.Errorf("Flags not equal. Saw %d -- Expected %d\n", updateOp.Flags, op.Flags)
/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/src/com/lightcrafts/model/ImageEditor/
H A DOperationImpl.java193 protected abstract void updateOp(Transform op); in updateOp() method in OperationImpl
215 updateOp(operation); in render()
/dports/databases/mongodb42-tools/mongo-tools-r4.2.17/mongoreplay/
H A Dmongoreplay_test.go233 updateOp := receivedOp.(*UpdateOp)
236 case updateOp.Collection != op.Collection:
237 t.Errorf("Collections not equal. Saw %v -- Expected %v\n", updateOp.Collection, op.Collection)
238 case !reflect.DeepEqual(updateOp.Selector, &selector):
239 t.Errorf("Selectors not equal. Saw %v -- Expected %v\n", updateOp.Selector, &selector)
240 case !reflect.DeepEqual(updateOp.Update, &update):
241 t.Errorf("Updates not equal. Saw %v -- Expected %v\n", updateOp.Update, &update)
242 case updateOp.Flags != op.Flags:
243 t.Errorf("Flags not equal. Saw %d -- Expected %d\n", updateOp.Flags, op.Flags)
/dports/mail/mailhog/MailHog-1.0.0/vendor/gopkg.in/mgo.v2/
H A Dbulk.go212 action.docs = append(action.docs, &updateOp{
234 action.docs = append(action.docs, &updateOp{
258 action.docs = append(action.docs, &updateOp{
/dports/security/vault/vault-1.8.2/vendor/gopkg.in/mgo.v2/
H A Dbulk.go212 action.docs = append(action.docs, &updateOp{
234 action.docs = append(action.docs, &updateOp{
258 action.docs = append(action.docs, &updateOp{
/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/gopkg.in/mgo.v2/
H A Dbulk.go212 action.docs = append(action.docs, &updateOp{
234 action.docs = append(action.docs, &updateOp{
258 action.docs = append(action.docs, &updateOp{
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/gopkg.in/mgo.v2-unstable/
H A Dbulk.go212 action.docs = append(action.docs, &updateOp{
234 action.docs = append(action.docs, &updateOp{
258 action.docs = append(action.docs, &updateOp{

1234567