Home
last modified time | relevance | path

Searched refs:tatoms (Results 1 – 5 of 5) sorted by relevance

/dports/science/jmol/jmol-14.32.7/src/org/jmol/adapter/readers/cif/
H A DTopoCifParser.java1040 int n = tatoms.size(); in getMF()
1106 Lst<TAtom> tatoms; field in TopoCifParser.TNode
1158 if (tatoms == null) { in setNode()
1180 if (tatoms == null) in addAtom()
1183 tatoms.addLast(atom); in addAtom()
1194 if (tatoms == null) { in finalizeNode()
1213 tatoms = null; in finalizeNode()
1245 if (tatoms != null && tatoms.size() > 1) in addNode()
1253 add(tatoms.get(i)); in setCentroid()
1333 Lst<TAtom> tatoms; field in TopoCifParser.TLink
[all …]
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/src/generic/
H A Dvparam.c311 Vparam_AtomData *tatoms = VNULL; in Vparam_readXMLFile() local
390 VASSERT(tatoms != VNULL); in Vparam_readXMLFile()
392 Vparam_AtomData_copyTo(&(atoms[i]), &(tatoms[i])); in Vparam_readXMLFile()
396 atoms = tatoms; in Vparam_readXMLFile()
397 tatoms = VNULL; in Vparam_readXMLFile()
450 Vparam_AtomData *tatoms = VNULL; in Vparam_readFlatFile() local
491 tatoms = (Vparam_AtomData*)Vmem_malloc(thee->vmem, 2*nalloc, sizeof(Vparam_AtomData)); in Vparam_readFlatFile()
492 VASSERT(tatoms != VNULL); in Vparam_readFlatFile()
494 Vparam_AtomData_copyTo(&(atoms[i]), &(tatoms[i])); in Vparam_readFlatFile()
498 atoms = tatoms; in Vparam_readFlatFile()
[all …]
/dports/lang/yap/yap-6.2.2/misc/
H A Dbuildatoms15 file_filter_with_init('misc/ATOMS','H/tatoms.h',gen_fields, Warning, ['tatoms.h']),
H A Dbuildheap57 Out = "#include \"tatoms.h\"".
/dports/lang/yap/yap-6.2.2/
H A DMakefile.in174 $(srcdir)/H/iatoms.h $(srcdir)/H/ratoms.h $(srcdir)/H/tatoms.h \