Home
last modified time | relevance | path

Searched defs:_Graph (Results 1 – 15 of 15) sorted by relevance

/dports/math/spooles-mpich/spooles.2.2/Graph/
H A DGraph.h50 struct _Graph { struct
51 int type ;
52 int nvtx ;
53 int nvbnd ;
54 int nedges ;
55 int totvwght ;
56 int totewght ;
57 IVL *adjIVL ;
58 int *vwghts ;
59 IVL *ewghtIVL ;
/dports/math/spooles-mpich/spooles.2.2_SHARED/Graph/
H A DGraph.h50 struct _Graph { struct
51 int type ;
52 int nvtx ;
53 int nvbnd ;
54 int nedges ;
55 int totvwght ;
56 int totewght ;
57 IVL *adjIVL ;
58 int *vwghts ;
59 IVL *ewghtIVL ;
/dports/math/spooles/spooles.2.2_SHARED/Graph/
H A DGraph.h50 struct _Graph { struct
51 int type ;
52 int nvtx ;
53 int nvbnd ;
54 int nedges ;
55 int totvwght ;
56 int totewght ;
57 IVL *adjIVL ;
58 int *vwghts ;
59 IVL *ewghtIVL ;
/dports/math/spooles/spooles.2.2/Graph/
H A DGraph.h50 struct _Graph { struct
51 int type ;
52 int nvtx ;
53 int nvbnd ;
54 int nedges ;
55 int totvwght ;
56 int totewght ;
57 IVL *adjIVL ;
58 int *vwghts ;
59 IVL *ewghtIVL ;
/dports/deskutils/cairo-dock/cairo-dock-core-3.4.1/src/implementations/
H A Dcairo-dock-graph.c34 typedef struct _Graph { struct
35 CairoDataRenderer dataRenderer;
36 CairoDockTypeGraph iType;
37 gdouble *fHighColor; // iNbValues triplets (r,v,b).
38 gdouble *fLowColor; // idem.
39 cairo_pattern_t **pGradationPatterns; // iNbValues patterns.
40 gdouble fBackGroundColor[4];
41 cairo_surface_t *pBackgroundSurface;
42 GLuint iBackgroundTexture;
43 gint iMargin;
[all …]
/dports/devel/py-logilab-common/logilab-common-1.8.2/logilab/common/
H A Dgraph.py210 _Graph = Dict[V, List[V]] variable
213 def ordered_nodes(graph: _Graph) -> Tuple[V, ...]:
271 def get_cycles(graph_dict: _Graph, vertices: Optional[Iterable] = None) -> List[List]:
290 graph_dict: _Graph, path: List, visited: Set, result: List[List], vertice: V
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/test/typeparam/
H A Dgraph.go35 type _Graph[_Node _NodeC[_Edge], _Edge _EdgeC[_Node]] struct { type
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/common/py_vulcanize/py_vulcanize/
H A Dproject.py213 class _Graph(object): class
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/catapult/common/py_vulcanize/py_vulcanize/
H A Dproject.py213 class _Graph(object): class
/dports/x11-wm/qtile/qtile-0.18.1/libqtile/widget/
H A Dgraph.py55 class _Graph(base._Widget): class
/dports/science/gromacs/gromacs-2021.4/python_packaging/src/gmxapi/simulation/
H A Dcontext.py802 from networkx import DiGraph as _Graph unknown
/dports/devel/datadraw/datadraw3.1.1/examples/sparse/
H A Dhtdatabase.h141 #define htGraphGetiNodeTable(_Graph, x) ((htGraphs.NodeTable)[ \ argument
151 #define htGraphGetFreeList(_Graph) (htGraphs.FreeList[htGraph2ValidIndex(_Graph)]) argument
152 #define htGraphSetFreeList(_Graph, value) ((htGraphs.FreeList)[htGraph2ValidIndex(_Graph)] = (value… argument
167 #define htGraphNextFree(_Graph) (((htGraph *)(void *)(htGraphs.FreeList))[htGraph2ValidIndex(_Graph… argument
168 #define htGraphSetNextFree(_Graph, value) (((htGraph *)(void *)(htGraphs.FreeList)) \ argument
H A Dhtdatabase.c3404 htGraph _Graph, in htGraphGetiNodeTable()
3435 htGraph _Graph) in htGraphGetFreeList()
3442 htGraph _Graph, in htGraphSetFreeList()
/dports/biology/cufflinks/cufflinks-2.2.1-89-gdc3b0cb/src/lemon/concepts/
H A Dgraph_components.h670 explicit GraphItemIt(const _Graph&) {} in GraphItemIt()
742 explicit GraphIncIt(const _Graph&, const _Base&) {} in GraphIncIt()
/dports/math/giacxcas/giac-1.6.0/src/
H A Dplot.cc13763 gen _Graph(const gen & g,GIAC_CONTEXT){ in _Graph() function