Home
last modified time | relevance | path

Searched defs:force (Results 1 – 25 of 8316) sorted by relevance

12345678910>>...333

/dports/science/elk/elk-7.2.42/src/
H A Dforce.f909 subroutine force subroutine
105 ! force from Coulomb potential argument
/dports/devel/ga/ga-5.8/global/examples/md_cluster/
H A Dforce.F4 subroutine force subroutine
13 c clear forces argument
18 200 continue
19 100 continue
23 300 continue
/dports/biology/iqtree/IQ-TREE-2.0.6/terraphast/lib/
H A Dsimple.cpp54 bool force) { in is_on_terrace_from_file()
74 bool force) { in get_terrace_size()
86 bool force) { in get_terrace_size_bigint()
91 bool force) { in get_terrace_size_bigint()
96 bool force) { in get_terrace_size_bigint()
102 bool force) { in get_terrace_size_bigint()
114 std::ostream& output, bool force) { in print_terrace()
121 std::ostream& out, bool force) { in print_terrace()
127 bool force) { in print_terrace()
139 bool force) { in print_terrace_from_file()
[all …]
/dports/science/bagel/bagel-1.2.2/src/grad/
H A Dforce.cc80 auto force = make_shared<GradEval<CASSCF>>(cinput, geom_, ref_); in compute() local
95 auto force = make_shared<GradEval<CASPT2Grad>>(cinput, geom_, ref_); in compute() local
120 auto force = make_shared<GradEval<UHF>>(cinput, geom_, ref_); in compute() local
128 auto force = make_shared<GradEval<ROHF>>(cinput, geom_, ref_); in compute() local
136 auto force = make_shared<GradEval<RHF>>(cinput, geom_, ref_); in compute() local
144 auto force = make_shared<GradEval<KS>>(cinput, geom_, ref_); in compute() local
152 auto force = make_shared<GradEval<Dirac>>(cinput, geom_, ref_); in compute() local
159 auto force = make_shared<GradEval<MP2Grad>>(cinput, geom_, ref_); in compute() local
167 auto force = make_shared<GradEval<CASSCF>>(cinput, geom_, ref_); in compute() local
177 auto force = make_shared<GradEval<CASPT2Grad>>(cinput, geom_, ref_); in compute() local
[all …]
/dports/science/rdkit/rdkit-Release_2021_03_5/rdkit/Chem/EState/
H A DEState.py37 def EStateIndices(mol, force=True): argument
77 def MaxEStateIndex(mol, force=1): argument
84 def MinEStateIndex(mol, force=1): argument
91 def MaxAbsEStateIndex(mol, force=1): argument
98 def MinAbsEStateIndex(mol, force=1): argument
/dports/devel/py-opengrok-tools/opengrok-1.3.16/opengrok-indexer/src/main/java/org/opengrok/indexer/configuration/
H A DIncludeFiles.java53 public String getFooterIncludeFileContent(boolean force) { in getFooterIncludeFileContent()
71 public String getHeaderIncludeFileContent(boolean force) { in getHeaderIncludeFileContent()
89 public String getBodyIncludeFileContent(boolean force) { in getBodyIncludeFileContent()
108 public String getForbiddenIncludeFileContent(boolean force) { in getForbiddenIncludeFileContent()
126 public String getHttpHeaderIncludeFileContent(boolean force) { in getHttpHeaderIncludeFileContent()
/dports/sysutils/py-salt/salt-3004.1/salt/modules/
H A Dlinux_lvm.py220 def pvcreate(devices, override=True, force=True, **kwargs): argument
289 def pvremove(devices, override=True, force=True): argument
334 def vgcreate(vgname, devices, force=False, **kwargs): argument
388 def vgextend(vgname, devices, force=False): argument
433 force=False, argument
548 def vgremove(vgname, force=True): argument
574 def lvremove(lvname, vgname, force=True): argument
600 def lvresize(size=None, lvpath=None, extents=None, force=False, resizefs=False): argument
646 def lvextend(size=None, lvpath=None, extents=None, force=False, resizefs=False): argument
692 def pvresize(devices, override=True, force=True): argument
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Data/Convert/Generic/
H A Dinput.cpp193 texmacs_input_rep::flush (bool force) { in flush()
230 texmacs_input_rep::verbatim_flush (bool force) { in verbatim_flush()
241 texmacs_input_rep::scheme_flush (bool force) { in scheme_flush()
249 texmacs_input_rep::latex_flush (bool force) { in latex_flush()
257 texmacs_input_rep::html_flush (bool force) { in html_flush()
265 texmacs_input_rep::ps_flush (bool force) { in ps_flush()
290 texmacs_input_rep::math_flush (bool force) { in math_flush()
301 texmacs_input_rep::channel_flush (bool force) { in channel_flush()
311 texmacs_input_rep::command_flush (bool force) { in command_flush()
319 texmacs_input_rep::xformat_flush (bool force) { in xformat_flush()
/dports/lang/ghc/ghc-8.10.7/libraries/bytestring/tests/
H A DBenchUtils.hs76 force v = v `seq` return T function
80 force v = P.length v `seq` return T function
84 force v = L.length v `seq` return T function
87 -- force v = SPS.length v `seq` return T function
90 -- force v = PS.lengthPS v `seq` return T function
93 force Nothing = return T function
94 force (Just v) = force v `seq` return T function
97 force v = length v `seq` return T function
100 force (a,b) = force a >> force b function
110 instance Forceable () where force () = return B function
/dports/math/ogdf/OGDF/include/ogdf/energybased/dtree/
H A DDTreeForceTypes.h72 RepForceFunctionNewton(double dist, double &force, double& force_prime) in RepForceFunctionNewton()
88 RepForceFunctionNewton(double dist, double &force, double& force_prime) in RepForceFunctionNewton()
98 RepForceFunctionNewton(double dist, double &force, double& force_prime) in RepForceFunctionNewton()
108 inline void AttrForceFunctionLog(double dist, double &force, double& force_prime) in AttrForceFunctionLog()
118 AttrForceFunctionPow(double dist, double &force, double& force_prime) in AttrForceFunctionPow()
134 AttrForceFunctionPow(double dist, double &force, double& force_prime) in AttrForceFunctionPow()
146 AttrForceFunctionPow(double dist, double &force, double& force_prime) in AttrForceFunctionPow()
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/include/core/io/
H A Dcharset.h97 …inline lsp_utf32_t read_utf16_streaming(const lsp_utf16_t **str, size_t *nsrc, bool force) { retu… in read_utf16_streaming()
153 …o_utf16(lsp_utf16_t *dst, size_t *ndst, const char *src, size_t *nsrc, bool force) { return __IF_L… in utf8_to_utf16()
175 …o_utf32(lsp_utf32_t *dst, size_t *ndst, const char *src, size_t *nsrc, bool force) { return __IF_L… in utf8_to_utf32()
197 …to_utf8(char *dst, size_t *ndst, const lsp_utf16_t *src, size_t *nsrc, bool force) { return __IF_L… in utf16_to_utf8()
229 …(lsp_utf32_t *dst, size_t *ndst, const lsp_utf16_t *src, size_t *nsrc, bool force) { return __IF_L… in utf16le_to_utf32()
230 …(lsp_utf32_t *dst, size_t *ndst, const lsp_utf16_t *src, size_t *nsrc, bool force) { return __IF_L… in utf16be_to_utf32()
231 …(lsp_utf32_t *dst, size_t *ndst, const lsp_utf16_t *src, size_t *nsrc, bool force) { return __IF_L… in utf16_to_utf32le()
232 …(lsp_utf32_t *dst, size_t *ndst, const lsp_utf16_t *src, size_t *nsrc, bool force) { return __IF_L… in utf16_to_utf32be()
233 …(lsp_utf32_t *dst, size_t *ndst, const lsp_utf16_t *src, size_t *nsrc, bool force) { return __IF_L… in utf16_to_utf32()
255 …to_utf8(char *dst, size_t *ndst, const lsp_utf32_t *src, size_t *nsrc, bool force) { return __IF_L… in utf32_to_utf8()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/servo/python/servo/
H A Dbootstrap_commands.py54 def bootstrap(self, force=False): argument
60 def bootstrap_hsts_preload(self, force=False): argument
100 def bootstrap_pub_suffix(self, force=False): argument
129 def clean_nightlies(self, force=False, keep=None): argument
173 def clean_cargo_cache(self, force=False, show_size=False, keep=None): argument
H A Dbootstrap.py26 def install_salt_dependencies(context, force): argument
49 def salt(context, force=False): argument
173 def windows_msvc(context, force=False): argument
229 def bootstrap(context, force=False): argument
/dports/www/xoops/XoopsCore25-2.5.10/htdocs/class/model/
H A Dwrite.php273 public function insert(&$object, $force = true)
325 public function delete(&$object, $force = false)
352 public function deleteAll(CriteriaElement $criteria = null, $force = true, $asObject = false)
389 …public function updateAll($fieldname, $fieldvalue, CriteriaElement $criteria = null, $force = fals…
/dports/games/dhewm3/dhewm3-1.5.1/neo/game/physics/
H A DForce_Field.cpp115 void idForce_Field::Uniform( const idVec3 &force ) { in Uniform()
126 void idForce_Field::Explosion( float force ) { in Explosion()
136 void idForce_Field::Implosion( float force ) { in Implosion()
146 void idForce_Field::RandomTorque( float force ) { in RandomTorque()
158 idVec3 force, torque, angularVelocity; in Evaluate() local
/dports/games/dhewm3/dhewm3-1.5.1/neo/d3xp/physics/
H A DForce_Field.cpp115 void idForce_Field::Uniform( const idVec3 &force ) { in Uniform()
126 void idForce_Field::Explosion( float force ) { in Explosion()
136 void idForce_Field::Implosion( float force ) { in Implosion()
146 void idForce_Field::RandomTorque( float force ) { in RandomTorque()
158 idVec3 force, torque, angularVelocity; in Evaluate() local
/dports/devel/R-cran-progress/progress/tests/testthat/
H A Dtest-progress.R7 pb <- progress_bar$new(stream = stdout(), force = TRUE, globalVar
31 pb <- progress_bar$new(stream = stdout(), force = TRUE, globalVar
56 pb <- progress_bar$new(stream = stdout(), force = TRUE, globalVar
82 pb <- progress_bar$new(stream = stdout(), force = TRUE, globalVar
110 pb <- progress_bar$new(stream = stdout(), force = TRUE, globalVar
135 pb <- progress_bar$new(stream = stdout(), force = TRUE, globalVar
161 pb <- progress_bar$new(stream = stdout(), force = TRUE, globalVar
188 pb <- progress_bar$new(stream = stdout(), force = TRUE, globalVar
215 pb <- progress_bar$new(stream = stdout(), force = TRUE, globalVar
233 pb <- progress_bar$new(stream = stdout(), force = TRUE, globalVar
[all …]
/dports/misc/usd/USD-21.11/build_scripts/
H A Dbuild_usd.py678 def InstallZlib(context, force, buildArgs): argument
837 def InstallBoost(context, force, buildArgs): argument
866 def InstallTBB(context, force, buildArgs): argument
925 def InstallJPEG(context, force, buildArgs): argument
952 def InstallTIFF(context, force, buildArgs): argument
984 def InstallPNG(context, force, buildArgs): argument
1009 def InstallPtex(context, force, buildArgs): argument
1057 def InstallBLOSC(context, force, buildArgs): argument
1299 def InstallHDF5(context, force, buildArgs): argument
1337 def InstallDraco(context, force, buildArgs): argument
[all …]
/dports/science/rdkit/rdkit-Release_2021_03_5/Code/GraphMol/Descriptors/
H A DConnectivityDescriptors.cpp169 double calcChiNv(const ROMol &mol, unsigned int n, bool force) { in calcChiNv()
209 double calcChi0v(const ROMol &mol, bool force) { in calcChi0v()
214 double calcChi1v(const ROMol &mol, bool force) { in calcChi1v()
228 double calcChi2v(const ROMol &mol, bool force) { in calcChi2v()
231 double calcChi3v(const ROMol &mol, bool force) { in calcChi3v()
234 double calcChi4v(const ROMol &mol, bool force) { in calcChi4v()
238 double calcChi0n(const ROMol &mol, bool force) { in calcChi0n()
243 double calcChi1n(const ROMol &mol, bool force) { in calcChi1n()
257 double calcChi2n(const ROMol &mol, bool force) { in calcChi2n()
260 double calcChi3n(const ROMol &mol, bool force) { in calcChi3n()
[all …]
H A DPMI.cpp23 double& pm2, double& pm3, bool force) { in getMoments()
111 double NPR1(const ROMol& mol, int confId, bool useAtomicMasses, bool force) { in NPR1()
123 double NPR2(const ROMol& mol, int confId, bool useAtomicMasses, bool force) { in NPR2()
135 double PMI1(const ROMol& mol, int confId, bool useAtomicMasses, bool force) { in PMI1()
144 double PMI2(const ROMol& mol, int confId, bool useAtomicMasses, bool force) { in PMI2()
153 double PMI3(const ROMol& mol, int confId, bool useAtomicMasses, bool force) { in PMI3()
164 bool force) { in radiusOfGyration()
176 bool force) { in inertialShapeFactor()
191 bool force) { in eccentricity()
207 bool force) { in asphericity()
[all …]
/dports/science/quantum-espresso/q-e-qe-6.7.0/PW/src/
H A Dplugin_int_forces.f9037 SUBROUTINE external_wg_corr_force( rhor, force ) argument
52 REAL( DP ), INTENT(OUT) :: force (3, nat) local
77 SUBROUTINE external_force_lc( rhor, force ) argument
94 REAL( DP ), INTENT(OUT) :: force ( 3, nat ) local
/dports/devel/R-cran-git2r/git2r/R/
H A Dcheckout.R41 checkout_branch <- function(object, force) { argument
47 checkout_commit <- function(object, force) { argument
52 checkout_tag <- function(object, force) { argument
58 checkout_git_object <- function(object, force) { argument
163 force = FALSE, argument
/dports/biology/lamarc/lamarc-2.1.8/src/tree/
H A Dbranchbuffer.cpp40 long force, nforces = dpack.GetNPartitionForces(); in BranchBuffer() local
55 LongVec2d::iterator force; in Clear() local
63 long BranchBuffer::GetNBranches(force_type force, const LongVec1d & membership) const in GetNBranches()
72 long BranchBuffer::GetNPartBranches(force_type force, long part) const in GetNPartBranches()
90 long force, nforces = newpartitions.size(); in UpdateBranchCounts() local
97 long force, nforces = newpartitions.size(); in UpdateBranchCounts() local
223 Branch_ptr BranchBuffer::RemovePartitionBranch(force_type force, long part, double rnd) in RemovePartitionBranch()
248 const Force & force(**registry.GetForceSummary().GetForceByTag(forceid)); in RemoveBranch() local
274 const Force & force(**registry.GetForceSummary().GetForceByTag(forceid)); in RemoveBranch() local
/dports/misc/dartsim/dart-6.11.1/examples/atlas_simbicon/
H A DAtlasSimbiconWorldNode.cpp72 void AtlasSimbiconWorldNode::pushForwardAtlas(double force, int frames) in pushForwardAtlas()
79 void AtlasSimbiconWorldNode::pushBackwardAtlas(double force, int frames) in pushBackwardAtlas()
86 void AtlasSimbiconWorldNode::pushLeftAtlas(double force, int frames) in pushLeftAtlas()
93 void AtlasSimbiconWorldNode::pushRightAtlas(double force, int frames) in pushRightAtlas()
/dports/devel/cdash/CDash-2-2-3/cdash/
H A Dprocesssubmissions.php40 function AcquireProcessingLock($projectid, $force)
508 $force = 0; variable
520 $force = 1; variable
535 @$force = $_GET['force']; variable

12345678910>>...333