Home
last modified time | relevance | path

Searched defs:g2t (Results 1 – 23 of 23) sorted by relevance

/dports/biology/graphlan/nsegata-graphlan-66ec7cfce81e/pyphlan/
H A Dconv_cg2mg.py40 g2t = {} variable
43 g2t = dict(([int(a) for a in l.strip().split('\t')] for l in inp)) variable
H A Dconv_t2g_2_g2t.py28 g2t = {} variable
H A Dconv_ctxt2ttxt.py72 g2t = {} variable
H A Dchoco_summary.py60 g2t,g2c,c2g = {},{},{} variable
63 g2t = dict(([int(a) for a in l.strip().split('\t')] for l in inp)) variable
H A Dconv_ctxt2coretxt.py42 g2t = {} variable
H A Dchoco_profile.py63 g2t,g2c,c2g = {},{},{} variable
66 g2t = dict(([int(a) for a in l.strip().split('\t')] for l in inp)) variable
/dports/biology/graphlan/nsegata-pyphlan-eae40ebc0030/
H A Dconv_cg2mg.py40 g2t = {} variable
43 g2t = dict(([int(a) for a in l.strip().split('\t')] for l in inp)) variable
H A Dconv_t2g_2_g2t.py28 g2t = {} variable
H A Dconv_ctxt2ttxt.py72 g2t = {} variable
H A Dchoco_summary.py60 g2t,g2c,c2g = {},{},{} variable
63 g2t = dict(([int(a) for a in l.strip().split('\t')] for l in inp)) variable
H A Dconv_ctxt2coretxt.py42 g2t = {} variable
H A Dchoco_profile.py63 g2t,g2c,c2g = {},{},{} variable
66 g2t = dict(([int(a) for a in l.strip().split('\t')] for l in inp)) variable
/dports/math/vtk8/VTK-8.2.0/Infovis/BoostGraphAlgorithms/
H A DvtkBoostBreadthFirstSearchTree.cxx76 bfs_tree_builder(IdMap& g2t, IdMap& t2g, vtkGraph* g, vtkMutableDirectedGraph* t, vtkIdType root) in bfs_tree_builder()
/dports/math/vtk9/VTK-9.1.0/Infovis/BoostGraphAlgorithms/
H A DvtkBoostBreadthFirstSearchTree.cxx75 bfs_tree_builder(IdMap& g2t, IdMap& t2g, vtkGraph* g, vtkMutableDirectedGraph* t, vtkIdType root) in bfs_tree_builder()
/dports/math/vtk6/VTK-6.2.0/Infovis/BoostGraphAlgorithms/
H A DvtkBoostBreadthFirstSearchTree.cxx76 bfs_tree_builder(IdMap& g2t, IdMap& t2g, vtkGraph* g, vtkMutableDirectedGraph* t, vtkIdType root) in bfs_tree_builder()
/dports/math/vtk6/VTK-6.2.0/Common/DataModel/
H A DvtkTriQuadraticHexahedron.cxx534 double g2t = (1 + t)*(1 - t); in InterpolationFunctions() local
595 double g2t = (1 + t)*(1 - t); in InterpolationDerivs() local
/dports/math/vtk8/VTK-8.2.0/Common/DataModel/
H A DvtkTriQuadraticHexahedron.cxx532 double g2t = (1 + t)*(1 - t); in InterpolationFunctions() local
593 double g2t = (1 + t)*(1 - t); in InterpolationDerivs() local
/dports/math/vtk9/VTK-9.1.0/Common/DataModel/
H A DvtkTriQuadraticHexahedron.cxx529 double g2t = (1 + t) * (1 - t); in InterpolationFunctions() local
588 double g2t = (1 + t) * (1 - t); in InterpolationDerivs() local
/dports/science/elmerfem/elmerfem-release-9.0/ElmerGUI/netgen/libsrc/geom2d/
H A Dspline2d.cpp364 Line2d g1t(p1, p1t), g2t(p3, p2t); in CircleSegment() local
H A Dspline.hpp906 Line2d g1t,g2t; in CircleSeg() local
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/Netgen/libsrc/gprim/
H A Dspline.hpp450 Line2d g1t,g2t; in CircleSeg() local
/dports/cad/netgen/netgen-6.2.2105/libsrc/gprim/
H A Dspline.hpp552 Line2d g1t,g2t; in CircleSeg() local
/dports/science/gromacs/gromacs-2021.4/src/gromacs/ewald/
H A Dpme_internal.h296 int* g2t[DIM]; /* The grid to thread index */ member