Home
last modified time | relevance | path

Searched refs:nvtx (Results 1 – 25 of 669) sorted by relevance

12345678910>>...27

/dports/math/ipopt/Ipopt-3.12.13/ThirdParty/Mumps/MUMPS/PORD/lib/
H A Dgraph.c59 G->nvtx = nvtx; in newGraph()
62 G->totvwght = nvtx; in newGraph()
112 nvtx = G->nvtx; in randomizeGraph()
137 nvtx = G->nvtx; in setupSubgraph()
209 nvtx = G->nvtx; in setupGraphFromMtx()
267 nvtx = dimX * dimY; in setupGridGraph()
308 xadj[nvtx] = knz; in setupGridGraph()
348 nvtx = G->nvtx; in connectedComponents()
404 nvtx = G->nvtx; in indNodes()
432 cnvtx = nvtx; in indNodes()
[all …]
/dports/math/coinmumps/MUMPS_4.10.0/PORD/lib/
H A Dgraph.c59 G->nvtx = nvtx; in newGraph()
62 G->totvwght = nvtx; in newGraph()
112 nvtx = G->nvtx; in randomizeGraph()
137 nvtx = G->nvtx; in setupSubgraph()
209 nvtx = G->nvtx; in setupGraphFromMtx()
267 nvtx = dimX * dimY; in setupGridGraph()
308 xadj[nvtx] = knz; in setupGridGraph()
348 nvtx = G->nvtx; in connectedComponents()
404 nvtx = G->nvtx; in indNodes()
432 cnvtx = nvtx; in indNodes()
[all …]
/dports/math/mumps4/MUMPS_4.10.0/PORD/lib/
H A Dgraph.c59 G->nvtx = nvtx; in newGraph()
62 G->totvwght = nvtx; in newGraph()
112 nvtx = G->nvtx; in randomizeGraph()
137 nvtx = G->nvtx; in setupSubgraph()
209 nvtx = G->nvtx; in setupGraphFromMtx()
267 nvtx = dimX * dimY; in setupGridGraph()
308 xadj[nvtx] = knz; in setupGridGraph()
348 nvtx = G->nvtx; in connectedComponents()
404 nvtx = G->nvtx; in indNodes()
432 cnvtx = nvtx; in indNodes()
[all …]
/dports/math/spooles-mpich/spooles.2.2_SHARED/ETree/src/
H A Dpermute.c17 int nfront, nvtx ; in ETree_newToOldFrontPerm() local
26 || (nvtx = etree->nvtx) <= 0 ) { in ETree_newToOldFrontPerm()
54 int nfront, nvtx ; in ETree_oldToNewFrontPerm() local
63 || (nvtx = etree->nvtx) <= 0 ) { in ETree_oldToNewFrontPerm()
101 || (nvtx = etree->nvtx) <= 0 ) { in ETree_newToOldVtxPerm()
121 link = IVinit(nvtx, -1) ; in ETree_newToOldVtxPerm()
167 || (nvtx = etree->nvtx) <= 0 ) { in ETree_oldToNewVtxPerm()
187 link = IVinit(nvtx, -1) ; in ETree_oldToNewVtxPerm()
225 int nvtx, v ; in ETree_permuteVertices() local
233 || (nvtx = etree->nvtx) <= 0 || nvtx != IV_size(vtxOldToNewIV) ) { in ETree_permuteVertices()
[all …]
H A Dinit.c19 int nvtx in ETree_init1() argument
33 etree->nvtx = nvtx ; in ETree_init1()
67 if ( etree == NULL || g == NULL || (nvtx = g->nvtx) <= 0 ) { in ETree_initFromGraph()
77 nfront = nvtx ; in ETree_initFromGraph()
93 mark = IVinit(nvtx, -1) ; in ETree_initFromGraph()
94 IVramp(nvtx, mark, 0, 1) ; in ETree_initFromGraph()
141 if ( etree == NULL || g == NULL || (nvtx = g->nvtx) <= 0 in ETree_initFromGraphWithPerms()
147 nfront = nvtx ; in ETree_initFromGraphWithPerms()
155 || uold >= nvtx in ETree_initFromGraphWithPerms()
175 nfront = nvtx ; in ETree_initFromGraphWithPerms()
[all …]
/dports/math/spooles-mpich/spooles.2.2/ETree/src/
H A Dpermute.c17 int nfront, nvtx ; in ETree_newToOldFrontPerm() local
26 || (nvtx = etree->nvtx) <= 0 ) { in ETree_newToOldFrontPerm()
54 int nfront, nvtx ; in ETree_oldToNewFrontPerm() local
63 || (nvtx = etree->nvtx) <= 0 ) { in ETree_oldToNewFrontPerm()
101 || (nvtx = etree->nvtx) <= 0 ) { in ETree_newToOldVtxPerm()
121 link = IVinit(nvtx, -1) ; in ETree_newToOldVtxPerm()
167 || (nvtx = etree->nvtx) <= 0 ) { in ETree_oldToNewVtxPerm()
187 link = IVinit(nvtx, -1) ; in ETree_oldToNewVtxPerm()
225 int nvtx, v ; in ETree_permuteVertices() local
233 || (nvtx = etree->nvtx) <= 0 || nvtx != IV_size(vtxOldToNewIV) ) { in ETree_permuteVertices()
[all …]
H A Dinit.c19 int nvtx in ETree_init1() argument
33 etree->nvtx = nvtx ; in ETree_init1()
67 if ( etree == NULL || g == NULL || (nvtx = g->nvtx) <= 0 ) { in ETree_initFromGraph()
77 nfront = nvtx ; in ETree_initFromGraph()
93 mark = IVinit(nvtx, -1) ; in ETree_initFromGraph()
94 IVramp(nvtx, mark, 0, 1) ; in ETree_initFromGraph()
141 if ( etree == NULL || g == NULL || (nvtx = g->nvtx) <= 0 in ETree_initFromGraphWithPerms()
147 nfront = nvtx ; in ETree_initFromGraphWithPerms()
155 || uold >= nvtx in ETree_initFromGraphWithPerms()
175 nfront = nvtx ; in ETree_initFromGraphWithPerms()
[all …]
/dports/math/spooles/spooles.2.2/ETree/src/
H A Dpermute.c17 int nfront, nvtx ; in ETree_newToOldFrontPerm() local
26 || (nvtx = etree->nvtx) <= 0 ) { in ETree_newToOldFrontPerm()
54 int nfront, nvtx ; in ETree_oldToNewFrontPerm() local
63 || (nvtx = etree->nvtx) <= 0 ) { in ETree_oldToNewFrontPerm()
101 || (nvtx = etree->nvtx) <= 0 ) { in ETree_newToOldVtxPerm()
121 link = IVinit(nvtx, -1) ; in ETree_newToOldVtxPerm()
167 || (nvtx = etree->nvtx) <= 0 ) { in ETree_oldToNewVtxPerm()
187 link = IVinit(nvtx, -1) ; in ETree_oldToNewVtxPerm()
225 int nvtx, v ; in ETree_permuteVertices() local
233 || (nvtx = etree->nvtx) <= 0 || nvtx != IV_size(vtxOldToNewIV) ) { in ETree_permuteVertices()
[all …]
H A Dinit.c19 int nvtx in ETree_init1() argument
33 etree->nvtx = nvtx ; in ETree_init1()
67 if ( etree == NULL || g == NULL || (nvtx = g->nvtx) <= 0 ) { in ETree_initFromGraph()
77 nfront = nvtx ; in ETree_initFromGraph()
93 mark = IVinit(nvtx, -1) ; in ETree_initFromGraph()
94 IVramp(nvtx, mark, 0, 1) ; in ETree_initFromGraph()
141 if ( etree == NULL || g == NULL || (nvtx = g->nvtx) <= 0 in ETree_initFromGraphWithPerms()
147 nfront = nvtx ; in ETree_initFromGraphWithPerms()
155 || uold >= nvtx in ETree_initFromGraphWithPerms()
175 nfront = nvtx ; in ETree_initFromGraphWithPerms()
[all …]
/dports/math/spooles/spooles.2.2_SHARED/ETree/src/
H A Dpermute.c17 int nfront, nvtx ; in ETree_newToOldFrontPerm() local
26 || (nvtx = etree->nvtx) <= 0 ) { in ETree_newToOldFrontPerm()
54 int nfront, nvtx ; in ETree_oldToNewFrontPerm() local
63 || (nvtx = etree->nvtx) <= 0 ) { in ETree_oldToNewFrontPerm()
101 || (nvtx = etree->nvtx) <= 0 ) { in ETree_newToOldVtxPerm()
121 link = IVinit(nvtx, -1) ; in ETree_newToOldVtxPerm()
167 || (nvtx = etree->nvtx) <= 0 ) { in ETree_oldToNewVtxPerm()
187 link = IVinit(nvtx, -1) ; in ETree_oldToNewVtxPerm()
225 int nvtx, v ; in ETree_permuteVertices() local
233 || (nvtx = etree->nvtx) <= 0 || nvtx != IV_size(vtxOldToNewIV) ) { in ETree_permuteVertices()
[all …]
H A Dinit.c19 int nvtx in ETree_init1() argument
33 etree->nvtx = nvtx ; in ETree_init1()
67 if ( etree == NULL || g == NULL || (nvtx = g->nvtx) <= 0 ) { in ETree_initFromGraph()
77 nfront = nvtx ; in ETree_initFromGraph()
93 mark = IVinit(nvtx, -1) ; in ETree_initFromGraph()
94 IVramp(nvtx, mark, 0, 1) ; in ETree_initFromGraph()
141 if ( etree == NULL || g == NULL || (nvtx = g->nvtx) <= 0 in ETree_initFromGraphWithPerms()
147 nfront = nvtx ; in ETree_initFromGraphWithPerms()
155 || uold >= nvtx in ETree_initFromGraphWithPerms()
175 nfront = nvtx ; in ETree_initFromGraphWithPerms()
[all …]
/dports/math/spooles-mpich/spooles.2.2/Graph/src/
H A Dinit.c26 int nvtx, in Graph_init1() argument
35 g, type, nvtx, nvbnd, nedges, adjType, ewghtType) ; in Graph_init1()
55 if ( nvtx <= 0 ) { in Graph_init1()
58 g, type, nvtx, nvbnd, nedges, adjType, ewghtType, nvtx) ; in Graph_init1()
111 g->nvtx = nvtx ; in Graph_init1()
114 nvtot = nvtx + nvbnd ; in Graph_init1()
183 int nvtx, in Graph_init2() argument
208 g, type, nvtx, nvbnd, nedges, totvwght, totewght, in Graph_init2()
220 if ( nvtx <= 0 ) { in Graph_init2()
225 adjIVL, vwghts, ewghtIVL, nvtx) ; in Graph_init2()
[all …]
/dports/math/spooles-mpich/spooles.2.2_SHARED/Graph/src/
H A Dinit.c26 int nvtx, in Graph_init1() argument
35 g, type, nvtx, nvbnd, nedges, adjType, ewghtType) ; in Graph_init1()
55 if ( nvtx <= 0 ) { in Graph_init1()
58 g, type, nvtx, nvbnd, nedges, adjType, ewghtType, nvtx) ; in Graph_init1()
111 g->nvtx = nvtx ; in Graph_init1()
114 nvtot = nvtx + nvbnd ; in Graph_init1()
183 int nvtx, in Graph_init2() argument
208 g, type, nvtx, nvbnd, nedges, totvwght, totewght, in Graph_init2()
220 if ( nvtx <= 0 ) { in Graph_init2()
225 adjIVL, vwghts, ewghtIVL, nvtx) ; in Graph_init2()
[all …]
/dports/math/spooles/spooles.2.2_SHARED/Graph/src/
H A Dinit.c26 int nvtx, in Graph_init1() argument
35 g, type, nvtx, nvbnd, nedges, adjType, ewghtType) ; in Graph_init1()
55 if ( nvtx <= 0 ) { in Graph_init1()
58 g, type, nvtx, nvbnd, nedges, adjType, ewghtType, nvtx) ; in Graph_init1()
111 g->nvtx = nvtx ; in Graph_init1()
114 nvtot = nvtx + nvbnd ; in Graph_init1()
183 int nvtx, in Graph_init2() argument
208 g, type, nvtx, nvbnd, nedges, totvwght, totewght, in Graph_init2()
220 if ( nvtx <= 0 ) { in Graph_init2()
225 adjIVL, vwghts, ewghtIVL, nvtx) ; in Graph_init2()
[all …]
/dports/math/spooles/spooles.2.2/Graph/src/
H A Dinit.c26 int nvtx, in Graph_init1() argument
35 g, type, nvtx, nvbnd, nedges, adjType, ewghtType) ; in Graph_init1()
55 if ( nvtx <= 0 ) { in Graph_init1()
58 g, type, nvtx, nvbnd, nedges, adjType, ewghtType, nvtx) ; in Graph_init1()
111 g->nvtx = nvtx ; in Graph_init1()
114 nvtot = nvtx + nvbnd ; in Graph_init1()
183 int nvtx, in Graph_init2() argument
208 g, type, nvtx, nvbnd, nedges, totvwght, totewght, in Graph_init2()
220 if ( nvtx <= 0 ) { in Graph_init2()
225 adjIVL, vwghts, ewghtIVL, nvtx) ; in Graph_init2()
[all …]
/dports/math/mumps/mumps-5.1.2/PORD/lib/
H A Dgraph.c59 G->nvtx = nvtx; in newGraph()
62 G->totvwght = nvtx; in newGraph()
112 nvtx = G->nvtx; in randomizeGraph()
137 nvtx = G->nvtx; in setupSubgraph()
209 nvtx = G->nvtx; in setupGraphFromMtx()
267 nvtx = dimX * dimY; in setupGridGraph()
308 xadj[nvtx] = knz; in setupGridGraph()
348 nvtx = G->nvtx; in connectedComponents()
404 nvtx = G->nvtx; in indNodes()
432 cnvtx = nvtx; in indNodes()
[all …]
/dports/math/spooles-mpich/spooles.2.2/InpMtx/drivers/
H A DweightedAdjToGraph.c90 nvtx, nadj) ; in main()
98 vwghts = IVinit(nvtx, 0) ; in main()
99 rc = IVfscanf(fp, nvtx, vwghts) ; in main()
100 if ( rc != nvtx ) { in main()
103 argv[0], rc, nvtx) ; in main()
116 offsets = IVinit(nvtx + 1, -1) ; in main()
118 if ( rc != nvtx + 1 ) { in main()
169 if ( v < 0 || v >= nvtx ) { in main()
188 nvtx + 2*nadj, nvtx) ; in main()
233 offsets[nvtx] = inpmtx->nent ; in main()
[all …]
/dports/math/spooles-mpich/spooles.2.2_SHARED/InpMtx/drivers/
H A DweightedAdjToGraph.c90 nvtx, nadj) ; in main()
98 vwghts = IVinit(nvtx, 0) ; in main()
99 rc = IVfscanf(fp, nvtx, vwghts) ; in main()
100 if ( rc != nvtx ) { in main()
103 argv[0], rc, nvtx) ; in main()
116 offsets = IVinit(nvtx + 1, -1) ; in main()
118 if ( rc != nvtx + 1 ) { in main()
169 if ( v < 0 || v >= nvtx ) { in main()
188 nvtx + 2*nadj, nvtx) ; in main()
233 offsets[nvtx] = inpmtx->nent ; in main()
[all …]
/dports/math/spooles/spooles.2.2_SHARED/InpMtx/drivers/
H A DweightedAdjToGraph.c90 nvtx, nadj) ; in main()
98 vwghts = IVinit(nvtx, 0) ; in main()
99 rc = IVfscanf(fp, nvtx, vwghts) ; in main()
100 if ( rc != nvtx ) { in main()
103 argv[0], rc, nvtx) ; in main()
116 offsets = IVinit(nvtx + 1, -1) ; in main()
118 if ( rc != nvtx + 1 ) { in main()
169 if ( v < 0 || v >= nvtx ) { in main()
188 nvtx + 2*nadj, nvtx) ; in main()
233 offsets[nvtx] = inpmtx->nent ; in main()
[all …]
/dports/math/spooles/spooles.2.2/InpMtx/drivers/
H A DweightedAdjToGraph.c90 nvtx, nadj) ; in main()
98 vwghts = IVinit(nvtx, 0) ; in main()
99 rc = IVfscanf(fp, nvtx, vwghts) ; in main()
100 if ( rc != nvtx ) { in main()
103 argv[0], rc, nvtx) ; in main()
116 offsets = IVinit(nvtx + 1, -1) ; in main()
118 if ( rc != nvtx + 1 ) { in main()
169 if ( v < 0 || v >= nvtx ) { in main()
188 nvtx + 2*nadj, nvtx) ; in main()
233 offsets[nvtx] = inpmtx->nent ; in main()
[all …]
/dports/science/axom/axom-0.6.1/src/axom/core/tests/
H A Dutils_nvtx_settings.hpp18 EXPECT_EQ(axom::nvtx::DEFAULT_COLOR, axom::nvtx::get_color()); in check_defaults()
19 EXPECT_EQ(axom::nvtx::DEFAULT_CATEGORY, axom::nvtx::get_category()); in check_defaults()
23 void check_set_color(axom::nvtx::Color newColor) in check_set_color()
25 axom::nvtx::set_color(newColor); in check_set_color()
26 EXPECT_EQ(newColor, axom::nvtx::get_color()); in check_set_color()
32 axom::nvtx::set_category(newCategory); in check_set_category()
46 check_set_color(axom::nvtx::Color::BLACK); in TEST()
47 check_set_color(axom::nvtx::Color::BLUE); in TEST()
48 check_set_color(axom::nvtx::Color::YELLOW); in TEST()
64 check_set_color(axom::nvtx::Color::BLUE); in TEST()
[all …]
/dports/math/spooles/spooles.2.2/MSMD/src/
H A Dinit.c25 int ierr, ii, iv, nstage, nvtx, stage ; in MSMD_init() local
50 msmd->nvtx = nvtx = g->nvtx ; in MSMD_init()
57 IIheap_init(msmd->heap, nvtx) ; in MSMD_init()
68 msmd->incrIP = nvtx ; in MSMD_init()
69 msmd->baseIP = IP_init(2*nvtx, IP_FORWARD) ; in MSMD_init()
72 info->nbytes += nvtx*sizeof(struct _IP) ; in MSMD_init()
79 info->nbytes += nvtx*sizeof(struct _MSMDvtx) ; in MSMD_init()
121 IV_init1(&msmd->ivtmpIV, nvtx) ; in MSMD_init()
122 IV_init1(&msmd->reachIV, nvtx) ; in MSMD_init()
131 info->nbytes += 2*nvtx*sizeof(int) ; in MSMD_init()
[all …]
/dports/math/spooles-mpich/spooles.2.2_SHARED/MSMD/src/
H A Dinit.c25 int ierr, ii, iv, nstage, nvtx, stage ; in MSMD_init() local
50 msmd->nvtx = nvtx = g->nvtx ; in MSMD_init()
57 IIheap_init(msmd->heap, nvtx) ; in MSMD_init()
68 msmd->incrIP = nvtx ; in MSMD_init()
69 msmd->baseIP = IP_init(2*nvtx, IP_FORWARD) ; in MSMD_init()
72 info->nbytes += nvtx*sizeof(struct _IP) ; in MSMD_init()
79 info->nbytes += nvtx*sizeof(struct _MSMDvtx) ; in MSMD_init()
121 IV_init1(&msmd->ivtmpIV, nvtx) ; in MSMD_init()
122 IV_init1(&msmd->reachIV, nvtx) ; in MSMD_init()
131 info->nbytes += 2*nvtx*sizeof(int) ; in MSMD_init()
[all …]
/dports/math/spooles-mpich/spooles.2.2/MSMD/src/
H A Dinit.c25 int ierr, ii, iv, nstage, nvtx, stage ; in MSMD_init() local
50 msmd->nvtx = nvtx = g->nvtx ; in MSMD_init()
57 IIheap_init(msmd->heap, nvtx) ; in MSMD_init()
68 msmd->incrIP = nvtx ; in MSMD_init()
69 msmd->baseIP = IP_init(2*nvtx, IP_FORWARD) ; in MSMD_init()
72 info->nbytes += nvtx*sizeof(struct _IP) ; in MSMD_init()
79 info->nbytes += nvtx*sizeof(struct _MSMDvtx) ; in MSMD_init()
121 IV_init1(&msmd->ivtmpIV, nvtx) ; in MSMD_init()
122 IV_init1(&msmd->reachIV, nvtx) ; in MSMD_init()
131 info->nbytes += 2*nvtx*sizeof(int) ; in MSMD_init()
[all …]
/dports/math/spooles/spooles.2.2_SHARED/MSMD/src/
H A Dinit.c25 int ierr, ii, iv, nstage, nvtx, stage ; in MSMD_init() local
50 msmd->nvtx = nvtx = g->nvtx ; in MSMD_init()
57 IIheap_init(msmd->heap, nvtx) ; in MSMD_init()
68 msmd->incrIP = nvtx ; in MSMD_init()
69 msmd->baseIP = IP_init(2*nvtx, IP_FORWARD) ; in MSMD_init()
72 info->nbytes += nvtx*sizeof(struct _IP) ; in MSMD_init()
79 info->nbytes += nvtx*sizeof(struct _MSMDvtx) ; in MSMD_init()
121 IV_init1(&msmd->ivtmpIV, nvtx) ; in MSMD_init()
122 IV_init1(&msmd->reachIV, nvtx) ; in MSMD_init()
131 info->nbytes += 2*nvtx*sizeof(int) ; in MSMD_init()
[all …]

12345678910>>...27