Home
last modified time | relevance | path

Searched refs:edlomin (Results 1 – 6 of 6) sorted by relevance

/dports/cad/scotch/scotch-6.0.4/src/libscotch/
H A Dlibrary_dgraph_stat.c98 if (inout->edlomin > in->edlomin) in dgraphStatReduceAll()
99 inout->edlomin = in->edlomin; in dgraphStatReduceAll()
257 srclstadat.edlomin = in SCOTCH_dgraphStat()
264 srclstadat.edlomin = in SCOTCH_dgraphStat()
322 *edlominptr = (SCOTCH_Num) srcgstadat.edlomin; in SCOTCH_dgraphStat()
H A Darch_build.c206 Gnum edlomin; in archBuild() local
216 edlomin = GNUMMAX; in archBuild()
228 if (edloval < edlomin) in archBuild()
229 edlomin = edloval; in archBuild()
235 prodval = (float) edlomin * (float) edlomax; in archBuild()
247 if (edloval == edlomin) in archBuild()
250 edloval = edlomin; in archBuild()
254 if ((edloval < edlomin) || (edloval > edlomax)) { in archBuild()
H A Dlibrary_graph.c391 Gnum edlomin; in SCOTCH_graphStat() local
472 edlomin = GNUMMAX; in SCOTCH_graphStat()
478 if (srcgrafptr->edlotax[edgenum] < edlomin) /* Account for edge load */ in SCOTCH_graphStat()
479 edlomin = srcgrafptr->edlotax[edgenum]; in SCOTCH_graphStat()
495 edlomin = in SCOTCH_graphStat()
502 edlomin = in SCOTCH_graphStat()
509 *edlominptr = (SCOTCH_Num) edlomin; in SCOTCH_graphStat()
H A Dlibrary_dgraph_stat.h58 Gnum edlomin; member
/dports/cad/scotch/scotch-6.0.4/src/scotch/
H A Dgtst.c111 SCOTCH_Num edlomin; in main() local
163 &edlomin, &edlomax, &edlosum, &edloavg, &edlodlt); in main()
175 (SCOTCH_Num) edlomin, (SCOTCH_Num) edlomax, (SCOTCH_Num) edlosum, edloavg, edlodlt); in main()
H A Ddgtst.c104 SCOTCH_Num edlomin; in main() local
204 &edlomin, &edlomax, &edlosum, &edloavg, &edlodlt); in main()
216 (SCOTCH_Num) edlomin, (SCOTCH_Num) edlomax, (SCOTCH_Num) edlosum, edloavg, edlodlt); in main()