Home
last modified time | relevance | path

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

12

/dports/databases/postgis32/postgis-3.2.0/liblwgeom/
H A Dlwalgorithm.c470 int this_cross = 0; in lwline_crossing_direction() local
509 this_cross = lw_segment_intersects(p1, p2, q1, q2); in lwline_crossing_direction()
511 LWDEBUGF(4, "i=%d, j=%d (%.8g %.8g, %.8g %.8g)", this_cross, i, j, p1->x, p1->y, p2->x, p2->y); in lwline_crossing_direction()
513 if ( this_cross == SEG_CROSS_LEFT ) in lwline_crossing_direction()
521 if ( this_cross == SEG_CROSS_RIGHT ) in lwline_crossing_direction()
534 if ( this_cross == SEG_COLINEAR ) in lwline_crossing_direction()
/dports/databases/postgis31/postgis-3.1.4/liblwgeom/
H A Dlwalgorithm.c470 int this_cross = 0; in lwline_crossing_direction() local
509 this_cross = lw_segment_intersects(p1, p2, q1, q2); in lwline_crossing_direction()
511 LWDEBUGF(4, "i=%d, j=%d (%.8g %.8g, %.8g %.8g)", this_cross, i, j, p1->x, p1->y, p2->x, p2->y); in lwline_crossing_direction()
513 if ( this_cross == SEG_CROSS_LEFT ) in lwline_crossing_direction()
521 if ( this_cross == SEG_CROSS_RIGHT ) in lwline_crossing_direction()
534 if ( this_cross == SEG_COLINEAR ) in lwline_crossing_direction()
/dports/databases/postgis30/postgis-3.0.4/liblwgeom/
H A Dlwalgorithm.c470 int this_cross = 0; in lwline_crossing_direction() local
509 this_cross = lw_segment_intersects(p1, p2, q1, q2); in lwline_crossing_direction()
511 LWDEBUGF(4, "i=%d, j=%d (%.8g %.8g, %.8g %.8g)", this_cross, i, j, p1->x, p1->y, p2->x, p2->y); in lwline_crossing_direction()
513 if ( this_cross == SEG_CROSS_LEFT ) in lwline_crossing_direction()
521 if ( this_cross == SEG_CROSS_RIGHT ) in lwline_crossing_direction()
534 if ( this_cross == SEG_COLINEAR ) in lwline_crossing_direction()
/dports/databases/postgis25/postgis-2.5.5/liblwgeom/
H A Dlwalgorithm.c469 int this_cross = 0; in lwline_crossing_direction() local
508 this_cross = lw_segment_intersects(p1, p2, q1, q2); in lwline_crossing_direction()
510 LWDEBUGF(4, "i=%d, j=%d (%.8g %.8g, %.8g %.8g)", this_cross, i, j, p1->x, p1->y, p2->x, p2->y); in lwline_crossing_direction()
512 if ( this_cross == SEG_CROSS_LEFT ) in lwline_crossing_direction()
520 if ( this_cross == SEG_CROSS_RIGHT ) in lwline_crossing_direction()
533 if ( this_cross == SEG_COLINEAR ) in lwline_crossing_direction()
/dports/devel/librttopo/librttopo-1.1.0/src/
H A Drtalgorithm.c484 int this_cross = 0; in rtline_crossing_direction() local
514 this_cross = rt_segment_intersects(ctx, p1, p2, q1, q2); in rtline_crossing_direction()
516 …RTDEBUGF(ctx, 4, "i=%d, j=%d (%.8g %.8g, %.8g %.8g)", this_cross, i, j, p1->x, p1->y, p2->x, p2->y… in rtline_crossing_direction()
518 if ( this_cross == SEG_CROSS_LEFT ) in rtline_crossing_direction()
526 if ( this_cross == SEG_CROSS_RIGHT ) in rtline_crossing_direction()
539 if ( this_cross == SEG_COLINEAR ) in rtline_crossing_direction()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/config/c6x/
H A Dc6x.c4089 bool this_cross = cross; in c6x_registers_update() local
4091 this_cross = false; in c6x_registers_update()
4093 this_cross = false; in c6x_registers_update()
4094 c6x_mark_reg_read (op, this_cross); in c6x_registers_update()
/dports/lang/gcc9/gcc-9.4.0/gcc/config/c6x/
H A Dc6x.c4090 bool this_cross = cross; in c6x_registers_update() local
4092 this_cross = false; in c6x_registers_update()
4094 this_cross = false; in c6x_registers_update()
4095 c6x_mark_reg_read (op, this_cross); in c6x_registers_update()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/config/c6x/
H A Dc6x.c4089 bool this_cross = cross; in c6x_registers_update() local
4091 this_cross = false; in c6x_registers_update()
4093 this_cross = false; in c6x_registers_update()
4094 c6x_mark_reg_read (op, this_cross); in c6x_registers_update()
/dports/lang/gnat_util/gcc-6-20180516/gcc/config/c6x/
H A Dc6x.c4089 bool this_cross = cross; in c6x_registers_update() local
4091 this_cross = false; in c6x_registers_update()
4093 this_cross = false; in c6x_registers_update()
4094 c6x_mark_reg_read (op, this_cross); in c6x_registers_update()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/config/c6x/
H A Dc6x.c4072 bool this_cross = cross; in c6x_registers_update() local
4074 this_cross = false; in c6x_registers_update()
4076 this_cross = false; in c6x_registers_update()
4077 c6x_mark_reg_read (op, this_cross); in c6x_registers_update()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/config/c6x/
H A Dc6x.c4073 bool this_cross = cross; in c6x_registers_update() local
4075 this_cross = false; in c6x_registers_update()
4077 this_cross = false; in c6x_registers_update()
4078 c6x_mark_reg_read (op, this_cross); in c6x_registers_update()
/dports/lang/gcc48/gcc-4.8.5/gcc/config/c6x/
H A Dc6x.c4076 bool this_cross = cross; in c6x_registers_update() local
4078 this_cross = false; in c6x_registers_update()
4080 this_cross = false; in c6x_registers_update()
4081 c6x_mark_reg_read (op, this_cross); in c6x_registers_update()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/config/c6x/
H A Dc6x.c4072 bool this_cross = cross; in c6x_registers_update() local
4074 this_cross = false; in c6x_registers_update()
4076 this_cross = false; in c6x_registers_update()
4077 c6x_mark_reg_read (op, this_cross); in c6x_registers_update()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/config/c6x/
H A Dc6x.c4074 bool this_cross = cross; in c6x_registers_update() local
4076 this_cross = false; in c6x_registers_update()
4078 this_cross = false; in c6x_registers_update()
4079 c6x_mark_reg_read (op, this_cross); in c6x_registers_update()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/config/c6x/
H A Dc6x.c4076 bool this_cross = cross; in c6x_registers_update() local
4078 this_cross = false; in c6x_registers_update()
4080 this_cross = false; in c6x_registers_update()
4081 c6x_mark_reg_read (op, this_cross); in c6x_registers_update()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/config/c6x/
H A Dc6x.c4089 bool this_cross = cross; in c6x_registers_update() local
4091 this_cross = false; in c6x_registers_update()
4093 this_cross = false; in c6x_registers_update()
4094 c6x_mark_reg_read (op, this_cross); in c6x_registers_update()
/dports/lang/gcc11/gcc-11.2.0/gcc/config/c6x/
H A Dc6x.c4073 bool this_cross = cross; in c6x_registers_update() local
4075 this_cross = false; in c6x_registers_update()
4077 this_cross = false; in c6x_registers_update()
4078 c6x_mark_reg_read (op, this_cross); in c6x_registers_update()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/config/c6x/
H A Dc6x.c4081 bool this_cross = cross; in c6x_registers_update() local
4083 this_cross = false; in c6x_registers_update()
4085 this_cross = false; in c6x_registers_update()
4086 c6x_mark_reg_read (op, this_cross); in c6x_registers_update()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/config/c6x/
H A Dc6x.c4089 bool this_cross = cross; in c6x_registers_update() local
4091 this_cross = false; in c6x_registers_update()
4093 this_cross = false; in c6x_registers_update()
4094 c6x_mark_reg_read (op, this_cross); in c6x_registers_update()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/config/c6x/
H A Dc6x.c4089 bool this_cross = cross; in c6x_registers_update() local
4091 this_cross = false; in c6x_registers_update()
4093 this_cross = false; in c6x_registers_update()
4094 c6x_mark_reg_read (op, this_cross); in c6x_registers_update()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/config/c6x/
H A Dc6x.c4073 bool this_cross = cross; in c6x_registers_update() local
4075 this_cross = false; in c6x_registers_update()
4077 this_cross = false; in c6x_registers_update()
4078 c6x_mark_reg_read (op, this_cross); in c6x_registers_update()
/dports/lang/gcc10/gcc-10.3.0/gcc/config/c6x/
H A Dc6x.c4072 bool this_cross = cross; in c6x_registers_update() local
4074 this_cross = false; in c6x_registers_update()
4076 this_cross = false; in c6x_registers_update()
4077 c6x_mark_reg_read (op, this_cross); in c6x_registers_update()
/dports/lang/gcc8/gcc-8.5.0/gcc/config/c6x/
H A Dc6x.c4089 bool this_cross = cross; in c6x_registers_update() local
4091 this_cross = false; in c6x_registers_update()
4093 this_cross = false; in c6x_registers_update()
4094 c6x_mark_reg_read (op, this_cross); in c6x_registers_update()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/config/c6x/
H A Dc6x.c4090 bool this_cross = cross; in c6x_registers_update() local
4092 this_cross = false; in c6x_registers_update()
4094 this_cross = false; in c6x_registers_update()
4095 c6x_mark_reg_read (op, this_cross); in c6x_registers_update()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/config/c6x/
H A Dc6x.c4090 bool this_cross = cross; in c6x_registers_update() local
4092 this_cross = false; in c6x_registers_update()
4094 this_cross = false; in c6x_registers_update()
4095 c6x_mark_reg_read (op, this_cross); in c6x_registers_update()

12