Home
last modified time | relevance | path

Searched refs:checkEnergy (Results 1 – 4 of 4) sorted by relevance

/dports/games/maxr/maxr-0.2.9/src/game/data/base/
H A Dbase.h165 bool checkEnergy (cServer& server);
H A Dbase.cpp717 bool sSubBase::checkEnergy (cServer& server) in checkEnergy() function in sSubBase
800 if (checkEnergy (server)) in checkTurnEnd()
/dports/science/rdkit/rdkit-Release_2021_03_5/Code/ForceField/MMFF/
H A DtestMMFFForceField.cpp325 bool checkEnergy = (molTypeIt == "sdf"); in mmffValidationSuite() local
656 if (error && checkEnergy) { in mmffValidationSuite()
812 if (error && checkEnergy) { in mmffValidationSuite()
973 if (error && checkEnergy) { in mmffValidationSuite()
1130 if (error && checkEnergy) { in mmffValidationSuite()
1304 if (error && checkEnergy) { in mmffValidationSuite()
1366 if (error && checkEnergy) { in mmffValidationSuite()
1377 if (error && checkEnergy) { in mmffValidationSuite()
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/externals/pb_s_am/pbam/unittest/
H A DEnergyForceUnitTest.h65 TEST_F(EnergyForceUTest, checkEnergy) in TEST_F() argument