Searched refs:distO (Results 1 – 4 of 4) sorted by relevance
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/tmc/ |
H A D | tmc_moves.F | 776 REAL(KIND=dp), DIMENSION(:), POINTER :: distH1, distH2, distO local 778 NULLIFY (distO, distH1, distH2) 786 ALLOCATE (distO(nr_mol)) 791 distO(:) = HUGE(distO(1)) 837 distO(mol_tmp) = nearest_distance( & 847 IF (dist_tmp .LT. distO(mol_tmp)) distO(mol_tmp) = dist_tmp 873 neighbor_mol(mol_tmp) = MINLOC(distO(:), 1) 874 distO(neighbor_mol(mol_tmp)) = HUGE(distO(1)) 875 neighbor_mol(mol_tmp + 1) = MINLOC(distO(:), 1) 884 DEALLOCATE (distO)
|
/dports/science/cp2k-data/cp2k-7.1.0/src/tmc/ |
H A D | tmc_moves.F | 785 REAL(KIND=dp), DIMENSION(:), POINTER :: distH1, distH2, distO local 787 NULLIFY (distO, distH1, distH2) 795 ALLOCATE (distO(nr_mol)) 800 distO(:) = HUGE(distO(1)) 846 distO(mol_tmp) = nearest_distance( & 856 IF (dist_tmp .LT. distO(mol_tmp)) distO(mol_tmp) = dist_tmp 882 neighbor_mol(mol_tmp) = MINLOC(distO(:), 1) 883 distO(neighbor_mol(mol_tmp)) = HUGE(distO(1)) 884 neighbor_mol(mol_tmp + 1) = MINLOC(distO(:), 1) 893 DEALLOCATE (distO)
|
/dports/science/gromacs/gromacs-2021.4/src/gromacs/gmxpreprocess/ |
H A D | calch.cpp | 104 #define distO 0.123 in calc_h_pos() macro 261 xH1[d] = xAI[d] - distO * sin(alfaCO) * sb[d] - distO * cos(alfaCO) * sij[d]; in calc_h_pos()
|
/dports/graphics/geos/geos-3.9.1/tests/xmltester/ |
H A D | XMLTester.cpp | 2109 double distO = g1->distance(g2); in parseTest() local 2111 ss << distO; in parseTest() 2115 success = (distO == distE) ? 1 : 0; in parseTest()
|