Home
last modified time | relevance | path

Searched refs:act_cost (Results 1 – 25 of 26) sorted by relevance

12

/dports/cad/sumo/sumo-1.2.0/tools/assign/
H A DrouteChoices.py95 self.act_cost = 0.
256 if r.act_cost == 0.:
262 r.act_cost += eObj.traveltime
266 r.act_cost += eObj.fuel_perVeh
268 r.ex_cost = r.act_cost
294 r.act_cost = self._beta * r.act_cost + \
486 delta = (r2.act_cost - r1.act_cost) / (r1.act_cost + r2.act_cost)
528 r.act_cost += eObj.freetraveltime
531 r.act_cost += eObj.traveltime
534 r.act_cost += eObj.fuel_perVeh_default
[all …]
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dtree-ssa-loop-ivopts.c5021 unsigned best_cost, act_cost; in try_add_cand_for() local
5058 act_cost = iv_ca_extend (data, ivs, cand, &act_delta, NULL); in try_add_cand_for()
5062 if (act_cost < best_cost) in try_add_cand_for()
5064 best_cost = act_cost; in try_add_cand_for()
5091 act_cost = iv_ca_extend (data, ivs, cand, &act_delta, NULL); in try_add_cand_for()
5096 if (act_cost < best_cost) in try_add_cand_for()
5098 best_cost = act_cost; in try_add_cand_for()
/dports/math/vowpal_wabbit/vowpal_wabbit-7.10/vowpalwabbit/
H A Dsearch.cc706 float act_cost = 0; in single_prediction_notLDF() local
710 act_cost = cs_get_cost_partial_prediction(priv.cb_learner, ec.l, k); in single_prediction_notLDF()
714 priv.beam_total_cost += act_cost; in single_prediction_notLDF()
720 …float delta_cost = cs_get_cost_partial_prediction(priv.cb_learner, ec.l, k) - act_cost + priv.beam… in single_prediction_notLDF()
728 *((float*)(px->begin+new_len)) = delta_cost + act_cost; in single_prediction_notLDF()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dtree-ssa-loop-ivopts.c5875 comp_cost best_cost, act_cost; in try_add_cand_for() local
5927 act_cost = iv_ca_extend (data, ivs, cand, &act_delta, NULL, in try_add_cand_for()
5932 if (compare_costs (act_cost, best_cost) < 0) in try_add_cand_for()
5934 best_cost = act_cost; in try_add_cand_for()
5966 act_cost = iv_ca_extend (data, ivs, cand, &act_delta, NULL, true); in try_add_cand_for()
5971 if (compare_costs (act_cost, best_cost) < 0) in try_add_cand_for()
5973 best_cost = act_cost; in try_add_cand_for()
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dtree-ssa-loop-ivopts.c5723 comp_cost best_cost, act_cost; in try_add_cand_for() local
5775 act_cost = iv_ca_extend (data, ivs, cand, &act_delta, NULL, in try_add_cand_for()
5780 if (compare_costs (act_cost, best_cost) < 0) in try_add_cand_for()
5782 best_cost = act_cost; in try_add_cand_for()
5814 act_cost = iv_ca_extend (data, ivs, cand, &act_delta, NULL, true); in try_add_cand_for()
5819 if (compare_costs (act_cost, best_cost) < 0) in try_add_cand_for()
5821 best_cost = act_cost; in try_add_cand_for()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dtree-ssa-loop-ivopts.c5718 comp_cost best_cost, act_cost; in try_add_cand_for() local
5770 act_cost = iv_ca_extend (data, ivs, cand, &act_delta, NULL, in try_add_cand_for()
5775 if (compare_costs (act_cost, best_cost) < 0) in try_add_cand_for()
5777 best_cost = act_cost; in try_add_cand_for()
5809 act_cost = iv_ca_extend (data, ivs, cand, &act_delta, NULL, true); in try_add_cand_for()
5814 if (compare_costs (act_cost, best_cost) < 0) in try_add_cand_for()
5816 best_cost = act_cost; in try_add_cand_for()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dtree-ssa-loop-ivopts.c6740 comp_cost best_cost, act_cost; in try_add_cand_for() local
6783 act_cost = iv_ca_extend (data, ivs, cand, &act_delta, NULL, in try_add_cand_for()
6788 if (compare_costs (act_cost, best_cost) < 0) in try_add_cand_for()
6790 best_cost = act_cost; in try_add_cand_for()
6822 act_cost = iv_ca_extend (data, ivs, cand, &act_delta, NULL, true); in try_add_cand_for()
6827 if (compare_costs (act_cost, best_cost) < 0) in try_add_cand_for()
6829 best_cost = act_cost; in try_add_cand_for()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dtree-ssa-loop-ivopts.c6499 comp_cost best_cost, act_cost; in try_add_cand_for() local
6542 act_cost = iv_ca_extend (data, ivs, cand, &act_delta, NULL, in try_add_cand_for()
6547 if (act_cost < best_cost) in try_add_cand_for()
6549 best_cost = act_cost; in try_add_cand_for()
6581 act_cost = iv_ca_extend (data, ivs, cand, &act_delta, NULL, true); in try_add_cand_for()
6587 if (act_cost < best_cost) in try_add_cand_for()
6589 best_cost = act_cost; in try_add_cand_for()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-loop-ivopts.c6483 comp_cost best_cost, act_cost; in try_add_cand_for() local
6526 act_cost = iv_ca_extend (data, ivs, cand, &act_delta, NULL, in try_add_cand_for()
6531 if (act_cost < best_cost) in try_add_cand_for()
6533 best_cost = act_cost; in try_add_cand_for()
6565 act_cost = iv_ca_extend (data, ivs, cand, &act_delta, NULL, true); in try_add_cand_for()
6571 if (act_cost < best_cost) in try_add_cand_for()
6573 best_cost = act_cost; in try_add_cand_for()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-loop-ivopts.c6483 comp_cost best_cost, act_cost; in try_add_cand_for() local
6526 act_cost = iv_ca_extend (data, ivs, cand, &act_delta, NULL, in try_add_cand_for()
6531 if (act_cost < best_cost) in try_add_cand_for()
6533 best_cost = act_cost; in try_add_cand_for()
6565 act_cost = iv_ca_extend (data, ivs, cand, &act_delta, NULL, true); in try_add_cand_for()
6571 if (act_cost < best_cost) in try_add_cand_for()
6573 best_cost = act_cost; in try_add_cand_for()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dtree-ssa-loop-ivopts.c6513 comp_cost best_cost, act_cost; in try_add_cand_for() local
6556 act_cost = iv_ca_extend (data, ivs, cand, &act_delta, NULL, in try_add_cand_for()
6561 if (act_cost < best_cost) in try_add_cand_for()
6563 best_cost = act_cost; in try_add_cand_for()
6595 act_cost = iv_ca_extend (data, ivs, cand, &act_delta, NULL, true); in try_add_cand_for()
6601 if (act_cost < best_cost) in try_add_cand_for()
6603 best_cost = act_cost; in try_add_cand_for()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-loop-ivopts.c6483 comp_cost best_cost, act_cost; in try_add_cand_for() local
6526 act_cost = iv_ca_extend (data, ivs, cand, &act_delta, NULL, in try_add_cand_for()
6531 if (act_cost < best_cost) in try_add_cand_for()
6533 best_cost = act_cost; in try_add_cand_for()
6565 act_cost = iv_ca_extend (data, ivs, cand, &act_delta, NULL, true); in try_add_cand_for()
6571 if (act_cost < best_cost) in try_add_cand_for()
6573 best_cost = act_cost; in try_add_cand_for()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-loop-ivopts.c6483 comp_cost best_cost, act_cost; in try_add_cand_for() local
6526 act_cost = iv_ca_extend (data, ivs, cand, &act_delta, NULL, in try_add_cand_for()
6531 if (act_cost < best_cost) in try_add_cand_for()
6533 best_cost = act_cost; in try_add_cand_for()
6565 act_cost = iv_ca_extend (data, ivs, cand, &act_delta, NULL, true); in try_add_cand_for()
6571 if (act_cost < best_cost) in try_add_cand_for()
6573 best_cost = act_cost; in try_add_cand_for()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dtree-ssa-loop-ivopts.c6740 comp_cost best_cost, act_cost; in try_add_cand_for() local
6783 act_cost = iv_ca_extend (data, ivs, cand, &act_delta, NULL, in try_add_cand_for()
6788 if (compare_costs (act_cost, best_cost) < 0) in try_add_cand_for()
6790 best_cost = act_cost; in try_add_cand_for()
6822 act_cost = iv_ca_extend (data, ivs, cand, &act_delta, NULL, true); in try_add_cand_for()
6827 if (compare_costs (act_cost, best_cost) < 0) in try_add_cand_for()
6829 best_cost = act_cost; in try_add_cand_for()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dtree-ssa-loop-ivopts.c6473 comp_cost best_cost, act_cost; in try_add_cand_for() local
6516 act_cost = iv_ca_extend (data, ivs, cand, &act_delta, NULL, in try_add_cand_for()
6521 if (act_cost < best_cost) in try_add_cand_for()
6523 best_cost = act_cost; in try_add_cand_for()
6555 act_cost = iv_ca_extend (data, ivs, cand, &act_delta, NULL, true); in try_add_cand_for()
6561 if (act_cost < best_cost) in try_add_cand_for()
6563 best_cost = act_cost; in try_add_cand_for()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dtree-ssa-loop-ivopts.c6513 comp_cost best_cost, act_cost; in try_add_cand_for() local
6556 act_cost = iv_ca_extend (data, ivs, cand, &act_delta, NULL, in try_add_cand_for()
6561 if (act_cost < best_cost) in try_add_cand_for()
6563 best_cost = act_cost; in try_add_cand_for()
6595 act_cost = iv_ca_extend (data, ivs, cand, &act_delta, NULL, true); in try_add_cand_for()
6601 if (act_cost < best_cost) in try_add_cand_for()
6603 best_cost = act_cost; in try_add_cand_for()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dtree-ssa-loop-ivopts.c6487 comp_cost best_cost, act_cost; in try_add_cand_for() local
6530 act_cost = iv_ca_extend (data, ivs, cand, &act_delta, NULL, in try_add_cand_for()
6535 if (act_cost < best_cost) in try_add_cand_for()
6537 best_cost = act_cost; in try_add_cand_for()
6569 act_cost = iv_ca_extend (data, ivs, cand, &act_delta, NULL, true); in try_add_cand_for()
6575 if (act_cost < best_cost) in try_add_cand_for()
6577 best_cost = act_cost; in try_add_cand_for()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dtree-ssa-loop-ivopts.c6889 comp_cost best_cost, act_cost; in try_add_cand_for() local
6932 act_cost = iv_ca_extend (data, ivs, cand, &act_delta, NULL, in try_add_cand_for()
6937 if (act_cost < best_cost) in try_add_cand_for()
6939 best_cost = act_cost; in try_add_cand_for()
6971 act_cost = iv_ca_extend (data, ivs, cand, &act_delta, NULL, true); in try_add_cand_for()
6977 if (act_cost < best_cost) in try_add_cand_for()
6979 best_cost = act_cost; in try_add_cand_for()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dtree-ssa-loop-ivopts.c6799 comp_cost best_cost, act_cost; in try_add_cand_for() local
6842 act_cost = iv_ca_extend (data, ivs, cand, &act_delta, NULL, in try_add_cand_for()
6847 if (act_cost < best_cost) in try_add_cand_for()
6849 best_cost = act_cost; in try_add_cand_for()
6881 act_cost = iv_ca_extend (data, ivs, cand, &act_delta, NULL, true); in try_add_cand_for()
6887 if (act_cost < best_cost) in try_add_cand_for()
6889 best_cost = act_cost; in try_add_cand_for()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dtree-ssa-loop-ivopts.c6797 comp_cost best_cost, act_cost;
6840 act_cost = iv_ca_extend (data, ivs, cand, &act_delta, NULL,
6845 if (act_cost < best_cost)
6847 best_cost = act_cost;
6879 act_cost = iv_ca_extend (data, ivs, cand, &act_delta, NULL, true);
6885 if (act_cost < best_cost)
6887 best_cost = act_cost;
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dtree-ssa-loop-ivopts.c6799 comp_cost best_cost, act_cost; in try_add_cand_for() local
6842 act_cost = iv_ca_extend (data, ivs, cand, &act_delta, NULL, in try_add_cand_for()
6847 if (act_cost < best_cost) in try_add_cand_for()
6849 best_cost = act_cost; in try_add_cand_for()
6881 act_cost = iv_ca_extend (data, ivs, cand, &act_delta, NULL, true); in try_add_cand_for()
6887 if (act_cost < best_cost) in try_add_cand_for()
6889 best_cost = act_cost; in try_add_cand_for()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dtree-ssa-loop-ivopts.c6797 comp_cost best_cost, act_cost; in try_add_cand_for() local
6840 act_cost = iv_ca_extend (data, ivs, cand, &act_delta, NULL, in try_add_cand_for()
6845 if (act_cost < best_cost) in try_add_cand_for()
6847 best_cost = act_cost; in try_add_cand_for()
6879 act_cost = iv_ca_extend (data, ivs, cand, &act_delta, NULL, true); in try_add_cand_for()
6885 if (act_cost < best_cost) in try_add_cand_for()
6887 best_cost = act_cost; in try_add_cand_for()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dtree-ssa-loop-ivopts.c6799 comp_cost best_cost, act_cost; in try_add_cand_for() local
6842 act_cost = iv_ca_extend (data, ivs, cand, &act_delta, NULL, in try_add_cand_for()
6847 if (act_cost < best_cost) in try_add_cand_for()
6849 best_cost = act_cost; in try_add_cand_for()
6881 act_cost = iv_ca_extend (data, ivs, cand, &act_delta, NULL, true); in try_add_cand_for()
6887 if (act_cost < best_cost) in try_add_cand_for()
6889 best_cost = act_cost; in try_add_cand_for()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dtree-ssa-loop-ivopts.c6797 comp_cost best_cost, act_cost; in try_add_cand_for() local
6840 act_cost = iv_ca_extend (data, ivs, cand, &act_delta, NULL, in try_add_cand_for()
6845 if (act_cost < best_cost) in try_add_cand_for()
6847 best_cost = act_cost; in try_add_cand_for()
6879 act_cost = iv_ca_extend (data, ivs, cand, &act_delta, NULL, true); in try_add_cand_for()
6885 if (act_cost < best_cost) in try_add_cand_for()
6887 best_cost = act_cost; in try_add_cand_for()
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/doc/
H A DJSON_INFO.md648 | act_cost | (_optional_) How many kJ it costs to activate the bionic. Strings …
686 "act_cost" : 0,

12