Home
last modified time | relevance | path

Searched refs:next_e (Results 1 – 25 of 146) sorted by relevance

123456

/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dgraphite-isl-ast-to-gimple.c146 edge next_e,
632 set_immediate_dominator (CDI_DOMINATORS, next_e->dest, next_e->src); in translate_isl_ast_for_loop()
748 next_e = get_true_edge_from_guard_bb (next_e->dest); in translate_isl_ast_node_for()
826 old_bb->index, next_e->src->index, next_e->dest->index); in translate_isl_ast_node_user()
830 next_e = copy_bb_and_scalar_dependences (old_bb, next_e, iv_map); in translate_isl_ast_node_user()
843 return next_e; in translate_isl_ast_node_user()
859 next_e = translate_isl_ast (context_loop, tmp_node, next_e, ip); in translate_isl_ast_node_block()
863 return next_e; in translate_isl_ast_node_block()
926 next_e, ip); in translate_isl_ast()
930 next_e, ip); in translate_isl_ast()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dgraphite-isl-ast-to-gimple.c140 edge next_e,
623 set_immediate_dominator (CDI_DOMINATORS, next_e->dest, next_e->src); in translate_isl_ast_for_loop()
739 next_e = get_true_edge_from_guard_bb (next_e->dest); in translate_isl_ast_node_for()
817 old_bb->index, next_e->src->index, next_e->dest->index); in translate_isl_ast_node_user()
821 next_e = copy_bb_and_scalar_dependences (old_bb, next_e, iv_map); in translate_isl_ast_node_user()
834 return next_e; in translate_isl_ast_node_user()
850 next_e = translate_isl_ast (context_loop, tmp_node, next_e, ip); in translate_isl_ast_node_block()
854 return next_e; in translate_isl_ast_node_block()
917 next_e, ip); in translate_isl_ast()
921 next_e, ip); in translate_isl_ast()
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dgraphite-isl-ast-to-gimple.c146 edge next_e,
637 set_immediate_dominator (CDI_DOMINATORS, next_e->dest, next_e->src); in translate_isl_ast_for_loop()
753 next_e = get_true_edge_from_guard_bb (next_e->dest); in translate_isl_ast_node_for()
831 old_bb->index, next_e->src->index, next_e->dest->index); in translate_isl_ast_node_user()
835 next_e = copy_bb_and_scalar_dependences (old_bb, next_e, iv_map); in translate_isl_ast_node_user()
848 return next_e; in translate_isl_ast_node_user()
864 next_e = translate_isl_ast (context_loop, tmp_node, next_e, ip); in translate_isl_ast_node_block()
868 return next_e; in translate_isl_ast_node_block()
931 next_e, ip); in translate_isl_ast()
935 next_e, ip); in translate_isl_ast()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dgraphite-isl-ast-to-gimple.c145 edge next_e,
636 set_immediate_dominator (CDI_DOMINATORS, next_e->dest, next_e->src); in translate_isl_ast_for_loop()
752 next_e = get_true_edge_from_guard_bb (next_e->dest); in translate_isl_ast_node_for()
830 old_bb->index, next_e->src->index, next_e->dest->index); in translate_isl_ast_node_user()
834 next_e = copy_bb_and_scalar_dependences (old_bb, next_e, iv_map); in translate_isl_ast_node_user()
847 return next_e; in translate_isl_ast_node_user()
863 next_e = translate_isl_ast (context_loop, tmp_node, next_e, ip); in translate_isl_ast_node_block()
867 return next_e; in translate_isl_ast_node_block()
930 next_e, ip); in translate_isl_ast()
934 next_e, ip); in translate_isl_ast()
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dgraphite-isl-ast-to-gimple.c146 edge next_e,
632 set_immediate_dominator (CDI_DOMINATORS, next_e->dest, next_e->src); in translate_isl_ast_for_loop()
748 next_e = get_true_edge_from_guard_bb (next_e->dest); in translate_isl_ast_node_for()
826 old_bb->index, next_e->src->index, next_e->dest->index); in translate_isl_ast_node_user()
830 next_e = copy_bb_and_scalar_dependences (old_bb, next_e, iv_map); in translate_isl_ast_node_user()
843 return next_e; in translate_isl_ast_node_user()
859 next_e = translate_isl_ast (context_loop, tmp_node, next_e, ip); in translate_isl_ast_node_block()
863 return next_e; in translate_isl_ast_node_block()
926 next_e, ip); in translate_isl_ast()
930 next_e, ip); in translate_isl_ast()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dgraphite-isl-ast-to-gimple.c145 edge next_e,
636 set_immediate_dominator (CDI_DOMINATORS, next_e->dest, next_e->src); in translate_isl_ast_for_loop()
752 next_e = get_true_edge_from_guard_bb (next_e->dest); in translate_isl_ast_node_for()
830 old_bb->index, next_e->src->index, next_e->dest->index); in translate_isl_ast_node_user()
834 next_e = copy_bb_and_scalar_dependences (old_bb, next_e, iv_map); in translate_isl_ast_node_user()
847 return next_e; in translate_isl_ast_node_user()
863 next_e = translate_isl_ast (context_loop, tmp_node, next_e, ip); in translate_isl_ast_node_block()
867 return next_e; in translate_isl_ast_node_block()
930 next_e, ip); in translate_isl_ast()
934 next_e, ip); in translate_isl_ast()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dgraphite-isl-ast-to-gimple.c146 edge next_e,
632 set_immediate_dominator (CDI_DOMINATORS, next_e->dest, next_e->src); in translate_isl_ast_for_loop()
748 next_e = get_true_edge_from_guard_bb (next_e->dest); in translate_isl_ast_node_for()
826 old_bb->index, next_e->src->index, next_e->dest->index); in translate_isl_ast_node_user()
830 next_e = copy_bb_and_scalar_dependences (old_bb, next_e, iv_map); in translate_isl_ast_node_user()
843 return next_e; in translate_isl_ast_node_user()
859 next_e = translate_isl_ast (context_loop, tmp_node, next_e, ip); in translate_isl_ast_node_block()
863 return next_e; in translate_isl_ast_node_block()
926 next_e, ip); in translate_isl_ast()
930 next_e, ip); in translate_isl_ast()
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dgraphite-isl-ast-to-gimple.c140 edge next_e,
627 set_immediate_dominator (CDI_DOMINATORS, next_e->dest, next_e->src); in translate_isl_ast_for_loop()
743 next_e = get_true_edge_from_guard_bb (next_e->dest); in translate_isl_ast_node_for()
821 old_bb->index, next_e->src->index, next_e->dest->index); in translate_isl_ast_node_user()
825 next_e = copy_bb_and_scalar_dependences (old_bb, next_e, iv_map); in translate_isl_ast_node_user()
838 return next_e; in translate_isl_ast_node_user()
854 next_e = translate_isl_ast (context_loop, tmp_node, next_e, ip); in translate_isl_ast_node_block()
858 return next_e; in translate_isl_ast_node_block()
921 next_e, ip); in translate_isl_ast()
925 next_e, ip); in translate_isl_ast()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dgraphite-isl-ast-to-gimple.c146 edge next_e,
632 set_immediate_dominator (CDI_DOMINATORS, next_e->dest, next_e->src); in translate_isl_ast_for_loop()
748 next_e = get_true_edge_from_guard_bb (next_e->dest); in translate_isl_ast_node_for()
826 old_bb->index, next_e->src->index, next_e->dest->index); in translate_isl_ast_node_user()
830 next_e = copy_bb_and_scalar_dependences (old_bb, next_e, iv_map); in translate_isl_ast_node_user()
843 return next_e; in translate_isl_ast_node_user()
859 next_e = translate_isl_ast (context_loop, tmp_node, next_e, ip); in translate_isl_ast_node_block()
863 return next_e; in translate_isl_ast_node_block()
926 next_e, ip); in translate_isl_ast()
930 next_e, ip); in translate_isl_ast()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dgraphite-isl-ast-to-gimple.c146 edge next_e,
632 set_immediate_dominator (CDI_DOMINATORS, next_e->dest, next_e->src); in translate_isl_ast_for_loop()
748 next_e = get_true_edge_from_guard_bb (next_e->dest); in translate_isl_ast_node_for()
826 old_bb->index, next_e->src->index, next_e->dest->index); in translate_isl_ast_node_user()
830 next_e = copy_bb_and_scalar_dependences (old_bb, next_e, iv_map); in translate_isl_ast_node_user()
843 return next_e; in translate_isl_ast_node_user()
859 next_e = translate_isl_ast (context_loop, tmp_node, next_e, ip); in translate_isl_ast_node_block()
863 return next_e; in translate_isl_ast_node_block()
926 next_e, ip); in translate_isl_ast()
930 next_e, ip); in translate_isl_ast()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dgraphite-isl-ast-to-gimple.c146 edge next_e,
634 set_immediate_dominator (CDI_DOMINATORS, next_e->dest, next_e->src); in translate_isl_ast_for_loop()
750 next_e = get_true_edge_from_guard_bb (next_e->dest); in translate_isl_ast_node_for()
828 old_bb->index, next_e->src->index, next_e->dest->index); in translate_isl_ast_node_user()
832 next_e = copy_bb_and_scalar_dependences (old_bb, next_e, iv_map); in translate_isl_ast_node_user()
845 return next_e; in translate_isl_ast_node_user()
861 next_e = translate_isl_ast (context_loop, tmp_node, next_e, ip); in translate_isl_ast_node_block()
865 return next_e; in translate_isl_ast_node_block()
928 next_e, ip); in translate_isl_ast()
932 next_e, ip); in translate_isl_ast()
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dgraphite-isl-ast-to-gimple.c145 edge next_e,
636 set_immediate_dominator (CDI_DOMINATORS, next_e->dest, next_e->src); in translate_isl_ast_for_loop()
752 next_e = get_true_edge_from_guard_bb (next_e->dest); in translate_isl_ast_node_for()
830 old_bb->index, next_e->src->index, next_e->dest->index); in translate_isl_ast_node_user()
834 next_e = copy_bb_and_scalar_dependences (old_bb, next_e, iv_map); in translate_isl_ast_node_user()
847 return next_e; in translate_isl_ast_node_user()
863 next_e = translate_isl_ast (context_loop, tmp_node, next_e, ip); in translate_isl_ast_node_block()
867 return next_e; in translate_isl_ast_node_block()
930 next_e, ip); in translate_isl_ast()
934 next_e, ip); in translate_isl_ast()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dgraphite-isl-ast-to-gimple.c146 edge next_e,
637 set_immediate_dominator (CDI_DOMINATORS, next_e->dest, next_e->src); in translate_isl_ast_for_loop()
753 next_e = get_true_edge_from_guard_bb (next_e->dest); in translate_isl_ast_node_for()
831 old_bb->index, next_e->src->index, next_e->dest->index); in translate_isl_ast_node_user()
835 next_e = copy_bb_and_scalar_dependences (old_bb, next_e, iv_map); in translate_isl_ast_node_user()
848 return next_e; in translate_isl_ast_node_user()
864 next_e = translate_isl_ast (context_loop, tmp_node, next_e, ip); in translate_isl_ast_node_block()
868 return next_e; in translate_isl_ast_node_block()
931 next_e, ip); in translate_isl_ast()
935 next_e, ip); in translate_isl_ast()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dgraphite-isl-ast-to-gimple.c140 edge next_e,
627 set_immediate_dominator (CDI_DOMINATORS, next_e->dest, next_e->src); in translate_isl_ast_for_loop()
743 next_e = get_true_edge_from_guard_bb (next_e->dest); in translate_isl_ast_node_for()
821 old_bb->index, next_e->src->index, next_e->dest->index); in translate_isl_ast_node_user()
825 next_e = copy_bb_and_scalar_dependences (old_bb, next_e, iv_map); in translate_isl_ast_node_user()
838 return next_e; in translate_isl_ast_node_user()
854 next_e = translate_isl_ast (context_loop, tmp_node, next_e, ip); in translate_isl_ast_node_block()
858 return next_e; in translate_isl_ast_node_block()
921 next_e, ip); in translate_isl_ast()
925 next_e, ip); in translate_isl_ast()
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dgraphite-isl-ast-to-gimple.c146 edge next_e,
635 set_immediate_dominator (CDI_DOMINATORS, next_e->dest, next_e->src); in translate_isl_ast_for_loop()
751 next_e = get_true_edge_from_guard_bb (next_e->dest); in translate_isl_ast_node_for()
829 old_bb->index, next_e->src->index, next_e->dest->index); in translate_isl_ast_node_user()
833 next_e = copy_bb_and_scalar_dependences (old_bb, next_e, iv_map); in translate_isl_ast_node_user()
846 return next_e; in translate_isl_ast_node_user()
862 next_e = translate_isl_ast (context_loop, tmp_node, next_e, ip); in translate_isl_ast_node_block()
866 return next_e; in translate_isl_ast_node_block()
929 next_e, ip); in translate_isl_ast()
933 next_e, ip); in translate_isl_ast()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dgraphite-isl-ast-to-gimple.c140 edge next_e,
627 set_immediate_dominator (CDI_DOMINATORS, next_e->dest, next_e->src); in translate_isl_ast_for_loop()
743 next_e = get_true_edge_from_guard_bb (next_e->dest); in translate_isl_ast_node_for()
821 old_bb->index, next_e->src->index, next_e->dest->index); in translate_isl_ast_node_user()
825 next_e = copy_bb_and_scalar_dependences (old_bb, next_e, iv_map); in translate_isl_ast_node_user()
838 return next_e; in translate_isl_ast_node_user()
854 next_e = translate_isl_ast (context_loop, tmp_node, next_e, ip); in translate_isl_ast_node_block()
858 return next_e; in translate_isl_ast_node_block()
921 next_e, ip); in translate_isl_ast()
925 next_e, ip); in translate_isl_ast()
[all …]
/dports/math/igraph/igraph-0.9.5/src/games/
H A Dcorrelated.c70 igraph_real_t next_e, next_a, next_d; in igraph_correlated_game() local
175 { if (p_e < no_of_edges) { next_e=CODEE(); } else { next_e = inf; } } in igraph_correlated_game()
185 while (next_e != inf || next_a != inf || next_d != inf) { in igraph_correlated_game()
186 if (next_e <= next_a && next_e < next_d) { in igraph_correlated_game()
193 } else if (next_e <= next_a && next_e == next_d) { in igraph_correlated_game()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dgraphite-clast-to-gimple.c1107 return next_e; in translate_clast_user()
1116 next_e, iv_map, &gloog_error); in translate_clast_user()
1119 new_bb = next_e->src; in translate_clast_user()
1124 return next_e; in translate_clast_user()
1193 redirect_edge_succ_nodup (next_e, after); in translate_clast_for_loop()
1194 set_immediate_dominator (CDI_DOMINATORS, next_e->dest, next_e->src); in translate_clast_for_loop()
1296 return next_e; in translate_clast()
1303 next_e, bb_pbb_mapping, ip); in translate_clast()
1307 next_e, bb_pbb_mapping, level, ip); in translate_clast()
1311 next_e, bb_pbb_mapping, level, ip); in translate_clast()
[all …]
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dgraphite-clast-to-gimple.c1091 return next_e; in translate_clast_user()
1100 next_e, iv_map, &gloog_error); in translate_clast_user()
1103 new_bb = next_e->src; in translate_clast_user()
1108 return next_e; in translate_clast_user()
1175 redirect_edge_succ_nodup (next_e, after); in translate_clast_for_loop()
1176 set_immediate_dominator (CDI_DOMINATORS, next_e->dest, next_e->src); in translate_clast_for_loop()
1274 return next_e; in translate_clast()
1281 next_e, bb_pbb_mapping, ip); in translate_clast()
1285 next_e, bb_pbb_mapping, level, ip); in translate_clast()
1289 next_e, bb_pbb_mapping, level, ip); in translate_clast()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dgraphite-clast-to-gimple.c1086 return next_e; in translate_clast_user()
1095 next_e, iv_map, &gloog_error); in translate_clast_user()
1098 new_bb = next_e->src; in translate_clast_user()
1103 return next_e; in translate_clast_user()
1170 redirect_edge_succ_nodup (next_e, after); in translate_clast_for_loop()
1171 set_immediate_dominator (CDI_DOMINATORS, next_e->dest, next_e->src); in translate_clast_for_loop()
1269 return next_e; in translate_clast()
1276 next_e, bb_pbb_mapping, ip); in translate_clast()
1280 next_e, bb_pbb_mapping, level, ip); in translate_clast()
1284 next_e, bb_pbb_mapping, level, ip); in translate_clast()
[all …]
/dports/audio/codec2/codec2-1.0.3/src/
H A Dinterp.c161 float next_e, /* next frames LPC energy */ in interpolate_lsp() argument
204 e = powf(10.0, (log10f(prev_e) + log10f(next_e))/2.0); in interpolate_lsp()
289 float interp_energy(float prev_e, float next_e) in interp_energy() argument
292 return sqrtf(prev_e * next_e); //looks better is math. identical and faster math in interp_energy()
307 float interp_energy2(float prev_e, float next_e, float weight) in interp_energy2() argument
309 return POW10F((1.0 - weight)*log10f(prev_e) + weight*log10f(next_e)); in interp_energy2()
/dports/math/cgal/CGAL-5.3/include/CGAL/internal/TDS_2/
H A Dedge_list.h444 const Edge& next_e = li_e.next();
445 List_item& li_next_e = emap[next_e];
447 emap[new_e] = List_item(e, next_e);
474 const Edge& next_e = li_e.next();
478 emap[next_e].set_previous(new_e);
480 emap[new_e] = List_item(prev_e, next_e);
504 const Edge& next_e = li_e.next();
507 emap[prev_e].set_next(next_e);
508 emap[next_e].set_previous(prev_e);
512 front_ = next_e;
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dgraphite-isl-ast-to-gimple.c182 edge next_e,
694 set_immediate_dominator (CDI_DOMINATORS, next_e->dest, next_e->src); in translate_isl_ast_for_loop()
841 if (last_e == next_e) in translate_isl_ast_node_for()
931 old_bb->index, next_e->src->index, next_e->dest->index); in translate_isl_ast_node_user()
936 next_e = copy_bb_and_scalar_dependences (old_bb, next_e, iv_map); in translate_isl_ast_node_user()
949 return next_e; in translate_isl_ast_node_user()
965 next_e = translate_isl_ast (context_loop, tmp_node, next_e, ip); in translate_isl_ast_node_block()
969 return next_e; in translate_isl_ast_node_block()
1033 next_e, ip); in translate_isl_ast()
1037 next_e, ip); in translate_isl_ast()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dgraphite-isl-ast-to-gimple.c182 edge next_e,
694 set_immediate_dominator (CDI_DOMINATORS, next_e->dest, next_e->src); in translate_isl_ast_for_loop()
841 if (last_e == next_e) in translate_isl_ast_node_for()
931 old_bb->index, next_e->src->index, next_e->dest->index); in translate_isl_ast_node_user()
936 next_e = copy_bb_and_scalar_dependences (old_bb, next_e, iv_map); in translate_isl_ast_node_user()
949 return next_e; in translate_isl_ast_node_user()
965 next_e = translate_isl_ast (context_loop, tmp_node, next_e, ip); in translate_isl_ast_node_block()
969 return next_e; in translate_isl_ast_node_block()
1033 next_e, ip); in translate_isl_ast()
1037 next_e, ip); in translate_isl_ast()
[all …]
/dports/math/flint2/flint-2.8.4/fmpz_mpoly_factor/
H A Deval.c38 ulong next_e; in _fmpz_mpoly_evaluate_rest_fmpz() local
93 next_e = mask & (Aexps[N*stops[v] + offsets[v]] >> shifts[v]); in _fmpz_mpoly_evaluate_rest_fmpz()
94 FLINT_ASSERT(next_e < es[v]); in _fmpz_mpoly_evaluate_rest_fmpz()
95 fmpz_pow_ui(E + v + 1, alphas + v, es[v] - next_e); in _fmpz_mpoly_evaluate_rest_fmpz()
97 es[v] = next_e; in _fmpz_mpoly_evaluate_rest_fmpz()

123456