Home
last modified time | relevance | path

Searched refs:local_cost (Results 1 – 25 of 87) sorted by relevance

1234

/dports/audio/festival/speech_tools/main/
H A Ddp_main.cc72 float local_cost(const EST_Item *s1, const EST_Item *s2);
291 local_cost,local_prune,null_sym)) in main()
325 float local_cost(const EST_Item *s1, const EST_Item *s2) in local_cost() function
/dports/science/hypre/hypre-2.23.0/src/distributed_ls/ParaSails/
H A DLoadBal.c32 void LoadBalInit(MPI_Comm comm, HYPRE_Real local_cost, HYPRE_Real beta, in LoadBalInit() argument
51 hypre_MPI_Allgather(&local_cost, 1, hypre_MPI_REAL, cost, 1, hypre_MPI_REAL, comm); in LoadBalInit()
337 HYPRE_Real local_cost, HYPRE_Real beta) in LoadBalDonate() argument
353 LoadBalInit(comm, local_cost, beta, &p->num_given, in LoadBalDonate()
H A DLoadBal.h48 HYPRE_Real local_cost, HYPRE_Real beta);
/dports/audio/festival/festival/src/modules/UniSyn_phonology/
H A Dus_duration.cc164 float local_cost(const EST_Item *s1, const EST_Item *s2);
199 dp_match(*segment, *ulab, *umatch, local_cost, &xx); in FT_nat_dur_predict()
H A DUniSyn_build.cc73 float local_cost(const EST_Item *s1, const EST_Item *s2);
101 float local_cost(const EST_Item *s1, const EST_Item *s2) in local_cost() function
546 *word.relation("Match"), local_cost, &xx); in fix_syllables()
581 *utt.relation("Match"), local_cost, &xx); in add_trans_duration()
734 *word.relation("Match"), local_cost, &xx); in add_trans_seg()
/dports/net/frr7-pythontools/frr-frr-7.5.1/pimd/
H A Dpim_mlag.c190 uint32_t local_cost; in pim_mlag_up_df_role_elect() local
233 local_cost = pim_up_mlag_local_cost(up); in pim_mlag_up_df_role_elect()
234 if (local_cost == peer_cost) { in pim_mlag_up_df_role_elect()
238 is_df = (local_cost < peer_cost) ? true : false; in pim_mlag_up_df_role_elect()
/dports/net/frr7/frr-frr-7.5.1/pimd/
H A Dpim_mlag.c190 uint32_t local_cost; in pim_mlag_up_df_role_elect() local
233 local_cost = pim_up_mlag_local_cost(up); in pim_mlag_up_df_role_elect()
234 if (local_cost == peer_cost) { in pim_mlag_up_df_role_elect()
238 is_df = (local_cost < peer_cost) ? true : false; in pim_mlag_up_df_role_elect()
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dgimple-ssa-strength-reduction.c1948 int local_cost, sib_cost; in lowest_cost_path() local
1952 local_cost = cost_in; in lowest_cost_path()
1954 local_cost = cost_in - repl_savings - c->dead_savings; in lowest_cost_path()
1956 local_cost = cost_in - c->dead_savings; in lowest_cost_path()
1959 local_cost = lowest_cost_path (local_cost, repl_savings, in lowest_cost_path()
1966 local_cost = MIN (local_cost, sib_cost); in lowest_cost_path()
1969 return local_cost; in lowest_cost_path()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dgimple-ssa-strength-reduction.c1933 int local_cost, sib_cost; in lowest_cost_path() local
1937 local_cost = cost_in; in lowest_cost_path()
1939 local_cost = cost_in - repl_savings - c->dead_savings; in lowest_cost_path()
1941 local_cost = cost_in - c->dead_savings; in lowest_cost_path()
1944 local_cost = lowest_cost_path (local_cost, repl_savings, in lowest_cost_path()
1951 local_cost = MIN (local_cost, sib_cost); in lowest_cost_path()
1954 return local_cost; in lowest_cost_path()
/dports/graphics/opencv/opencv-4.5.3/samples/cpp/
H A Dintelligent_scissors.cpp32 static float local_cost(const Point& p, const Point& q, const Mat& gradient_magnitude, const Mat& I… in local_cost() function
102 …float cost = cost_map.at<float>(p) + local_cost(p, q, param->gradient_magnitude, param->Iy, param-… in find_min_path()
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/filter/
H A Ddup2.c222 double local_cost = 0; in insert_relation_in_dup_hashtable() local
248 local_cost++; in insert_relation_in_dup_hashtable()
262 cost += local_cost; in insert_relation_in_dup_hashtable()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dgimple-ssa-strength-reduction.c2734 int local_cost, sib_cost, savings = 0; in lowest_cost_path() local
2738 local_cost = cost_in; in lowest_cost_path()
2740 local_cost = cost_in - repl_savings - c->dead_savings; in lowest_cost_path()
2742 local_cost = cost_in - c->dead_savings; in lowest_cost_path()
2749 local_cost += phi_incr_cost (c, incr, phi, &savings); in lowest_cost_path()
2752 local_cost -= savings; in lowest_cost_path()
2756 local_cost = lowest_cost_path (local_cost, repl_savings, in lowest_cost_path()
2765 local_cost = MIN (local_cost, sib_cost); in lowest_cost_path()
2768 return local_cost; in lowest_cost_path()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dgimple-ssa-strength-reduction.c2717 int local_cost, sib_cost, savings = 0; in lowest_cost_path() local
2721 local_cost = cost_in; in lowest_cost_path()
2723 local_cost = cost_in - repl_savings - c->dead_savings; in lowest_cost_path()
2725 local_cost = cost_in - c->dead_savings; in lowest_cost_path()
2732 local_cost += phi_incr_cost (c, incr, phi, &savings); in lowest_cost_path()
2735 local_cost -= savings; in lowest_cost_path()
2739 local_cost = lowest_cost_path (local_cost, repl_savings, in lowest_cost_path()
2748 local_cost = MIN (local_cost, sib_cost); in lowest_cost_path()
2751 return local_cost; in lowest_cost_path()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dgimple-ssa-strength-reduction.c2717 int local_cost, sib_cost, savings = 0; in lowest_cost_path() local
2721 local_cost = cost_in; in lowest_cost_path()
2723 local_cost = cost_in - repl_savings - c->dead_savings; in lowest_cost_path()
2725 local_cost = cost_in - c->dead_savings; in lowest_cost_path()
2732 local_cost += phi_incr_cost (c, incr, phi, &savings); in lowest_cost_path()
2735 local_cost -= savings; in lowest_cost_path()
2739 local_cost = lowest_cost_path (local_cost, repl_savings, in lowest_cost_path()
2748 local_cost = MIN (local_cost, sib_cost); in lowest_cost_path()
2751 return local_cost; in lowest_cost_path()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dgimple-ssa-strength-reduction.c2985 int local_cost, sib_cost, savings = 0; in lowest_cost_path() local
2989 local_cost = cost_in; in lowest_cost_path()
2991 local_cost = cost_in - repl_savings - c->dead_savings; in lowest_cost_path()
2993 local_cost = cost_in - c->dead_savings; in lowest_cost_path()
3000 local_cost += phi_incr_cost (c, incr, phi, &savings); in lowest_cost_path()
3003 local_cost -= savings; in lowest_cost_path()
3007 local_cost = lowest_cost_path (local_cost, repl_savings, in lowest_cost_path()
3016 local_cost = MIN (local_cost, sib_cost); in lowest_cost_path()
3019 return local_cost; in lowest_cost_path()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dgimple-ssa-strength-reduction.c2985 int local_cost, sib_cost, savings = 0; in lowest_cost_path() local
2989 local_cost = cost_in; in lowest_cost_path()
2991 local_cost = cost_in - repl_savings - c->dead_savings; in lowest_cost_path()
2993 local_cost = cost_in - c->dead_savings; in lowest_cost_path()
3000 local_cost += phi_incr_cost (c, incr, phi, &savings); in lowest_cost_path()
3003 local_cost -= savings; in lowest_cost_path()
3007 local_cost = lowest_cost_path (local_cost, repl_savings, in lowest_cost_path()
3016 local_cost = MIN (local_cost, sib_cost); in lowest_cost_path()
3019 return local_cost; in lowest_cost_path()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dgimple-ssa-strength-reduction.c2987 int local_cost, sib_cost, savings = 0; in lowest_cost_path() local
2991 local_cost = cost_in; in lowest_cost_path()
2993 local_cost = cost_in - repl_savings - c->dead_savings; in lowest_cost_path()
2995 local_cost = cost_in - c->dead_savings; in lowest_cost_path()
3002 local_cost += phi_incr_cost (c, incr, phi, &savings); in lowest_cost_path()
3005 local_cost -= savings; in lowest_cost_path()
3009 local_cost = lowest_cost_path (local_cost, repl_savings, in lowest_cost_path()
3018 local_cost = MIN (local_cost, sib_cost); in lowest_cost_path()
3021 return local_cost; in lowest_cost_path()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dgimple-ssa-strength-reduction.c2985 int local_cost, sib_cost, savings = 0; in lowest_cost_path() local
2989 local_cost = cost_in; in lowest_cost_path()
2991 local_cost = cost_in - repl_savings - c->dead_savings; in lowest_cost_path()
2993 local_cost = cost_in - c->dead_savings; in lowest_cost_path()
3000 local_cost += phi_incr_cost (c, incr, phi, &savings); in lowest_cost_path()
3003 local_cost -= savings; in lowest_cost_path()
3007 local_cost = lowest_cost_path (local_cost, repl_savings, in lowest_cost_path()
3016 local_cost = MIN (local_cost, sib_cost); in lowest_cost_path()
3019 return local_cost; in lowest_cost_path()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dgimple-ssa-strength-reduction.c2987 int local_cost, sib_cost, savings = 0; in lowest_cost_path() local
2991 local_cost = cost_in; in lowest_cost_path()
2993 local_cost = cost_in - repl_savings - c->dead_savings; in lowest_cost_path()
2995 local_cost = cost_in - c->dead_savings; in lowest_cost_path()
3002 local_cost += phi_incr_cost (c, incr, phi, &savings); in lowest_cost_path()
3005 local_cost -= savings; in lowest_cost_path()
3009 local_cost = lowest_cost_path (local_cost, repl_savings, in lowest_cost_path()
3018 local_cost = MIN (local_cost, sib_cost); in lowest_cost_path()
3021 return local_cost; in lowest_cost_path()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dgimple-ssa-strength-reduction.c2985 int local_cost, sib_cost, savings = 0; in lowest_cost_path() local
2989 local_cost = cost_in; in lowest_cost_path()
2991 local_cost = cost_in - repl_savings - c->dead_savings; in lowest_cost_path()
2993 local_cost = cost_in - c->dead_savings; in lowest_cost_path()
3000 local_cost += phi_incr_cost (c, incr, phi, &savings); in lowest_cost_path()
3003 local_cost -= savings; in lowest_cost_path()
3007 local_cost = lowest_cost_path (local_cost, repl_savings, in lowest_cost_path()
3016 local_cost = MIN (local_cost, sib_cost); in lowest_cost_path()
3019 return local_cost; in lowest_cost_path()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dgimple-ssa-strength-reduction.c2985 int local_cost, sib_cost, savings = 0; in lowest_cost_path() local
2989 local_cost = cost_in; in lowest_cost_path()
2991 local_cost = cost_in - repl_savings - c->dead_savings; in lowest_cost_path()
2993 local_cost = cost_in - c->dead_savings; in lowest_cost_path()
3000 local_cost += phi_incr_cost (c, incr, phi, &savings); in lowest_cost_path()
3003 local_cost -= savings; in lowest_cost_path()
3007 local_cost = lowest_cost_path (local_cost, repl_savings, in lowest_cost_path()
3016 local_cost = MIN (local_cost, sib_cost); in lowest_cost_path()
3019 return local_cost; in lowest_cost_path()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dgimple-ssa-strength-reduction.c2985 int local_cost, sib_cost, savings = 0; in lowest_cost_path() local
2989 local_cost = cost_in; in lowest_cost_path()
2991 local_cost = cost_in - repl_savings - c->dead_savings; in lowest_cost_path()
2993 local_cost = cost_in - c->dead_savings; in lowest_cost_path()
3000 local_cost += phi_incr_cost (c, incr, phi, &savings); in lowest_cost_path()
3003 local_cost -= savings; in lowest_cost_path()
3007 local_cost = lowest_cost_path (local_cost, repl_savings, in lowest_cost_path()
3016 local_cost = MIN (local_cost, sib_cost); in lowest_cost_path()
3019 return local_cost; in lowest_cost_path()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dgimple-ssa-strength-reduction.c2985 int local_cost, sib_cost, savings = 0; in lowest_cost_path() local
2989 local_cost = cost_in; in lowest_cost_path()
2991 local_cost = cost_in - repl_savings - c->dead_savings; in lowest_cost_path()
2993 local_cost = cost_in - c->dead_savings; in lowest_cost_path()
3000 local_cost += phi_incr_cost (c, incr, phi, &savings); in lowest_cost_path()
3003 local_cost -= savings; in lowest_cost_path()
3007 local_cost = lowest_cost_path (local_cost, repl_savings, in lowest_cost_path()
3016 local_cost = MIN (local_cost, sib_cost); in lowest_cost_path()
3019 return local_cost; in lowest_cost_path()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dgimple-ssa-strength-reduction.c2987 int local_cost, sib_cost, savings = 0; in lowest_cost_path() local
2991 local_cost = cost_in; in lowest_cost_path()
2993 local_cost = cost_in - repl_savings - c->dead_savings; in lowest_cost_path()
2995 local_cost = cost_in - c->dead_savings; in lowest_cost_path()
3002 local_cost += phi_incr_cost (c, incr, phi, &savings); in lowest_cost_path()
3005 local_cost -= savings; in lowest_cost_path()
3009 local_cost = lowest_cost_path (local_cost, repl_savings, in lowest_cost_path()
3018 local_cost = MIN (local_cost, sib_cost); in lowest_cost_path()
3021 return local_cost; in lowest_cost_path()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dgimple-ssa-strength-reduction.c2985 int local_cost, sib_cost, savings = 0; in lowest_cost_path() local
2989 local_cost = cost_in; in lowest_cost_path()
2991 local_cost = cost_in - repl_savings - c->dead_savings; in lowest_cost_path()
2993 local_cost = cost_in - c->dead_savings; in lowest_cost_path()
3000 local_cost += phi_incr_cost (c, incr, phi, &savings); in lowest_cost_path()
3003 local_cost -= savings; in lowest_cost_path()
3007 local_cost = lowest_cost_path (local_cost, repl_savings, in lowest_cost_path()
3016 local_cost = MIN (local_cost, sib_cost); in lowest_cost_path()
3019 return local_cost; in lowest_cost_path()

1234