Home
last modified time | relevance | path

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

/dports/cad/verilator/verilator-4.216/test_regress/t/
H A Dt_vpi_memory.cpp173 TestVpiHandle side_h = vpi_handle(vpiLeftRange, lcl_h); in _mem_check() local
174 TEST_CHECK_NZ(side_h); in _mem_check()
175 vpi_get_value(side_h, &value); in _mem_check()
179 TestVpiHandle side_h = vpi_handle(vpiRightRange, lcl_h); in _mem_check() local
180 TEST_CHECK_NZ(side_h); in _mem_check()
181 vpi_get_value(side_h, &value); in _mem_check()
184 vpi_put_value(side_h, &value, NULL, vpiNoDelay); in _mem_check()
/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dshape.c678 int w, h, diam_y, radius_y, side_h; local
692 side_h = h-diam_y;
867 int w, h, diam_y, radius_y, side_h, saved_cur_spline, saved_line_style; in GenerateShape() local
889 side_h = h-diam_y; in GenerateShape()
/dports/graphics/gmt/gmt-6.3.0/src/
H A Dgmt_support.c11927 unsigned int side, side_h; in gmt_inonout() local
11937 side_h = GMT_OUTSIDE; /* We are outside a hole until we are found to be inside it */ in gmt_inonout()
11939 …while (side_h == GMT_OUTSIDE && H && SHnext->ogr && SHnext->ogr->pol_mode == GMT_IS_HOLE) { /* Fou… in gmt_inonout()
11941 side_h = gmtsupport_inonout_sub (GMT, x, y, H); in gmt_inonout()
11945 …if (side_h == GMT_INSIDE) side = GMT_OUTSIDE; /* Inside one of the holes, hence outside polygon; g… in gmt_inonout()
11946 …if (side_h == GMT_ONEDGE) side = GMT_ONEDGE; /* On path of one of the holes, hence on polygon path… in gmt_inonout()
11949 side_h = GMT_OUTSIDE; /* We are outside a hole until we are found to be inside it */ in gmt_inonout()
11951 while (side_h == GMT_OUTSIDE && H && SHnext->pol_mode == GMT_IS_HOLE) { /* Found a hole */ in gmt_inonout()
11953 side_h = gmtsupport_inonout_sub (GMT, x, y, H); in gmt_inonout()
11957 …if (side_h == GMT_INSIDE) side = GMT_OUTSIDE; /* Inside one of the holes, hence outside polygon; g… in gmt_inonout()
[all …]