Home
last modified time | relevance | path

Searched refs:e_true (Results 1 – 25 of 51) sorted by relevance

123

/dports/astro/py-metpy/MetPy-1.1.0/tests/calc/
H A Dtest_turbulence.py23 e_true = np.sqrt(12) / 2.
24 return u, v, w, e_true
64 u, v, w, e_true = uvw_and_known_tke
65 assert_array_equal(e_true, tke(u, v, w))
70 u, v, w, e_true = uvw_and_known_tke
74 e_true = e_true * np.ones(3)
75 assert_array_equal(e_true, tke(u, v, w, axis=-1))
80 u, v, w, e_true = uvw_and_known_tke
84 e_true = e_true * np.ones(3).transpose()
85 assert_array_equal(e_true, tke(u, v, w, axis=0))
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dtree-switch-conversion.c84 tree cond, edge e_true, in hoist_edge_and_branch_if_true() argument
93 gcc_assert (e_true->src == split_bb); in hoist_edge_and_branch_if_true()
96 && get_immediate_dominator (CDI_DOMINATORS, e_true->dest) == split_bb) in hoist_edge_and_branch_if_true()
106 redirect_edge_pred (e_true, split_bb); in hoist_edge_and_branch_if_true()
108 e_true->flags &= ~EDGE_FALLTHRU; in hoist_edge_and_branch_if_true()
109 e_true->flags |= EDGE_TRUE_VALUE; in hoist_edge_and_branch_if_true()
113 e_false->probability = REG_BR_PROB_BASE - e_true->probability; in hoist_edge_and_branch_if_true()
114 e_false->count = split_bb->count - e_true->count; in hoist_edge_and_branch_if_true()
120 set_immediate_dominator (CDI_DOMINATORS, e_true->dest, split_bb); in hoist_edge_and_branch_if_true()
H A Dtree-vect-loop-manip.c1046 edge e_true, e_false, e_fallthru; in set_prologue_iterations() local
1064 e_true = EDGE_PRED (then_bb, 0); in set_prologue_iterations()
1065 e_true->flags &= ~EDGE_FALLTHRU; in set_prologue_iterations()
1066 e_true->flags |= EDGE_TRUE_VALUE; in set_prologue_iterations()
1068 e_true->probability = probability; in set_prologue_iterations()
1070 e_true->count = apply_probability (cond_bb->count, probability); in set_prologue_iterations()
1071 e_false->count = cond_bb->count - e_true->count; in set_prologue_iterations()
1072 then_bb->frequency = EDGE_FREQUENCY (e_true); in set_prologue_iterations()
1073 then_bb->count = e_true->count; in set_prologue_iterations()
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dtree-switch-conversion.c70 tree cond, edge e_true, in hoist_edge_and_branch_if_true() argument
79 gcc_assert (e_true->src == split_bb); in hoist_edge_and_branch_if_true()
82 && get_immediate_dominator (CDI_DOMINATORS, e_true->dest) == split_bb) in hoist_edge_and_branch_if_true()
92 redirect_edge_pred (e_true, split_bb); in hoist_edge_and_branch_if_true()
94 e_true->flags &= ~EDGE_FALLTHRU; in hoist_edge_and_branch_if_true()
95 e_true->flags |= EDGE_TRUE_VALUE; in hoist_edge_and_branch_if_true()
99 e_false->probability = REG_BR_PROB_BASE - e_true->probability; in hoist_edge_and_branch_if_true()
100 e_false->count = split_bb->count - e_true->count; in hoist_edge_and_branch_if_true()
106 set_immediate_dominator (CDI_DOMINATORS, e_true->dest, split_bb); in hoist_edge_and_branch_if_true()
H A Dtree-vect-loop-manip.c920 edge e_true, e_false, e_fallthru; in set_prologue_iterations() local
938 e_true = EDGE_PRED (then_bb, 0); in set_prologue_iterations()
939 e_true->flags &= ~EDGE_FALLTHRU; in set_prologue_iterations()
940 e_true->flags |= EDGE_TRUE_VALUE; in set_prologue_iterations()
942 e_true->probability = probability; in set_prologue_iterations()
944 e_true->count = apply_probability (cond_bb->count, probability); in set_prologue_iterations()
945 e_false->count = cond_bb->count - e_true->count; in set_prologue_iterations()
946 then_bb->frequency = EDGE_FREQUENCY (e_true); in set_prologue_iterations()
947 then_bb->count = e_true->count; in set_prologue_iterations()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dtree-switch-conversion.c70 tree cond, edge e_true, in hoist_edge_and_branch_if_true() argument
79 gcc_assert (e_true->src == split_bb); in hoist_edge_and_branch_if_true()
82 && get_immediate_dominator (CDI_DOMINATORS, e_true->dest) == split_bb) in hoist_edge_and_branch_if_true()
92 redirect_edge_pred (e_true, split_bb); in hoist_edge_and_branch_if_true()
94 e_true->flags &= ~EDGE_FALLTHRU; in hoist_edge_and_branch_if_true()
95 e_true->flags |= EDGE_TRUE_VALUE; in hoist_edge_and_branch_if_true()
99 e_false->probability = REG_BR_PROB_BASE - e_true->probability; in hoist_edge_and_branch_if_true()
100 e_false->count = split_bb->count - e_true->count; in hoist_edge_and_branch_if_true()
106 set_immediate_dominator (CDI_DOMINATORS, e_true->dest, split_bb); in hoist_edge_and_branch_if_true()
H A Dtree-vect-loop-manip.c920 edge e_true, e_false, e_fallthru; in set_prologue_iterations() local
938 e_true = EDGE_PRED (then_bb, 0); in set_prologue_iterations()
939 e_true->flags &= ~EDGE_FALLTHRU; in set_prologue_iterations()
940 e_true->flags |= EDGE_TRUE_VALUE; in set_prologue_iterations()
942 e_true->probability = probability; in set_prologue_iterations()
944 e_true->count = apply_probability (cond_bb->count, probability); in set_prologue_iterations()
945 e_false->count = cond_bb->count - e_true->count; in set_prologue_iterations()
946 then_bb->frequency = EDGE_FREQUENCY (e_true); in set_prologue_iterations()
947 then_bb->count = e_true->count; in set_prologue_iterations()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dtree-switch-conversion.c77 tree cond, edge e_true, in hoist_edge_and_branch_if_true() argument
86 gcc_assert (e_true->src == split_bb); in hoist_edge_and_branch_if_true()
89 && get_immediate_dominator (CDI_DOMINATORS, e_true->dest) == split_bb) in hoist_edge_and_branch_if_true()
99 redirect_edge_pred (e_true, split_bb); in hoist_edge_and_branch_if_true()
101 e_true->flags &= ~EDGE_FALLTHRU; in hoist_edge_and_branch_if_true()
102 e_true->flags |= EDGE_TRUE_VALUE; in hoist_edge_and_branch_if_true()
106 e_false->probability = REG_BR_PROB_BASE - e_true->probability; in hoist_edge_and_branch_if_true()
107 e_false->count = split_bb->count - e_true->count; in hoist_edge_and_branch_if_true()
113 set_immediate_dominator (CDI_DOMINATORS, e_true->dest, split_bb); in hoist_edge_and_branch_if_true()
H A Dtree-vect-loop-manip.c1058 edge e_true, e_false, e_fallthru; in set_prologue_iterations() local
1076 e_true = EDGE_PRED (then_bb, 0); in set_prologue_iterations()
1077 e_true->flags &= ~EDGE_FALLTHRU; in set_prologue_iterations()
1078 e_true->flags |= EDGE_TRUE_VALUE; in set_prologue_iterations()
1080 e_true->probability = probability; in set_prologue_iterations()
1082 e_true->count = apply_probability (cond_bb->count, probability); in set_prologue_iterations()
1083 e_false->count = cond_bb->count - e_true->count; in set_prologue_iterations()
1084 then_bb->frequency = EDGE_FREQUENCY (e_true); in set_prologue_iterations()
1085 then_bb->count = e_true->count; in set_prologue_iterations()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dtree-switch-conversion.c77 tree cond, edge e_true, in hoist_edge_and_branch_if_true() argument
86 gcc_assert (e_true->src == split_bb); in hoist_edge_and_branch_if_true()
89 && get_immediate_dominator (CDI_DOMINATORS, e_true->dest) == split_bb) in hoist_edge_and_branch_if_true()
99 redirect_edge_pred (e_true, split_bb); in hoist_edge_and_branch_if_true()
101 e_true->flags &= ~EDGE_FALLTHRU; in hoist_edge_and_branch_if_true()
102 e_true->flags |= EDGE_TRUE_VALUE; in hoist_edge_and_branch_if_true()
106 e_false->probability = REG_BR_PROB_BASE - e_true->probability; in hoist_edge_and_branch_if_true()
107 e_false->count = split_bb->count - e_true->count; in hoist_edge_and_branch_if_true()
113 set_immediate_dominator (CDI_DOMINATORS, e_true->dest, split_bb); in hoist_edge_and_branch_if_true()
H A Dtree-vect-loop-manip.c1058 edge e_true, e_false, e_fallthru; in set_prologue_iterations() local
1076 e_true = EDGE_PRED (then_bb, 0); in set_prologue_iterations()
1077 e_true->flags &= ~EDGE_FALLTHRU; in set_prologue_iterations()
1078 e_true->flags |= EDGE_TRUE_VALUE; in set_prologue_iterations()
1080 e_true->probability = probability; in set_prologue_iterations()
1082 e_true->count = apply_probability (cond_bb->count, probability); in set_prologue_iterations()
1083 e_false->count = cond_bb->count - e_true->count; in set_prologue_iterations()
1084 then_bb->frequency = EDGE_FREQUENCY (e_true); in set_prologue_iterations()
1085 then_bb->count = e_true->count; in set_prologue_iterations()
/dports/math/cvc3/cvc3-2.4.1/src/search/
H A DLFSCObject.cpp759 Expr e_true = d_pf_expr.getEM()->trueExpr(); in what_is_proven() local
767 if(pf[1] == e_true){ in what_is_proven()
768 pe = e.iffExpr(e_true); in what_is_proven()
781 if(pf[2] == e_true){ in what_is_proven()
782 pe = e.iffExpr(e_true); in what_is_proven()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dtree-ssa-threadbackward.c326 edge e_true, e_false; in find_taken_edge_cond() local
328 extract_true_false_edges_from_block (bb, &e_true, &e_false); in find_taken_edge_cond()
329 return r == true_range ? e_true : e_false; in find_taken_edge_cond()
H A Dcfgloopmanip.c691 edge e_true, e_false, exit_edge; in create_empty_if_region_on_edge() local
709 e_true = single_succ_edge (cond_bb); in create_empty_if_region_on_edge()
710 true_bb = split_edge (e_true); in create_empty_if_region_on_edge()
715 e_true->flags &= ~EDGE_FALLTHRU; in create_empty_if_region_on_edge()
716 e_true->flags |= EDGE_TRUE_VALUE; in create_empty_if_region_on_edge()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dcfgloopmanip.c693 edge e_true, e_false, exit_edge; in create_empty_if_region_on_edge() local
711 e_true = single_succ_edge (cond_bb); in create_empty_if_region_on_edge()
712 true_bb = split_edge (e_true); in create_empty_if_region_on_edge()
717 e_true->flags &= ~EDGE_FALLTHRU; in create_empty_if_region_on_edge()
718 e_true->flags |= EDGE_TRUE_VALUE; in create_empty_if_region_on_edge()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dcfgloopmanip.c693 edge e_true, e_false, exit_edge; in create_empty_if_region_on_edge() local
711 e_true = single_succ_edge (cond_bb); in create_empty_if_region_on_edge()
712 true_bb = split_edge (e_true); in create_empty_if_region_on_edge()
717 e_true->flags &= ~EDGE_FALLTHRU; in create_empty_if_region_on_edge()
718 e_true->flags |= EDGE_TRUE_VALUE; in create_empty_if_region_on_edge()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dcfgloopmanip.c693 edge e_true, e_false, exit_edge; in create_empty_if_region_on_edge() local
711 e_true = single_succ_edge (cond_bb); in create_empty_if_region_on_edge()
712 true_bb = split_edge (e_true); in create_empty_if_region_on_edge()
717 e_true->flags &= ~EDGE_FALLTHRU; in create_empty_if_region_on_edge()
718 e_true->flags |= EDGE_TRUE_VALUE; in create_empty_if_region_on_edge()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dcfgloopmanip.c693 edge e_true, e_false, exit_edge; in create_empty_if_region_on_edge() local
711 e_true = single_succ_edge (cond_bb); in create_empty_if_region_on_edge()
712 true_bb = split_edge (e_true); in create_empty_if_region_on_edge()
717 e_true->flags &= ~EDGE_FALLTHRU; in create_empty_if_region_on_edge()
718 e_true->flags |= EDGE_TRUE_VALUE; in create_empty_if_region_on_edge()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dcfgloopmanip.c693 edge e_true, e_false, exit_edge; in create_empty_if_region_on_edge() local
711 e_true = single_succ_edge (cond_bb); in create_empty_if_region_on_edge()
712 true_bb = split_edge (e_true); in create_empty_if_region_on_edge()
717 e_true->flags &= ~EDGE_FALLTHRU; in create_empty_if_region_on_edge()
718 e_true->flags |= EDGE_TRUE_VALUE; in create_empty_if_region_on_edge()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dcfgloopmanip.c693 edge e_true, e_false, exit_edge; in create_empty_if_region_on_edge() local
711 e_true = single_succ_edge (cond_bb); in create_empty_if_region_on_edge()
712 true_bb = split_edge (e_true); in create_empty_if_region_on_edge()
717 e_true->flags &= ~EDGE_FALLTHRU; in create_empty_if_region_on_edge()
718 e_true->flags |= EDGE_TRUE_VALUE; in create_empty_if_region_on_edge()
H A Dtree-switch-conversion.c85 tree cond, edge e_true, in hoist_edge_and_branch_if_true() argument
94 gcc_assert (e_true->src == split_bb); in hoist_edge_and_branch_if_true()
97 && get_immediate_dominator (CDI_DOMINATORS, e_true->dest) == split_bb) in hoist_edge_and_branch_if_true()
107 redirect_edge_pred (e_true, split_bb); in hoist_edge_and_branch_if_true()
109 e_true->flags &= ~EDGE_FALLTHRU; in hoist_edge_and_branch_if_true()
110 e_true->flags |= EDGE_TRUE_VALUE; in hoist_edge_and_branch_if_true()
114 e_false->probability = e_true->probability.invert (); in hoist_edge_and_branch_if_true()
120 set_immediate_dominator (CDI_DOMINATORS, e_true->dest, split_bb); in hoist_edge_and_branch_if_true()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dcfgloopmanip.c693 edge e_true, e_false, exit_edge; in create_empty_if_region_on_edge() local
711 e_true = single_succ_edge (cond_bb); in create_empty_if_region_on_edge()
712 true_bb = split_edge (e_true); in create_empty_if_region_on_edge()
717 e_true->flags &= ~EDGE_FALLTHRU; in create_empty_if_region_on_edge()
718 e_true->flags |= EDGE_TRUE_VALUE; in create_empty_if_region_on_edge()
H A Dtree-switch-conversion.c85 tree cond, edge e_true, in hoist_edge_and_branch_if_true() argument
94 gcc_assert (e_true->src == split_bb); in hoist_edge_and_branch_if_true()
97 && get_immediate_dominator (CDI_DOMINATORS, e_true->dest) == split_bb) in hoist_edge_and_branch_if_true()
107 redirect_edge_pred (e_true, split_bb); in hoist_edge_and_branch_if_true()
109 e_true->flags &= ~EDGE_FALLTHRU; in hoist_edge_and_branch_if_true()
110 e_true->flags |= EDGE_TRUE_VALUE; in hoist_edge_and_branch_if_true()
114 e_false->probability = e_true->probability.invert (); in hoist_edge_and_branch_if_true()
120 set_immediate_dominator (CDI_DOMINATORS, e_true->dest, split_bb); in hoist_edge_and_branch_if_true()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dcfgloopmanip.c693 edge e_true, e_false, exit_edge; in create_empty_if_region_on_edge() local
711 e_true = single_succ_edge (cond_bb); in create_empty_if_region_on_edge()
712 true_bb = split_edge (e_true); in create_empty_if_region_on_edge()
717 e_true->flags &= ~EDGE_FALLTHRU; in create_empty_if_region_on_edge()
718 e_true->flags |= EDGE_TRUE_VALUE; in create_empty_if_region_on_edge()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dcfgloopmanip.c693 edge e_true, e_false, exit_edge; in create_empty_if_region_on_edge() local
711 e_true = single_succ_edge (cond_bb); in create_empty_if_region_on_edge()
712 true_bb = split_edge (e_true); in create_empty_if_region_on_edge()
717 e_true->flags &= ~EDGE_FALLTHRU; in create_empty_if_region_on_edge()
718 e_true->flags |= EDGE_TRUE_VALUE; in create_empty_if_region_on_edge()

123