Home
last modified time | relevance | path

Searched refs:other_e (Results 1 – 25 of 29) sorted by relevance

12

/dports/games/armagetronad/armagetronad-0.2.8.3.5/src/engine/
H A DePath.cpp86 const eHalfEdge *other_e=grid->wallsNotYetInserted(i)->Edge(); in CrossesNewWall() local
88 other_e->Point() && other_e->Other() && other_e->Other()->Point()) in CrossesNewWall()
90 tJUST_CONTROLLED_PTR< ePoint > new_cross_p=IntersectWith(other_e); in CrossesNewWall()
94 REAL o_ratio =other_e->Ratio(*new_cross_p); in CrossesNewWall()
98 eWall *w = other_e->GetWall(); in CrossesNewWall()
100 w = other_e->Other()->GetWall(); in CrossesNewWall()
H A DeGameObject.cpp206 const eHalfEdge *other_e=grid->wallsNotYetInserted[i]->Edge(); in Move() local
208 other_e->Point() && other_e->Other() && other_e->Other()->Point()){ in Move()
209 tJUST_CONTROLLED_PTR< ePoint > new_cross_p=e.IntersectWith(other_e); in Move()
212 REAL o_ratio =other_e->Ratio(*new_cross_p); in Move()
216 eWall *w = other_e->GetWall(); in Move()
219 w = other_e->Other()->GetWall(); in Move()
/dports/textproc/p5-XML-Compile/XML-Compile-1.63/t/
H A D51any.t169 is(delete $h3b->{other_e}, 10);
189 (other_a => 10, other_e => 11
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dcfgloopmanip.c560 edge other_e; in scale_loop_profile() local
561 FOR_EACH_EDGE (other_e, ei, e->src->succs) in scale_loop_profile()
562 if (!(other_e->flags & (EDGE_ABNORMAL | EDGE_FAKE)) in scale_loop_profile()
563 && e != other_e) in scale_loop_profile()
570 other_e->probability = e->probability.invert (); in scale_loop_profile()
573 if (other_e->dest != loop->header in scale_loop_profile()
574 && other_e->dest != loop->latch in scale_loop_profile()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dcfgloopmanip.c560 edge other_e; in scale_loop_profile() local
561 FOR_EACH_EDGE (other_e, ei, e->src->succs) in scale_loop_profile()
562 if (!(other_e->flags & (EDGE_ABNORMAL | EDGE_FAKE)) in scale_loop_profile()
563 && e != other_e) in scale_loop_profile()
570 other_e->probability = e->probability.invert (); in scale_loop_profile()
573 if (other_e->dest != loop->header in scale_loop_profile()
574 && other_e->dest != loop->latch in scale_loop_profile()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dcfgloopmanip.c560 edge other_e; in scale_loop_profile() local
561 FOR_EACH_EDGE (other_e, ei, e->src->succs) in scale_loop_profile()
562 if (!(other_e->flags & (EDGE_ABNORMAL | EDGE_FAKE)) in scale_loop_profile()
563 && e != other_e) in scale_loop_profile()
570 other_e->probability = e->probability.invert (); in scale_loop_profile()
573 if (other_e->dest != loop->header in scale_loop_profile()
574 && other_e->dest != loop->latch in scale_loop_profile()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dcfgloopmanip.c558 edge other_e; in scale_loop_profile() local
559 FOR_EACH_EDGE (other_e, ei, e->src->succs) in scale_loop_profile()
560 if (!(other_e->flags & (EDGE_ABNORMAL | EDGE_FAKE)) in scale_loop_profile()
561 && e != other_e) in scale_loop_profile()
568 other_e->probability = e->probability.invert (); in scale_loop_profile()
571 if (other_e->dest != loop->header in scale_loop_profile()
572 && other_e->dest != loop->latch in scale_loop_profile()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dcfgloopmanip.c560 edge other_e; in scale_loop_profile() local
561 FOR_EACH_EDGE (other_e, ei, e->src->succs) in scale_loop_profile()
562 if (!(other_e->flags & (EDGE_ABNORMAL | EDGE_FAKE)) in scale_loop_profile()
563 && e != other_e) in scale_loop_profile()
570 other_e->probability = e->probability.invert (); in scale_loop_profile()
573 if (other_e->dest != loop->header in scale_loop_profile()
574 && other_e->dest != loop->latch in scale_loop_profile()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dcfgloopmanip.c560 edge other_e; in scale_loop_profile() local
561 FOR_EACH_EDGE (other_e, ei, e->src->succs) in scale_loop_profile()
562 if (!(other_e->flags & (EDGE_ABNORMAL | EDGE_FAKE)) in scale_loop_profile()
563 && e != other_e) in scale_loop_profile()
570 other_e->probability = e->probability.invert (); in scale_loop_profile()
573 if (other_e->dest != loop->header in scale_loop_profile()
574 && other_e->dest != loop->latch in scale_loop_profile()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dcfgloopmanip.c560 edge other_e; in scale_loop_profile() local
561 FOR_EACH_EDGE (other_e, ei, e->src->succs) in scale_loop_profile()
562 if (!(other_e->flags & (EDGE_ABNORMAL | EDGE_FAKE)) in scale_loop_profile()
563 && e != other_e) in scale_loop_profile()
570 other_e->probability = e->probability.invert (); in scale_loop_profile()
573 if (other_e->dest != loop->header in scale_loop_profile()
574 && other_e->dest != loop->latch in scale_loop_profile()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dcfgloopmanip.c560 edge other_e; in scale_loop_profile() local
561 FOR_EACH_EDGE (other_e, ei, e->src->succs) in scale_loop_profile()
562 if (!(other_e->flags & (EDGE_ABNORMAL | EDGE_FAKE)) in scale_loop_profile()
563 && e != other_e) in scale_loop_profile()
570 other_e->probability = e->probability.invert (); in scale_loop_profile()
573 if (other_e->dest != loop->header in scale_loop_profile()
574 && other_e->dest != loop->latch in scale_loop_profile()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dcfgloopmanip.c560 edge other_e; in scale_loop_profile() local
561 FOR_EACH_EDGE (other_e, ei, e->src->succs) in scale_loop_profile()
562 if (!(other_e->flags & (EDGE_ABNORMAL | EDGE_FAKE)) in scale_loop_profile()
563 && e != other_e) in scale_loop_profile()
570 other_e->probability = e->probability.invert (); in scale_loop_profile()
573 if (other_e->dest != loop->header in scale_loop_profile()
574 && other_e->dest != loop->latch in scale_loop_profile()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dcfgloopmanip.c560 edge other_e; in scale_loop_profile() local
561 FOR_EACH_EDGE (other_e, ei, e->src->succs) in scale_loop_profile()
562 if (!(other_e->flags & (EDGE_ABNORMAL | EDGE_FAKE)) in scale_loop_profile()
563 && e != other_e) in scale_loop_profile()
570 other_e->probability = e->probability.invert (); in scale_loop_profile()
573 if (other_e->dest != loop->header in scale_loop_profile()
574 && other_e->dest != loop->latch in scale_loop_profile()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dcfgloopmanip.c559 edge other_e; in scale_loop_profile() local
560 FOR_EACH_EDGE (other_e, ei, e->src->succs) in scale_loop_profile()
561 if (!(other_e->flags & (EDGE_ABNORMAL | EDGE_FAKE)) in scale_loop_profile()
562 && e != other_e) in scale_loop_profile()
569 other_e->probability = e->probability.invert (); in scale_loop_profile()
572 if (other_e->dest != loop->header in scale_loop_profile()
573 && other_e->dest != loop->latch in scale_loop_profile()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dcfgloopmanip.c535 edge other_e; in scale_loop_profile() local
539 FOR_EACH_EDGE (other_e, ei, e->src->succs) in scale_loop_profile()
540 if (!(other_e->flags & (EDGE_ABNORMAL | EDGE_FAKE)) in scale_loop_profile()
541 && e != other_e) in scale_loop_profile()
547 other_e->probability = inverse_probability (e->probability); in scale_loop_profile()
553 other_e->count = apply_probability (e->src->count, other_e->probability); in scale_loop_profile()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dcfgloopmanip.c558 edge other_e; in scale_loop_profile() local
559 FOR_EACH_EDGE (other_e, ei, e->src->succs) in scale_loop_profile()
560 if (!(other_e->flags & (EDGE_ABNORMAL | EDGE_FAKE)) in scale_loop_profile()
561 && e != other_e) in scale_loop_profile()
568 other_e->probability = e->probability.invert (); in scale_loop_profile()
571 if (other_e->dest != loop->header in scale_loop_profile()
572 && other_e->dest != loop->latch in scale_loop_profile()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dcfgloopmanip.c559 edge other_e; in scale_loop_profile() local
560 FOR_EACH_EDGE (other_e, ei, e->src->succs) in scale_loop_profile()
561 if (!(other_e->flags & (EDGE_ABNORMAL | EDGE_FAKE)) in scale_loop_profile()
562 && e != other_e) in scale_loop_profile()
569 other_e->probability = e->probability.invert (); in scale_loop_profile()
572 if (other_e->dest != loop->header in scale_loop_profile()
573 && other_e->dest != loop->latch in scale_loop_profile()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dcfgloopmanip.c517 edge other_e; in scale_loop_profile() local
521 FOR_EACH_EDGE (other_e, ei, e->src->succs) in scale_loop_profile()
522 if (!(other_e->flags & (EDGE_ABNORMAL | EDGE_FAKE)) in scale_loop_profile()
523 && e != other_e) in scale_loop_profile()
529 other_e->probability = inverse_probability (e->probability); in scale_loop_profile()
535 other_e->count = apply_probability (e->src->count, other_e->probability); in scale_loop_profile()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dcfgloopmanip.c538 edge other_e; in scale_loop_profile() local
542 FOR_EACH_EDGE (other_e, ei, e->src->succs) in scale_loop_profile()
543 if (!(other_e->flags & (EDGE_ABNORMAL | EDGE_FAKE)) in scale_loop_profile()
544 && e != other_e) in scale_loop_profile()
550 other_e->probability = inverse_probability (e->probability); in scale_loop_profile()
556 other_e->count = apply_probability (e->src->count, other_e->probability); in scale_loop_profile()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dcfgloopmanip.c558 edge other_e; in scale_loop_profile() local
559 FOR_EACH_EDGE (other_e, ei, e->src->succs) in scale_loop_profile()
560 if (!(other_e->flags & (EDGE_ABNORMAL | EDGE_FAKE)) in scale_loop_profile()
561 && e != other_e) in scale_loop_profile()
568 other_e->probability = e->probability.invert (); in scale_loop_profile()
571 if (other_e->dest != loop->header in scale_loop_profile()
572 && other_e->dest != loop->latch in scale_loop_profile()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dcfgloopmanip.c559 edge other_e; in scale_loop_profile() local
560 FOR_EACH_EDGE (other_e, ei, e->src->succs) in scale_loop_profile()
561 if (!(other_e->flags & (EDGE_ABNORMAL | EDGE_FAKE)) in scale_loop_profile()
562 && e != other_e) in scale_loop_profile()
569 other_e->probability = e->probability.invert (); in scale_loop_profile()
572 if (other_e->dest != loop->header in scale_loop_profile()
573 && other_e->dest != loop->latch in scale_loop_profile()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dcfgloopmanip.c558 edge other_e; in scale_loop_profile() local
559 FOR_EACH_EDGE (other_e, ei, e->src->succs) in scale_loop_profile()
560 if (!(other_e->flags & (EDGE_ABNORMAL | EDGE_FAKE)) in scale_loop_profile()
561 && e != other_e) in scale_loop_profile()
568 other_e->probability = e->probability.invert (); in scale_loop_profile()
571 if (other_e->dest != loop->header in scale_loop_profile()
572 && other_e->dest != loop->latch in scale_loop_profile()
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dcfgloopmanip.c517 edge other_e; in scale_loop_profile() local
521 FOR_EACH_EDGE (other_e, ei, e->src->succs) in scale_loop_profile()
522 if (!(other_e->flags & (EDGE_ABNORMAL | EDGE_FAKE)) in scale_loop_profile()
523 && e != other_e) in scale_loop_profile()
529 other_e->probability = inverse_probability (e->probability); in scale_loop_profile()
535 other_e->count = apply_probability (e->src->count, other_e->probability); in scale_loop_profile()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dcfgloopmanip.c535 edge other_e; in scale_loop_profile() local
539 FOR_EACH_EDGE (other_e, ei, e->src->succs) in scale_loop_profile()
540 if (!(other_e->flags & (EDGE_ABNORMAL | EDGE_FAKE)) in scale_loop_profile()
541 && e != other_e) in scale_loop_profile()
547 other_e->probability = inverse_probability (e->probability); in scale_loop_profile()
553 other_e->count = apply_probability (e->src->count, other_e->probability); in scale_loop_profile()
/dports/games/flightgear-aircraft/fgaircraft/A-10/Nasal/
H A Dengines.nas27 var other_e = RightEngine;
30 other_e = LeftEngine;
43 var ats_valve_oth = other_e.get_ats_valve();

12