Home
last modified time | relevance | path

Searched refs:fcost (Results 1 – 25 of 45) sorted by relevance

12

/dports/databases/grass7/grass-7.8.6/raster/r.cost/
H A Dmain.c116 double fcost; in main() local
1034 fcost = (double)(W + my_cost); in main()
1039 fcost = (double)(E + my_cost); in main()
1044 fcost = (double)(N + my_cost); in main()
1049 fcost = (double)(S + my_cost); in main()
1054 fcost = (double)(NW + my_cost); in main()
1059 fcost = (double)(NE + my_cost); in main()
1064 fcost = (double)(SE + my_cost); in main()
1069 fcost = (double)(SW + my_cost); in main()
1074 fcost = (double)(N + NW + NNW + my_cost); in main()
[all …]
/dports/net/spread-j/spread-src-3.17.3/
H A Dconfig_gram.l173 int fcost, i, done;
180 fcost = atoi(ccur);
181 if (fcost < 0) yyerror("Invalid Negative Cost");
182 if (fcost > 100) {
184 fcost = 100;
186 yylval.cost[i] = fcost;
/dports/net/spread4/spread-src-4.2.0/daemon/
H A Dconfig_gram.l184 int fcost, i, done;
191 fcost = atoi(ccur);
192 if (fcost < 0) yyerror("Invalid Negative Cost");
193 if (fcost > 100) {
195 fcost = 100;
197 yylval.cost[i] = fcost;
/dports/net/spread/spread-src-3.17.4/
H A Dconfig_gram.l173 int fcost, i, done;
180 fcost = atoi(ccur);
181 if (fcost < 0) yyerror("Invalid Negative Cost");
182 if (fcost > 100) {
184 fcost = 100;
186 yylval.cost[i] = fcost;
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/les/vflux/server/
H A Dbalance.go282 fcost = float64(cost)
287 posCost := -int64(fcost * n.posFactor.RequestFactor)
289 fcost = 0
295 fcost = 0
297 fcost *= 1 - float64(net)/float64(posCost)
302 if fcost > 0 && n.negFactor.RequestFactor != 0 {
303 n.balance.addValue(now, int64(fcost*n.negFactor.RequestFactor), false, false)
/dports/finance/beancount/beancount-2.3.3/beancount/plugins/
H A Dbook_conversions.py183 fcost = fposting.cost
185 fcost and fcost.currency == cost_currency):
196 cost = fcost
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dmcf.c461 gcov_type fcost = 0; in create_fixup_graph() local
529 fcost = (gcov_type) COST (k_pos, bb_gcov_count (bb)); in create_fixup_graph()
531 fcost, CAP_INFINITY); in create_fixup_graph()
541 fcost = (gcov_type) COST (k_pos, edge_gcov_count (e)); in create_fixup_graph()
543 fcost, CAP_INFINITY); in create_fixup_graph()
579 fcost = (gcov_type) COST (k_neg, pfedge->weight); in create_fixup_graph()
581 REVERSE_EDGE, 0, fcost, pfedge->weight); in create_fixup_graph()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dmcf.c461 gcov_type fcost = 0; in create_fixup_graph() local
529 fcost = (gcov_type) COST (k_pos, bb->count); in create_fixup_graph()
531 fcost, CAP_INFINITY); in create_fixup_graph()
541 fcost = (gcov_type) COST (k_pos, e->count); in create_fixup_graph()
542 add_fixup_edge (fixup_graph, i + 1, j, REDIRECT_EDGE, e->count, fcost, in create_fixup_graph()
579 fcost = (gcov_type) COST (k_neg, pfedge->weight); in create_fixup_graph()
581 REVERSE_EDGE, 0, fcost, pfedge->weight); in create_fixup_graph()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dmcf.c461 gcov_type fcost = 0; in create_fixup_graph() local
529 fcost = (gcov_type) COST (k_pos, bb_gcov_count (bb)); in create_fixup_graph()
531 fcost, CAP_INFINITY); in create_fixup_graph()
541 fcost = (gcov_type) COST (k_pos, edge_gcov_count (e)); in create_fixup_graph()
543 fcost, CAP_INFINITY); in create_fixup_graph()
579 fcost = (gcov_type) COST (k_neg, pfedge->weight); in create_fixup_graph()
581 REVERSE_EDGE, 0, fcost, pfedge->weight); in create_fixup_graph()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dmcf.c461 gcov_type fcost = 0; in create_fixup_graph() local
529 fcost = (gcov_type) COST (k_pos, bb_gcov_count (bb)); in create_fixup_graph()
531 fcost, CAP_INFINITY); in create_fixup_graph()
541 fcost = (gcov_type) COST (k_pos, edge_gcov_count (e)); in create_fixup_graph()
543 fcost, CAP_INFINITY); in create_fixup_graph()
579 fcost = (gcov_type) COST (k_neg, pfedge->weight); in create_fixup_graph()
581 REVERSE_EDGE, 0, fcost, pfedge->weight); in create_fixup_graph()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dmcf.c461 gcov_type fcost = 0; in create_fixup_graph() local
529 fcost = (gcov_type) COST (k_pos, bb_gcov_count (bb)); in create_fixup_graph()
531 fcost, CAP_INFINITY); in create_fixup_graph()
541 fcost = (gcov_type) COST (k_pos, edge_gcov_count (e)); in create_fixup_graph()
543 fcost, CAP_INFINITY); in create_fixup_graph()
579 fcost = (gcov_type) COST (k_neg, pfedge->weight); in create_fixup_graph()
581 REVERSE_EDGE, 0, fcost, pfedge->weight); in create_fixup_graph()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dmcf.c461 gcov_type fcost = 0; in create_fixup_graph() local
529 fcost = (gcov_type) COST (k_pos, bb_gcov_count (bb)); in create_fixup_graph()
531 fcost, CAP_INFINITY); in create_fixup_graph()
541 fcost = (gcov_type) COST (k_pos, edge_gcov_count (e)); in create_fixup_graph()
543 fcost, CAP_INFINITY); in create_fixup_graph()
579 fcost = (gcov_type) COST (k_neg, pfedge->weight); in create_fixup_graph()
581 REVERSE_EDGE, 0, fcost, pfedge->weight); in create_fixup_graph()
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dmcf.c462 gcov_type fcost = 0; in create_fixup_graph() local
526 fcost = (gcov_type) COST (k_pos, bb->count); in create_fixup_graph()
528 fcost, CAP_INFINITY); in create_fixup_graph()
538 fcost = (gcov_type) COST (k_pos, e->count); in create_fixup_graph()
539 add_fixup_edge (fixup_graph, i + 1, j, REDIRECT_EDGE, e->count, fcost, in create_fixup_graph()
576 fcost = (gcov_type) COST (k_neg, pfedge->weight); in create_fixup_graph()
578 REVERSE_EDGE, 0, fcost, pfedge->weight); in create_fixup_graph()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dmcf.c461 gcov_type fcost = 0; in create_fixup_graph() local
529 fcost = (gcov_type) COST (k_pos, bb_gcov_count (bb)); in create_fixup_graph()
531 fcost, CAP_INFINITY); in create_fixup_graph()
541 fcost = (gcov_type) COST (k_pos, edge_gcov_count (e)); in create_fixup_graph()
543 fcost, CAP_INFINITY); in create_fixup_graph()
579 fcost = (gcov_type) COST (k_neg, pfedge->weight); in create_fixup_graph()
581 REVERSE_EDGE, 0, fcost, pfedge->weight); in create_fixup_graph()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dmcf.c461 gcov_type fcost = 0; in create_fixup_graph() local
529 fcost = (gcov_type) COST (k_pos, bb_gcov_count (bb)); in create_fixup_graph()
531 fcost, CAP_INFINITY); in create_fixup_graph()
541 fcost = (gcov_type) COST (k_pos, edge_gcov_count (e)); in create_fixup_graph()
543 fcost, CAP_INFINITY); in create_fixup_graph()
579 fcost = (gcov_type) COST (k_neg, pfedge->weight); in create_fixup_graph()
581 REVERSE_EDGE, 0, fcost, pfedge->weight); in create_fixup_graph()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dmcf.c461 gcov_type fcost = 0; in create_fixup_graph() local
529 fcost = (gcov_type) COST (k_pos, bb_gcov_count (bb)); in create_fixup_graph()
531 fcost, CAP_INFINITY); in create_fixup_graph()
541 fcost = (gcov_type) COST (k_pos, edge_gcov_count (e)); in create_fixup_graph()
543 fcost, CAP_INFINITY); in create_fixup_graph()
579 fcost = (gcov_type) COST (k_neg, pfedge->weight); in create_fixup_graph()
581 REVERSE_EDGE, 0, fcost, pfedge->weight); in create_fixup_graph()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dmcf.c461 gcov_type fcost = 0; in create_fixup_graph() local
529 fcost = (gcov_type) COST (k_pos, bb_gcov_count (bb)); in create_fixup_graph()
531 fcost, CAP_INFINITY); in create_fixup_graph()
541 fcost = (gcov_type) COST (k_pos, edge_gcov_count (e)); in create_fixup_graph()
543 fcost, CAP_INFINITY); in create_fixup_graph()
579 fcost = (gcov_type) COST (k_neg, pfedge->weight); in create_fixup_graph()
581 REVERSE_EDGE, 0, fcost, pfedge->weight); in create_fixup_graph()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dmcf.c461 gcov_type fcost = 0; in create_fixup_graph() local
529 fcost = (gcov_type) COST (k_pos, bb_gcov_count (bb)); in create_fixup_graph()
531 fcost, CAP_INFINITY); in create_fixup_graph()
541 fcost = (gcov_type) COST (k_pos, edge_gcov_count (e)); in create_fixup_graph()
543 fcost, CAP_INFINITY); in create_fixup_graph()
579 fcost = (gcov_type) COST (k_neg, pfedge->weight); in create_fixup_graph()
581 REVERSE_EDGE, 0, fcost, pfedge->weight); in create_fixup_graph()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dmcf.c461 gcov_type fcost = 0; in create_fixup_graph() local
529 fcost = (gcov_type) COST (k_pos, bb_gcov_count (bb)); in create_fixup_graph()
531 fcost, CAP_INFINITY); in create_fixup_graph()
541 fcost = (gcov_type) COST (k_pos, edge_gcov_count (e)); in create_fixup_graph()
543 fcost, CAP_INFINITY); in create_fixup_graph()
579 fcost = (gcov_type) COST (k_neg, pfedge->weight); in create_fixup_graph()
581 REVERSE_EDGE, 0, fcost, pfedge->weight); in create_fixup_graph()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dmcf.c461 gcov_type fcost = 0; in create_fixup_graph() local
529 fcost = (gcov_type) COST (k_pos, bb_gcov_count (bb)); in create_fixup_graph()
531 fcost, CAP_INFINITY); in create_fixup_graph()
541 fcost = (gcov_type) COST (k_pos, edge_gcov_count (e)); in create_fixup_graph()
543 fcost, CAP_INFINITY); in create_fixup_graph()
579 fcost = (gcov_type) COST (k_neg, pfedge->weight); in create_fixup_graph()
581 REVERSE_EDGE, 0, fcost, pfedge->weight); in create_fixup_graph()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dmcf.c461 gcov_type fcost = 0; in create_fixup_graph() local
529 fcost = (gcov_type) COST (k_pos, bb_gcov_count (bb)); in create_fixup_graph()
531 fcost, CAP_INFINITY); in create_fixup_graph()
541 fcost = (gcov_type) COST (k_pos, edge_gcov_count (e)); in create_fixup_graph()
543 fcost, CAP_INFINITY); in create_fixup_graph()
579 fcost = (gcov_type) COST (k_neg, pfedge->weight); in create_fixup_graph()
581 REVERSE_EDGE, 0, fcost, pfedge->weight); in create_fixup_graph()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dmcf.c461 gcov_type fcost = 0; in create_fixup_graph() local
529 fcost = (gcov_type) COST (k_pos, bb_gcov_count (bb)); in create_fixup_graph()
531 fcost, CAP_INFINITY); in create_fixup_graph()
541 fcost = (gcov_type) COST (k_pos, edge_gcov_count (e)); in create_fixup_graph()
543 fcost, CAP_INFINITY); in create_fixup_graph()
579 fcost = (gcov_type) COST (k_neg, pfedge->weight); in create_fixup_graph()
581 REVERSE_EDGE, 0, fcost, pfedge->weight); in create_fixup_graph()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dmcf.c461 gcov_type fcost = 0; in create_fixup_graph() local
529 fcost = (gcov_type) COST (k_pos, bb_gcov_count (bb)); in create_fixup_graph()
531 fcost, CAP_INFINITY); in create_fixup_graph()
541 fcost = (gcov_type) COST (k_pos, edge_gcov_count (e)); in create_fixup_graph()
543 fcost, CAP_INFINITY); in create_fixup_graph()
579 fcost = (gcov_type) COST (k_neg, pfedge->weight); in create_fixup_graph()
581 REVERSE_EDGE, 0, fcost, pfedge->weight); in create_fixup_graph()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dmcf.c461 gcov_type fcost = 0; in create_fixup_graph() local
529 fcost = (gcov_type) COST (k_pos, bb->count); in create_fixup_graph()
531 fcost, CAP_INFINITY); in create_fixup_graph()
541 fcost = (gcov_type) COST (k_pos, e->count); in create_fixup_graph()
542 add_fixup_edge (fixup_graph, i + 1, j, REDIRECT_EDGE, e->count, fcost, in create_fixup_graph()
579 fcost = (gcov_type) COST (k_neg, pfedge->weight); in create_fixup_graph()
581 REVERSE_EDGE, 0, fcost, pfedge->weight); in create_fixup_graph()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dmcf.c462 gcov_type fcost = 0; in create_fixup_graph() local
526 fcost = (gcov_type) COST (k_pos, bb->count); in create_fixup_graph()
528 fcost, CAP_INFINITY); in create_fixup_graph()
538 fcost = (gcov_type) COST (k_pos, e->count); in create_fixup_graph()
539 add_fixup_edge (fixup_graph, i + 1, j, REDIRECT_EDGE, e->count, fcost, in create_fixup_graph()
576 fcost = (gcov_type) COST (k_neg, pfedge->weight); in create_fixup_graph()
578 REVERSE_EDGE, 0, fcost, pfedge->weight); in create_fixup_graph()

12