Home
last modified time | relevance | path

Searched refs:mycost (Results 1 – 15 of 15) sorted by relevance

/dports/graphics/opendx/dx-4.4.4/src/uipp/widgets/
H A DFindroute.c109 int *mycost);
377 mycost = 1; in Manhattan()
397 mycost++; in Manhattan()
671 mycost++; in Manhattan()
676 mycost++; in Manhattan()
693 mycost++; in Manhattan()
698 mycost++; in Manhattan()
703 mycost++; in Manhattan()
708 mycost++; in Manhattan()
1070 mycost += 1; in ManhattanWorker()
[all …]
/dports/misc/findutils/findutils-4.8.0/find/
H A Dprint.c100 if (mycost > pred->p_cost) in make_segment()
114 mycost = NeedsLinkName; in make_segment()
120 mycost = NeedsType; in make_segment()
126 mycost = NeedsInodeNumber; in make_segment()
143 mycost = NeedsStatInfo; in make_segment()
149 mycost = NeedsStatInfo; in make_segment()
167 mycost = NeedsAccessInfo; in make_segment()
185 mycost = NeedsStatInfo; in make_segment()
198 mycost = NeedsStatInfo; in make_segment()
203 if (mycost > pred->p_cost) in make_segment()
[all …]
/dports/math/parmetis/parmetis-4.0.3/libparmetis/
H A Dredomylink.c29 real_t *nvwgt, mycost; in RedoMyLink() local
147 mycost = (real_t)(graph->mincut)*ipc_factor + (real_t)totalv*redist_factor; in RedoMyLink()
149 if (bestcost >= mycost) { in RedoMyLink()
150 bestcost = mycost; in RedoMyLink()
157 othercost = mycost; in RedoMyLink()
H A Dbalancemylink.c33 real_t lbavg, bestflow, mycost; in BalanceMyLink() local
333 mycost = cut*ipc_factor + totalv*redist_factor; in BalanceMyLink()
334 *diff_cost = mycost; in BalanceMyLink()
/dports/math/libmesh/libmesh-1.6.2/contrib/parmetis/libparmetis/
H A Dredomylink.c29 real_t *nvwgt, mycost; in RedoMyLink() local
147 mycost = (real_t)(graph->mincut)*ipc_factor + (real_t)totalv*redist_factor; in RedoMyLink()
149 if (bestcost >= mycost) { in RedoMyLink()
150 bestcost = mycost; in RedoMyLink()
157 othercost = mycost; in RedoMyLink()
H A Dbalancemylink.c33 real_t lbavg, bestflow, mycost; in BalanceMyLink() local
333 mycost = cut*ipc_factor + totalv*redist_factor; in BalanceMyLink()
334 *diff_cost = mycost; in BalanceMyLink()
/dports/science/sparta/sparta-20Oct2021/src/
H A Dfix_balance.cpp295 double mycost,totalcost; in imbalance_factor() local
300 mycost = my_timer_cost; in imbalance_factor()
301 } else mycost = particle->nlocal; in imbalance_factor()
303 MPI_Allreduce(&mycost,&totalcost,1,MPI_DOUBLE,MPI_SUM,world); in imbalance_factor()
304 MPI_Allreduce(&mycost,&maxcost,1,MPI_DOUBLE,MPI_MAX,world); in imbalance_factor()
/dports/editors/yudit/yudit-3.0.7/bin/
H A Dangles.pl148 $mycost = $i64th * $sCostConv + $sCost;
154 int($i64th/2),$i64th, $dRad, $dDegrees, $dTan, $iCentered, $retcost, $mycost)
/dports/science/lammps/lammps-stable_29Sep2021/src/
H A Dbalance.cpp544 double mycost,totalcost; in imbalance_factor() local
550 mycost = 0.0; in imbalance_factor()
551 for (int i = 0; i < nlocal; i++) mycost += weight[i]; in imbalance_factor()
553 } else mycost = atom->nlocal; in imbalance_factor()
555 MPI_Allreduce(&mycost,&maxcost,1,MPI_DOUBLE,MPI_MAX,world); in imbalance_factor()
556 MPI_Allreduce(&mycost,&totalcost,1,MPI_DOUBLE,MPI_SUM,world); in imbalance_factor()
776 double mycost,totalcost,boxsize; in shift() local
824 mycost = 0.0; in shift()
825 for (i = 0; i < nlocal; i++) mycost += weight[i]; in shift()
826 } else mycost = atom->nlocal; in shift()
[all …]
/dports/audio/mumble/mumble-1.3.3/3rdparty/rnnoise-src/training/
H A Drnn_train.py40 def mycost(y_true, y_pred): function
77 model.compile(loss=[mycost, my_crossentropy],
/dports/audio/speech-denoiser-lv2/speech-denoiser-04cfba9/rnnoise/training/
H A Drnn_train.py40 def mycost(y_true, y_pred): function
77 model.compile(loss=[mycost, my_crossentropy],
/dports/audio/rnnoise/rnnoise-1cbdbcf/training/
H A Drnn_train.py40 def mycost(y_true, y_pred): function
77 model.compile(loss=[mycost, my_crossentropy],
/dports/audio/rnnoise-nu/rnnoise-nu-2626930/training/
H A Drnn_train.py40 def mycost(y_true, y_pred): function
77 model.compile(loss=[mycost, my_crossentropy],
/dports/net/norm/norm-1.5r6/protolib/src/manet/
H A DmanetGraphML.cpp875 NetGraph::Cost* mycost = CreateCost(1.0); in ReadXMLNode() local
876 if(!Connect(*sourcePortInterface,*targetPortInterface,*mycost,isDuplex)) in ReadXMLNode()
881 delete mycost; //should we have a virtual override on this too? TBD in ReadXMLNode()
899 NetGraph::Cost* mycost = CreateCost(1.0); in ReadXMLNode() local
900 if(!Connect(*sourceInterface,*targetInterface,*mycost,isDuplex)) in ReadXMLNode()
905 delete mycost; //should we have a virtual override on this too? TBD in ReadXMLNode()
H A DmanetGraphML2.cpp741 NetGraph::Cost* mycost = CreateCost(1.0); in ReadXMLNode() local
742 if(!Connect(*sourcePortInterface,*targetPortInterface,*mycost,isDuplex)) in ReadXMLNode()
764 NetGraph::Cost* mycost = CreateCost(1.0); in ReadXMLNode() local
765 if(!Connect(*sourceInterface,*targetInterface,*mycost,isDuplex)) in ReadXMLNode()