Home
last modified time | relevance | path

Searched refs:store_to (Results 1 – 25 of 121) sorted by relevance

12345

/dports/net/arataga/restinio-v.0.6.13/dev/restinio/sync_chain/
H A Dfixed_size.hpp176 store_to() noexcept {} in store_to() function in restinio::sync_chain::fixed_size_chain_t
183 store_to( Head && head, Tail && ...tail ) in store_to() function in restinio::sync_chain::fixed_size_chain_t
192 store_to< Index + 1u >( std::forward<Tail>(tail)... ); in store_to()
218 store_to< 0u >( std::forward<Handlers>(handlers)... ); in fixed_size_chain_t()
/dports/mail/mailsync/mailsync-5.2.1/src/
H A Dchannel.cc199 Store& store_to = (direction == a_to_b) ? store_b : store_a; in open_for_copying() local
214 if (store_to.isremote) { in open_for_copying()
215 if(! store_to.store_open( OP_HALFOPEN) ) { in open_for_copying()
217 store_to.name.c_str()); in open_for_copying()
221 mail_close( store_to.stream ); in open_for_copying()
222 store_to.stream = NIL; in open_for_copying()
258 Store& store_to = (direction == a_to_b) ? store_b : store_a; in copy_message() local
332 current_context_passwd = &store_to.passwd; in copy_message()
335 success = mail_append_full( store_to.stream, in copy_message()
336 nccs( store_to.full_mailbox_name(mailbox_name)), in copy_message()
/dports/emulators/dosbox/dosbox-0.74-3/src/fpu/
H A Dfpu_instructions.h138 static void FPU_FLD_F32(PhysPt addr,Bitu store_to) { in FPU_FLD_F32() argument
144 fpu.regs[store_to].d = static_cast<Real64>(blah.f); in FPU_FLD_F32()
147 static void FPU_FLD_F64(PhysPt addr,Bitu store_to) { in FPU_FLD_F64() argument
148 fpu.regs[store_to].l.lower = mem_readd(addr); in FPU_FLD_F64()
149 fpu.regs[store_to].l.upper = mem_readd(addr+4); in FPU_FLD_F64()
156 static void FPU_FLD_I16(PhysPt addr,Bitu store_to) { in FPU_FLD_I16() argument
158 fpu.regs[store_to].d = static_cast<Real64>(blah); in FPU_FLD_I16()
161 static void FPU_FLD_I32(PhysPt addr,Bitu store_to) { in FPU_FLD_I32() argument
163 fpu.regs[store_to].d = static_cast<Real64>(blah); in FPU_FLD_I32()
173 static void FPU_FBLD(PhysPt addr,Bitu store_to) { in FPU_FBLD() argument
[all …]
/dports/emulators/dosbox-staging/dosbox-staging-0.78.0/src/fpu/
H A Dfpu_instructions.h179 static void FPU_FLD_F32(PhysPt addr,Bitu store_to) { in FPU_FLD_F32() argument
185 fpu.regs[store_to].d = static_cast<Real64>(blah.f); in FPU_FLD_F32()
188 static void FPU_FLD_F64(PhysPt addr,Bitu store_to) { in FPU_FLD_F64() argument
189 fpu.regs[store_to].l.lower = mem_readd(addr); in FPU_FLD_F64()
190 fpu.regs[store_to].l.upper = mem_readd(addr+4); in FPU_FLD_F64()
197 static void FPU_FLD_I16(PhysPt addr,Bitu store_to) { in FPU_FLD_I16() argument
199 fpu.regs[store_to].d = static_cast<Real64>(blah); in FPU_FLD_I16()
202 static void FPU_FLD_I32(PhysPt addr,Bitu store_to) { in FPU_FLD_I32() argument
204 fpu.regs[store_to].d = static_cast<Real64>(blah); in FPU_FLD_I32()
214 static void FPU_FBLD(PhysPt addr,Bitu store_to) { in FPU_FBLD() argument
[all …]
/dports/emulators/fs-uae/fs-uae-3.1.35/src/dosbox/
H A Dfpu_instructions.h138 static void FPU_FLD_F32(PhysPt addr,Bitu store_to) { in FPU_FLD_F32() argument
144 fpu.regs[store_to].d = static_cast<Real64>(blah.f); in FPU_FLD_F32()
147 static void FPU_FLD_F64(PhysPt addr,Bitu store_to) { in FPU_FLD_F64() argument
148 fpu.regs[store_to].l.lower = mem_readd(addr); in FPU_FLD_F64()
149 fpu.regs[store_to].l.upper = mem_readd(addr+4); in FPU_FLD_F64()
156 static void FPU_FLD_I16(PhysPt addr,Bitu store_to) { in FPU_FLD_I16() argument
158 fpu.regs[store_to].d = static_cast<Real64>(blah); in FPU_FLD_I16()
161 static void FPU_FLD_I32(PhysPt addr,Bitu store_to) { in FPU_FLD_I32() argument
163 fpu.regs[store_to].d = static_cast<Real64>(blah); in FPU_FLD_I32()
173 static void FPU_FBLD(PhysPt addr,Bitu store_to) { in FPU_FBLD() argument
[all …]
/dports/games/libretro-dosbox/dosbox-libretro-aa71b67/src/fpu/
H A Dfpu_instructions.h144 static void FPU_FLD_F32(PhysPt addr,Bitu store_to) { in FPU_FLD_F32() argument
150 fpu.regs[store_to].d = static_cast<Real64>(blah.f); in FPU_FLD_F32()
153 static void FPU_FLD_F64(PhysPt addr,Bitu store_to) { in FPU_FLD_F64() argument
154 fpu.regs[store_to].l.lower = mem_readd(addr); in FPU_FLD_F64()
155 fpu.regs[store_to].l.upper = mem_readd(addr+4); in FPU_FLD_F64()
162 static void FPU_FLD_I16(PhysPt addr,Bitu store_to) { in FPU_FLD_I16() argument
164 fpu.regs[store_to].d = static_cast<Real64>(blah); in FPU_FLD_I16()
167 static void FPU_FLD_I32(PhysPt addr,Bitu store_to) { in FPU_FLD_I32() argument
169 fpu.regs[store_to].d = static_cast<Real64>(blah); in FPU_FLD_I32()
179 static void FPU_FBLD(PhysPt addr,Bitu store_to) { in FPU_FBLD() argument
[all …]
/dports/math/py-Pyomo/Pyomo-6.1.2/pyomo/core/tests/unit/
H A Dtest_model.py228 model.solutions.store_to(results)
241 model.solutions.store_to(results)
251 model.solutions.store_to(results)
266 model.solutions.store_to(results)
276 model.solutions.store_to(results)
345 model.solutions.store_to(results)
376 model.solutions.store_to(results)
408 model.solutions.store_to(results)
612 model.solutions.store_to(results)
654 model.solutions.store_to(results)
[all …]
/dports/math/py-Pyomo/Pyomo-6.1.2/pyomo/solvers/tests/mip/
H A Dtest_ipopt.py139 self.sisser_instance.solutions.store_to(results)
155 self.sisser_instance.solutions.store_to(results)
198 self.sisser_instance.solutions.store_to(results)
H A Dtest_scip.py69 self.model.solutions.store_to(results)
101 self.model.solutions.store_to(results)
/dports/biology/lamarc/lamarc-2.1.8/boost/program_options/
H A Dvalue_semantic.hpp143 typed_value(T* store_to) in typed_value() argument
144 : m_store_to(store_to), m_composing(false), in typed_value()
/dports/devel/boost-docs/boost_1_72_0/boost/program_options/
H A Dvalue_semantic.hpp189 typed_value(T* store_to) in typed_value() argument
190 : m_store_to(store_to), m_composing(false), in typed_value()
/dports/devel/R-cran-BH/BH/inst/include/boost/program_options/
H A Dvalue_semantic.hpp189 typed_value(T* store_to) in typed_value() argument
190 : m_store_to(store_to), m_composing(false), in typed_value()
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/program_options/
H A Dvalue_semantic.hpp185 typed_value(T* store_to) in typed_value() argument
186 : m_store_to(store_to), m_composing(false), in typed_value()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/program_options/
H A Dvalue_semantic.hpp189 typed_value(T* store_to) in typed_value() argument
190 : m_store_to(store_to), m_composing(false), in typed_value()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/program_options/
H A Dvalue_semantic.hpp189 typed_value(T* store_to) in typed_value() argument
190 : m_store_to(store_to), m_composing(false), in typed_value()
/dports/devel/boost-libs/boost_1_72_0/boost/program_options/
H A Dvalue_semantic.hpp189 typed_value(T* store_to) in typed_value() argument
190 : m_store_to(store_to), m_composing(false), in typed_value()
/dports/devel/boost-python-libs/boost_1_72_0/boost/program_options/
H A Dvalue_semantic.hpp189 typed_value(T* store_to) in typed_value() argument
190 : m_store_to(store_to), m_composing(false), in typed_value()
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/program_options/
H A Dvalue_semantic.hpp189 typed_value(T* store_to) in typed_value() argument
190 : m_store_to(store_to), m_composing(false), in typed_value()
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/boost/boost/program_options/
H A Dvalue_semantic.hpp189 typed_value(T* store_to) in typed_value() argument
190 : m_store_to(store_to), m_composing(false), in typed_value()
/dports/devel/hyperscan/boost_1_75_0/boost/program_options/
H A Dvalue_semantic.hpp189 typed_value(T* store_to) in typed_value() argument
190 : m_store_to(store_to), m_composing(false), in typed_value()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/program_options/
H A Dvalue_semantic.hpp195 typed_value(T* store_to) in typed_value() argument
196 : m_store_to(store_to), m_composing(false), in typed_value()
/dports/databases/percona57-server/boost_1_59_0/boost/program_options/
H A Dvalue_semantic.hpp195 typed_value(T* store_to) in typed_value() argument
196 : m_store_to(store_to), m_composing(false), in typed_value()
/dports/databases/xtrabackup/boost_1_59_0/boost/program_options/
H A Dvalue_semantic.hpp195 typed_value(T* store_to) in typed_value() argument
196 : m_store_to(store_to), m_composing(false), in typed_value()
/dports/databases/percona57-client/boost_1_59_0/boost/program_options/
H A Dvalue_semantic.hpp195 typed_value(T* store_to) in typed_value() argument
196 : m_store_to(store_to), m_composing(false), in typed_value()
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/program_options/
H A Dvalue_semantic.hpp195 typed_value(T* store_to) in typed_value() argument
196 : m_store_to(store_to), m_composing(false), in typed_value()

12345