Home
last modified time | relevance | path

Searched refs:ops_ (Results 1 – 25 of 214) sorted by relevance

123456789

/dports/math/casadi/casadi-3.5.5/casadi/interfaces/qpoases/
H A Dqpoases_interface.cpp203 ops_.setToDefault(); in init()
264 ops_.epsNum = op.second; in init()
266 ops_.epsDen = op.second; in init()
270 ops_.maxDualJump = op.second; in init()
274 ops_.finalRamping = op.second; in init()
282 ops_.epsFlipping = op.second; in init()
290 ops_.epsIterRef = op.second; in init()
292 ops_.epsLITests = op.second; in init()
294 ops_.epsNZCTests = op.second; in init()
342 m->qp->setOptions(ops_); in init_mem()
[all …]
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/trilinos/packages/rol/src/function/operator/
H A DROL_LinearOperatorProduct.hpp68 ROL::Ptr<std::vector<ROL::Ptr<OP> > > ops_; member in ROL::LinearOperatorProduct
74 ops_ = ROL::makePtr<std::vector<OP> >>(); in LinearOperatorSum()
75 ops_->push_back(A); in LinearOperatorSum()
76 ops_->push_back(B); in LinearOperatorSum()
82 ops_ = ROL::makePtr<std::vector<OP> >>(); in LinearOperatorSum()
83 ops_->push_back(A); in LinearOperatorSum()
84 ops_->push_back(B); in LinearOperatorSum()
85 ops_->push_back(C); in LinearOperatorSum()
90 (*ops_)[i]->update(x,flag,true); in update()
97 (*ops_)[i]->apply(Hv,Hv,tol); in apply()
[all …]
H A DROL_LinearOperatorSum.hpp68 ROL::Ptr<std::vector<ROL::Ptr<OP> > > ops_; member in ROL::LinearOperatorSum
77 ops_ = ROL::makePtr<std::vector<OP> >>(); in LinearOperatorSum()
78 ops_->push_back(A); in LinearOperatorSum()
79 ops_->push_back(B); in LinearOperatorSum()
87 ops_ = ROL::makePtr<std::vector<OP> >>(); in LinearOperatorSum()
88 ops_->push_back(A); in LinearOperatorSum()
89 ops_->push_back(B); in LinearOperatorSum()
90 ops_->push_back(C); in LinearOperatorSum()
97 (*ops_)[i]->update(x,flag,true); in update()
102 (*ops_)[0]->apply(Hv,v,tol); in apply()
[all …]
H A DROL_BlockOperator2.hpp69 ROL::Ptr<std::vector<ROL::Ptr<OP> > > ops_; member in ROL::BlockOperator2
80 ops_ = ROL::makePtr<vector<ROL::Ptr<OP> >>(); in BlockOperator2()
81 ops_->push_back(a11); in BlockOperator2()
82 ops_->push_back(a12); in BlockOperator2()
83 ops_->push_back(a21); in BlockOperator2()
84 ops_->push_back(a22); in BlockOperator2()
86 bkop_ = ROL::makePtr<BlockOperator<Real>>(ops_); in BlockOperator2()
107 return (*ops_)[dex]; in getOperator()
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/avb/test/
H A Davb_slot_verify_unittest.cc43 ops_.set_delegate(this); in SetUp()
63 ops_.set_expected_public_key( in TEST_F()
104 ops_.set_expected_public_key( in TEST_F()
150 ops_.set_expected_public_key( in TEST_F()
185 ops_.set_expected_public_key( in TEST_F()
209 ops_.set_expected_public_key( in TEST_F()
306 ops_.avb_ops()->write_to_partition(ops_.avb_ops(), in TEST_F()
347 ops_.avb_ops()->write_to_partition(ops_.avb_ops(), in TEST_F()
372 ops_.set_expected_public_key( in TEST_F()
796 ops_.avb_ops()->write_to_partition(ops_.avb_ops(), in TEST_F()
[all …]
H A Davb_ab_flow_unittest.cc137 ops_.set_partition_dir(testdir_); in SetUp()
153 ops_.set_expected_public_key( in SetUp()
256 ops_.avb_ab_ops()->write_ab_metadata(ops_.avb_ab_ops(), &data)); in SetMD()
267 FakeAvbOps ops_; member in avb::AvbABFlowTest
280 ops_.avb_ab_ops()->read_ab_metadata(ops_.avb_ab_ops(), &data)); \
333 avb_ab_flow(ops_.avb_ab_ops(), in TEST_F()
364 avb_ab_flow(ops_.avb_ab_ops(), in TEST_F()
399 avb_ab_flow(ops_.avb_ab_ops(), in TEST_F()
433 avb_ab_flow(ops_.avb_ab_ops(), in TEST_F()
1313 ops_.avb_ab_ops()->read_ab_metadata(ops_.avb_ab_ops(), &data)); in TEST_F()
[all …]
H A Davb_atx_slot_verify_unittest.cc60 ops_.set_partition_dir(testdir_); in SetUp()
61 ops_.set_delegate(this); in SetUp()
62 ops_.set_permanent_attributes(attributes_); in SetUp()
63 ops_.set_stored_is_device_unlocked(false); in SetUp()
87 return ops_.write_rollback_index(ops, rollback_index_slot, rollback_index); in write_rollback_index()
93 return ops_.set_key_version(rollback_index_location, key_version); in set_key_version()
97 return ops_.get_random(num_bytes, output); in get_random()
101 ops_.set_stored_rollback_indexes( in RunSlotVerify()
114 ops_.set_expected_public_key( in RunSlotVerify()
119 avb_atx_slot_verify(ops_.avb_atx_ops(), in RunSlotVerify()
[all …]
H A Davb_atx_validate_unittest.cc96 ops_.set_delegate(this); in SetUp()
98 ops_.set_stored_rollback_indexes( in SetUp()
148 return ops_.read_rollback_index( in read_rollback_index()
230 ops_.avb_ops(), in Validate()
410 ops_.avb_ops(), in Validate()
508 ops_.set_stored_rollback_indexes( in TEST_F()
585 ops_.set_stored_rollback_indexes( in TEST_F()
602 ops_.avb_ops(), in Validate()
632 ops_.avb_ops(), in TEST_F()
976 ops_.set_delegate(this); in SetUp()
[all …]
H A Dfake_avb_ops.h331 return ops_.read_from_partition( in read_from_partition()
340 return ops_.get_preloaded_partition( in get_preloaded_partition()
357 return ops_.validate_vbmeta_public_key(ops, in validate_vbmeta_public_key()
374 return ops_.validate_public_key_for_partition(ops, in validate_public_key_for_partition()
387 return ops_.read_rollback_index( in read_rollback_index()
406 return ops_.get_unique_guid_for_partition( in get_unique_guid_for_partition()
420 return ops_.read_persistent_value( in read_persistent_value()
432 return ops_.read_permanent_attributes(attributes); in read_permanent_attributes()
437 return ops_.read_permanent_attributes_hash(hash); in read_permanent_attributes_hash()
446 return ops_.get_random(num_bytes, output); in get_random()
[all …]
/dports/www/wsdlpull/wsdlpull-1.24/src/wsdlparser/
H A DPortType.h82 std::vector<Operation *> ops_;
90 ops_.clear() ; in PortType()
95 for (size_t i = 0; i < ops_.size(); i++) in ~PortType()
96 delete ops_[i]; in ~PortType() local
104 return ops_.size(); in getNumOps()
111 return ops_[index]; in getOperation()
118 for (size_t i = 0; i < ops_.size(); i++) in getOperationIndex()
133 return ops_[i]; in getOperation()
143 start=ops_.begin(); in getOperations()
144 finish=ops_.end(); in getOperations()
[all …]
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/perf/cpp2/util/
H A DRunner.h46 ops_(std::move(ops)), in Runner()
52 while (ops_->outstandingOps() < max_outstanding_ops_) { in run()
55 std::make_unique<LoadCallback<AsyncClient>>(this, ops_.get(), op); in run()
56 ops_->async(op, std::move(cb)); in run()
66 std::unique_ptr<Operation<AsyncClient>> ops_; variable
78 : runner_(runner), ops_(ops), op_(op) {} in LoadCallback()
85 ops_->onewaySent(op_); in requestSent()
93 ops_->asyncReceived(op_, std::move(rstate)); in replyReceived()
97 ops_->asyncErrorReceived(op_, std::move(rstate)); in requestError()
103 Operation<AsyncClient>* ops_; variable
/dports/devel/grpc/grpc-1.42.0/include/grpcpp/impl/codegen/
H A Dcallback_common.h87 : call_(call), func_(std::move(f)), ops_(ops) { in CallbackWithStatusTag()
109 CompletionQueueTag* ops_; variable
116 void* ignored = ops_; in Run()
118 if (!ops_->FinalizeResult(&ignored, &ok)) { in Run()
122 GPR_CODEGEN_ASSERT(ignored == ops_); in Run()
170 ops_ = ops; in Set()
184 CompletionQueueTag* ops() { return ops_; } in ops()
198 CompletionQueueTag* ops_; variable
204 void* ignored = ops_; in Run()
208 auto* ops = ops_; in Run()
[all …]
H A Dinterceptor_common.h66 GPR_CODEGEN_ASSERT(!reverse_ && ops_ != nullptr && in Hijack()
74 ops_->SetHijackingState(); in Hijack()
240 GPR_CODEGEN_ASSERT(ops_); in RunInterceptors()
308 ops_->SetHijackingState(); in ProceedClient()
320 ops_->ContinueFillOpsAfterInterception(); in ProceedClient()
326 ops_->ContinueFillOpsAfterInterception(); in ProceedClient()
336 ops_->ContinueFinalizeResultAfterInterception(); in ProceedClient()
347 } else if (ops_) { in ProceedServer()
348 return ops_->ContinueFillOpsAfterInterception(); in ProceedServer()
356 } else if (ops_) { in ProceedServer()
[all …]
/dports/devel/grpc130/grpc-1.30.2/include/grpcpp/impl/codegen/
H A Dcallback_common.h85 : call_(call), func_(std::move(f)), ops_(ops) { in CallbackWithStatusTag()
107 CompletionQueueTag* ops_; variable
115 void* ignored = ops_; in Run()
117 if (!ops_->FinalizeResult(&ignored, &ok)) { in Run()
121 GPR_CODEGEN_ASSERT(ignored == ops_); in Run()
170 ops_ = ops; in Set()
184 CompletionQueueTag* ops() { return ops_; } in ops()
197 CompletionQueueTag* ops_; variable
204 void* ignored = ops_; in Run()
208 auto* ops = ops_; in Run()
[all …]
H A Dinterceptor_common.h65 GPR_CODEGEN_ASSERT(!reverse_ && ops_ != nullptr && in Hijack()
73 ops_->SetHijackingState(); in Hijack()
248 GPR_CODEGEN_ASSERT(ops_); in RunInterceptors()
318 ops_->SetHijackingState(); in ProceedClient()
330 ops_->ContinueFillOpsAfterInterception(); in ProceedClient()
336 ops_->ContinueFillOpsAfterInterception(); in ProceedClient()
346 ops_->ContinueFinalizeResultAfterInterception(); in ProceedClient()
357 } else if (ops_) { in ProceedServer()
358 return ops_->ContinueFillOpsAfterInterception(); in ProceedServer()
366 } else if (ops_) { in ProceedServer()
[all …]
/dports/devel/grpc134/grpc-1.34.1/include/grpcpp/impl/codegen/
H A Dcallback_common.h85 : call_(call), func_(std::move(f)), ops_(ops) { in CallbackWithStatusTag()
107 CompletionQueueTag* ops_; variable
115 void* ignored = ops_; in Run()
117 if (!ops_->FinalizeResult(&ignored, &ok)) { in Run()
121 GPR_CODEGEN_ASSERT(ignored == ops_); in Run()
170 ops_ = ops; in Set()
184 CompletionQueueTag* ops() { return ops_; } in ops()
197 CompletionQueueTag* ops_; variable
204 void* ignored = ops_; in Run()
208 auto* ops = ops_; in Run()
[all …]
H A Dinterceptor_common.h65 GPR_CODEGEN_ASSERT(!reverse_ && ops_ != nullptr && in Hijack()
73 ops_->SetHijackingState(); in Hijack()
247 GPR_CODEGEN_ASSERT(ops_); in RunInterceptors()
317 ops_->SetHijackingState(); in ProceedClient()
329 ops_->ContinueFillOpsAfterInterception(); in ProceedClient()
335 ops_->ContinueFillOpsAfterInterception(); in ProceedClient()
345 ops_->ContinueFinalizeResultAfterInterception(); in ProceedClient()
356 } else if (ops_) { in ProceedServer()
357 return ops_->ContinueFillOpsAfterInterception(); in ProceedServer()
365 } else if (ops_) { in ProceedServer()
[all …]
/dports/devel/py-grpcio-tools/grpcio-tools-1.43.0/grpc_root/include/grpcpp/impl/codegen/
H A Dcallback_common.h87 : call_(call), func_(std::move(f)), ops_(ops) { in CallbackWithStatusTag()
109 CompletionQueueTag* ops_; variable
116 void* ignored = ops_; in Run()
118 if (!ops_->FinalizeResult(&ignored, &ok)) { in Run()
122 GPR_CODEGEN_ASSERT(ignored == ops_); in Run()
170 ops_ = ops; in Set()
184 CompletionQueueTag* ops() { return ops_; } in ops()
198 CompletionQueueTag* ops_; variable
204 void* ignored = ops_; in Run()
208 auto* ops = ops_; in Run()
[all …]
H A Dinterceptor_common.h66 GPR_CODEGEN_ASSERT(!reverse_ && ops_ != nullptr && in Hijack()
74 ops_->SetHijackingState(); in Hijack()
240 GPR_CODEGEN_ASSERT(ops_); in RunInterceptors()
308 ops_->SetHijackingState(); in ProceedClient()
320 ops_->ContinueFillOpsAfterInterception(); in ProceedClient()
326 ops_->ContinueFillOpsAfterInterception(); in ProceedClient()
336 ops_->ContinueFinalizeResultAfterInterception(); in ProceedClient()
347 } else if (ops_) { in ProceedServer()
348 return ops_->ContinueFillOpsAfterInterception(); in ProceedServer()
356 } else if (ops_) { in ProceedServer()
[all …]
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/IO/
H A DRWOpsWrapper.h39 ops_.type = dynamic_cast<File*>(&object) ? SDL_RWOPS_STDFILE : SDL_RWOPS_MEMORY; in RWOpsWrapper()
40 ops_.hidden.unknown.data1 = &object; in RWOpsWrapper()
41 ops_.size = &Size; in RWOpsWrapper()
42 ops_.seek = &Seek; in RWOpsWrapper()
43 ops_.close = &Close; in RWOpsWrapper()
44 ops_.read = &Read; in RWOpsWrapper()
45 ops_.write = &Write; in RWOpsWrapper()
49 SDL_RWops* GetRWOps() { return &ops_; } in GetRWOps()
117 SDL_RWops ops_; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/include/grpcpp/impl/codegen/
H A Dcallback_common.h85 : call_(call), func_(std::move(f)), ops_(ops) { in CallbackWithStatusTag()
103 CompletionQueueTag* ops_; variable
111 void* ignored = ops_; in Run()
113 if (!ops_->FinalizeResult(&ignored, &ok)) { in Run()
117 GPR_CODEGEN_ASSERT(ignored == ops_); in Run()
168 ops_ = ops; in Set()
181 CompletionQueueTag* ops() { return ops_; } in ops()
194 CompletionQueueTag* ops_; variable
201 void* ignored = ops_; in Run()
204 auto* ops = ops_; in Run()
[all …]
H A Dinterceptor_common.h65 GPR_CODEGEN_ASSERT(!reverse_ && ops_ != nullptr && in Hijack()
73 ops_->SetHijackingState(); in Hijack()
248 GPR_CODEGEN_ASSERT(ops_); in RunInterceptors()
318 ops_->SetHijackingState(); in ProceedClient()
330 ops_->ContinueFillOpsAfterInterception(); in ProceedClient()
336 ops_->ContinueFillOpsAfterInterception(); in ProceedClient()
346 ops_->ContinueFinalizeResultAfterInterception(); in ProceedClient()
357 } else if (ops_) { in ProceedServer()
358 return ops_->ContinueFillOpsAfterInterception(); in ProceedServer()
366 } else if (ops_) { in ProceedServer()
[all …]
/dports/math/mfem/mfem-4.3/miniapps/solvers/
H A Ddiv_free_solver.cpp352 blk_Ps_(ops_.Size()-1), smoothers_(ops_.Size()) in DivFreeSolver()
378 if (ops_.Size() > 1) in DivFreeSolver()
419 ops_[l-1]->SetBlock(0, 0, M_c); in DivFreeSolver()
420 ops_[l-1]->SetBlock(1, 0, B_c); in DivFreeSolver()
422 ops_[l-1]->owns_blocks = true; in DivFreeSolver()
425 Array<bool> own_ops(ops_.Size()); in DivFreeSolver()
477 for (int i = 0; i < ops_.Size(); ++i) in ~DivFreeSolver()
479 delete ops_[i]; in ~DivFreeSolver()
547 ops_.Last()->Mult(y, resid); in Mult()
574 ops_.Last()->Mult(y, resid); in Mult()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/courgette/
H A Dencoded_program.cc193 return ops_.push_back(ORIGIN) && origins_.push_back(origin); in AddOrigin()
207 if (!ops_.empty()) { in AddCopy()
208 if (ops_.back() == COPY1) { in AddCopy()
209 ops_.back() = COPY; in AddCopy()
212 if (ok && ops_.back() == COPY) { in AddCopy()
249 return ops_.push_back(MAKE_PE_RELOCATION_TABLE); in AddPeMakeRelocs()
250 return ops_.push_back(MAKE_PE64_RELOCATION_TABLE); in AddPeMakeRelocs()
254 return ops_.push_back(MAKE_ELF_RELOCATION_TABLE); in AddElfMakeRelocs()
262 << "\n ops " << ops_.size() in DebuggingSummary()
373 if (!ReadVector(&ops_, streams->stream(kStreamOps))) in ReadFrom()
[all …]
/dports/emulators/vba/VisualBoyAdvance-1.7.2/win32/include/cximage/
H A Dximajas.h60 stream->ops_->close_ = JasClose; in CxFileJas()
61 stream->ops_->read_ = JasRead; in CxFileJas()
62 stream->ops_->seek_ = JasSeek; in CxFileJas()
63 stream->ops_->write_ = JasWrite; in CxFileJas()

123456789