Home
last modified time | relevance | path

Searched refs:sl_eq (Results 1 – 3 of 3) sorted by relevance

/dports/cad/ghdl/ghdl-1.0.0/testsuite/synth/issue1109/
H A Dent-orig.vhdl22 sl_eq : out std_logic; port
84 sl_eq <= sl_a ?= sl_b;
H A Dent.vhdl22 sl_eq : out std_logic; port
84 sl_eq <= sl_a ?= sl_b;
/dports/databases/pgsphere/pgsphere-e0b303d/
H A Dpolygon.c744 const int8 sl_eq = (1 << PGS_LINE_EQUAL); in poly_line_pos() local
759 if (pos == sl_eq) in poly_line_pos()