Home
last modified time | relevance | path

Searched refs:const_width (Results 1 – 25 of 43) sorted by relevance

12

/dports/cad/py-ezdxf/ezdxf-0.16.3/tests/test_02_dxf_graphics/
H A Dtest_220_lwpolyline_1.py56 assert entity.dxf.const_width == 2.
70 assert entity.dxf.const_width == 0
88 pline.dxf.const_width = 1
H A Dtest_220_lwpolyline_2.py139 line.dxf.const_width = 0.1
140 assert 0.1 == pytest.approx(line.dxf.const_width)
141 del line.dxf.const_width
/dports/cad/libredwg/libredwg-0.12.4/test/unit-testing/
H A Dlwpolyline.c12 double const_width, elevation, thickness; in api_process() local
33 CHK_ENTITY_TYPE (lwpline, LWPOLYLINE, const_width, BD); in api_process()
35 if (dwg_ent_lwpline_get_const_width (lwpline, &error) != const_width in api_process()
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/firmware/fx2/utils/
H A Dgenerate_regs.py21 const_width = 7 # bit width of constants
43 mo.group (1), const_width, mo.group (2), mo.group (3)))
/dports/cad/py-ezdxf/ezdxf-0.16.3/src/ezdxf/render/
H A Dtrace.py425 const_width = polyline.dxf.const_width
429 if const_width:
432 start_width = const_width
433 end_width = const_width
/dports/lang/ptoc/ptoc/vms/
H A Dio.c980 enum { const_prec=1, var_prec=2, const_width=4, var_width=8 }; enumerator
1001 format = const_width|const_prec; in format_write()
1004 format = const_width; in format_write()
1013 (format & (const_width|var_width)) in format_write()
1026 (format & (const_width|var_width)) in format_write()
1038 (format & (const_width|var_width)) in format_write()
1046 (format & (const_width|var_width)) in format_write()
1053 pio_output_char(td, val, (format & (const_width|var_width)) in format_write()
1060 pio_output_boolean(td, val, (format&(const_width|var_width)) in format_write()
/dports/lang/ptoc/ptoc/
H A Dio.c993 enum { const_prec=1, var_prec=2, const_width=4, var_width=8 }; enumerator
1013 format = const_width|const_prec; in format_write()
1016 format = const_width; in format_write()
1025 (format & (const_width|var_width)) in format_write()
1038 (format & (const_width|var_width)) in format_write()
1050 (format & (const_width|var_width)) in format_write()
1058 (format & (const_width|var_width)) in format_write()
1065 pio_output_char(td, val, (format & (const_width|var_width)) in format_write()
1072 pio_output_boolean(td, val, (format&(const_width|var_width)) in format_write()
/dports/cad/py-ezdxf/ezdxf-0.16.3/docs/source/tutorials/
H A Dlwpolyline.rst87 …values are ignored. Start- and end-width only works if the DXF attribute :attr:`dxf.const_width` is
92 del line.dxf.const_width # no exception will be raised if const_width is already unset
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Ddse.c955 HOST_WIDE_INT i, const_offset, const_width; in set_usage_bits() local
958 && width.is_constant (&const_width) in set_usage_bits()
960 && const_offset + const_width < MAX_OFFSET) in set_usage_bits()
1302 HOST_WIDE_INT const_start, const_width; in all_positions_needed_p() local
1304 || !width.is_constant (&const_width)) in all_positions_needed_p()
1317 = lowpart_bitmask (const_width) << const_start; in all_positions_needed_p()
1575 && width.is_constant (&const_width)) in record_store()
1635 HOST_WIDE_INT const_width; in record_store() local
1636 if (!width.is_constant (&const_width)) in record_store()
1642 else if (const_width > HOST_BITS_PER_WIDE_INT) in record_store()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Ddse.c979 HOST_WIDE_INT i, const_offset, const_width; in set_usage_bits() local
982 && width.is_constant (&const_width) in set_usage_bits()
984 && const_offset + const_width < MAX_OFFSET) in set_usage_bits()
1326 HOST_WIDE_INT const_start, const_width; in all_positions_needed_p() local
1328 || !width.is_constant (&const_width)) in all_positions_needed_p()
1341 = lowpart_bitmask (const_width) << const_start; in all_positions_needed_p()
1602 && width.is_constant (&const_width)) in record_store()
1662 HOST_WIDE_INT const_width; in record_store() local
1663 if (!width.is_constant (&const_width)) in record_store()
1669 else if (const_width > HOST_BITS_PER_WIDE_INT) in record_store()
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Ddse.c955 HOST_WIDE_INT i, const_offset, const_width; in set_usage_bits() local
958 && width.is_constant (&const_width) in set_usage_bits()
960 && const_offset + const_width < MAX_OFFSET) in set_usage_bits()
1302 HOST_WIDE_INT const_start, const_width; in all_positions_needed_p() local
1304 || !width.is_constant (&const_width)) in all_positions_needed_p()
1317 = lowpart_bitmask (const_width) << const_start; in all_positions_needed_p()
1575 && width.is_constant (&const_width)) in record_store()
1635 HOST_WIDE_INT const_width; in record_store() local
1636 if (!width.is_constant (&const_width)) in record_store()
1642 else if (const_width > HOST_BITS_PER_WIDE_INT) in record_store()
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Ddse.c955 HOST_WIDE_INT i, const_offset, const_width; in set_usage_bits() local
958 && width.is_constant (&const_width) in set_usage_bits()
960 && const_offset + const_width < MAX_OFFSET) in set_usage_bits()
1302 HOST_WIDE_INT const_start, const_width; in all_positions_needed_p() local
1304 || !width.is_constant (&const_width)) in all_positions_needed_p()
1317 = lowpart_bitmask (const_width) << const_start; in all_positions_needed_p()
1575 && width.is_constant (&const_width)) in record_store()
1635 HOST_WIDE_INT const_width; in record_store() local
1636 if (!width.is_constant (&const_width)) in record_store()
1642 else if (const_width > HOST_BITS_PER_WIDE_INT) in record_store()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Ddse.c979 HOST_WIDE_INT i, const_offset, const_width; in set_usage_bits() local
982 && width.is_constant (&const_width) in set_usage_bits()
984 && const_offset + const_width < MAX_OFFSET) in set_usage_bits()
1326 HOST_WIDE_INT const_start, const_width; in all_positions_needed_p() local
1328 || !width.is_constant (&const_width)) in all_positions_needed_p()
1341 = lowpart_bitmask (const_width) << const_start; in all_positions_needed_p()
1602 && width.is_constant (&const_width)) in record_store()
1662 HOST_WIDE_INT const_width; in record_store() local
1663 if (!width.is_constant (&const_width)) in record_store()
1669 else if (const_width > HOST_BITS_PER_WIDE_INT) in record_store()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Ddse.c979 HOST_WIDE_INT i, const_offset, const_width; in set_usage_bits() local
982 && width.is_constant (&const_width) in set_usage_bits()
984 && const_offset + const_width < MAX_OFFSET) in set_usage_bits()
1326 HOST_WIDE_INT const_start, const_width; in all_positions_needed_p() local
1328 || !width.is_constant (&const_width)) in all_positions_needed_p()
1341 = lowpart_bitmask (const_width) << const_start; in all_positions_needed_p()
1602 && width.is_constant (&const_width)) in record_store()
1662 HOST_WIDE_INT const_width; in record_store() local
1663 if (!width.is_constant (&const_width)) in record_store()
1669 else if (const_width > HOST_BITS_PER_WIDE_INT) in record_store()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Ddse.c979 HOST_WIDE_INT i, const_offset, const_width; in set_usage_bits() local
982 && width.is_constant (&const_width) in set_usage_bits()
984 && const_offset + const_width < MAX_OFFSET) in set_usage_bits()
1326 HOST_WIDE_INT const_start, const_width; in all_positions_needed_p() local
1328 || !width.is_constant (&const_width)) in all_positions_needed_p()
1341 = lowpart_bitmask (const_width) << const_start; in all_positions_needed_p()
1602 && width.is_constant (&const_width)) in record_store()
1662 HOST_WIDE_INT const_width; in record_store() local
1663 if (!width.is_constant (&const_width)) in record_store()
1669 else if (const_width > HOST_BITS_PER_WIDE_INT) in record_store()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Ddse.c955 HOST_WIDE_INT i, const_offset, const_width; in set_usage_bits() local
958 && width.is_constant (&const_width) in set_usage_bits()
960 && const_offset + const_width < MAX_OFFSET) in set_usage_bits()
1302 HOST_WIDE_INT const_start, const_width; in all_positions_needed_p() local
1304 || !width.is_constant (&const_width)) in all_positions_needed_p()
1317 = lowpart_bitmask (const_width) << const_start; in all_positions_needed_p()
1575 && width.is_constant (&const_width)) in record_store()
1635 HOST_WIDE_INT const_width; in record_store() local
1636 if (!width.is_constant (&const_width)) in record_store()
1642 else if (const_width > HOST_BITS_PER_WIDE_INT) in record_store()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Ddse.c955 HOST_WIDE_INT i, const_offset, const_width; in set_usage_bits() local
958 && width.is_constant (&const_width) in set_usage_bits()
960 && const_offset + const_width < MAX_OFFSET) in set_usage_bits()
1302 HOST_WIDE_INT const_start, const_width; in all_positions_needed_p() local
1304 || !width.is_constant (&const_width)) in all_positions_needed_p()
1317 = lowpart_bitmask (const_width) << const_start; in all_positions_needed_p()
1575 && width.is_constant (&const_width)) in record_store()
1635 HOST_WIDE_INT const_width; in record_store() local
1636 if (!width.is_constant (&const_width)) in record_store()
1642 else if (const_width > HOST_BITS_PER_WIDE_INT) in record_store()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Ddse.c955 HOST_WIDE_INT i, const_offset, const_width; in set_usage_bits() local
958 && width.is_constant (&const_width) in set_usage_bits()
960 && const_offset + const_width < MAX_OFFSET) in set_usage_bits()
1302 HOST_WIDE_INT const_start, const_width; in all_positions_needed_p() local
1304 || !width.is_constant (&const_width)) in all_positions_needed_p()
1317 = lowpart_bitmask (const_width) << const_start; in all_positions_needed_p()
1575 && width.is_constant (&const_width)) in record_store()
1635 HOST_WIDE_INT const_width; in record_store() local
1636 if (!width.is_constant (&const_width)) in record_store()
1642 else if (const_width > HOST_BITS_PER_WIDE_INT) in record_store()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Ddse.c955 HOST_WIDE_INT i, const_offset, const_width; in set_usage_bits() local
958 && width.is_constant (&const_width) in set_usage_bits()
960 && const_offset + const_width < MAX_OFFSET) in set_usage_bits()
1302 HOST_WIDE_INT const_start, const_width; in all_positions_needed_p() local
1304 || !width.is_constant (&const_width)) in all_positions_needed_p()
1317 = lowpart_bitmask (const_width) << const_start; in all_positions_needed_p()
1575 && width.is_constant (&const_width)) in record_store()
1635 HOST_WIDE_INT const_width; in record_store() local
1636 if (!width.is_constant (&const_width)) in record_store()
1642 else if (const_width > HOST_BITS_PER_WIDE_INT) in record_store()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Ddse.c979 HOST_WIDE_INT i, const_offset, const_width; in set_usage_bits() local
982 && width.is_constant (&const_width) in set_usage_bits()
984 && const_offset + const_width < MAX_OFFSET) in set_usage_bits()
1326 HOST_WIDE_INT const_start, const_width; in all_positions_needed_p() local
1328 || !width.is_constant (&const_width)) in all_positions_needed_p()
1341 = lowpart_bitmask (const_width) << const_start; in all_positions_needed_p()
1602 && width.is_constant (&const_width)) in record_store()
1662 HOST_WIDE_INT const_width; in record_store() local
1663 if (!width.is_constant (&const_width)) in record_store()
1669 else if (const_width > HOST_BITS_PER_WIDE_INT) in record_store()
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Ddse.c979 HOST_WIDE_INT i, const_offset, const_width; in set_usage_bits() local
982 && width.is_constant (&const_width) in set_usage_bits()
984 && const_offset + const_width < MAX_OFFSET) in set_usage_bits()
1326 HOST_WIDE_INT const_start, const_width; in all_positions_needed_p() local
1328 || !width.is_constant (&const_width)) in all_positions_needed_p()
1341 = lowpart_bitmask (const_width) << const_start; in all_positions_needed_p()
1602 && width.is_constant (&const_width)) in record_store()
1662 HOST_WIDE_INT const_width; in record_store() local
1663 if (!width.is_constant (&const_width)) in record_store()
1669 else if (const_width > HOST_BITS_PER_WIDE_INT) in record_store()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Ddse.c955 HOST_WIDE_INT i, const_offset, const_width; in set_usage_bits() local
958 && width.is_constant (&const_width) in set_usage_bits()
960 && const_offset + const_width < MAX_OFFSET) in set_usage_bits()
1302 HOST_WIDE_INT const_start, const_width; in all_positions_needed_p() local
1304 || !width.is_constant (&const_width)) in all_positions_needed_p()
1317 = lowpart_bitmask (const_width) << const_start; in all_positions_needed_p()
1575 && width.is_constant (&const_width)) in record_store()
1635 HOST_WIDE_INT const_width; in record_store() local
1636 if (!width.is_constant (&const_width)) in record_store()
1642 else if (const_width > HOST_BITS_PER_WIDE_INT) in record_store()
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Ddse.c955 HOST_WIDE_INT i, const_offset, const_width; in set_usage_bits() local
958 && width.is_constant (&const_width) in set_usage_bits()
960 && const_offset + const_width < MAX_OFFSET) in set_usage_bits()
1302 HOST_WIDE_INT const_start, const_width; in all_positions_needed_p() local
1304 || !width.is_constant (&const_width)) in all_positions_needed_p()
1317 = lowpart_bitmask (const_width) << const_start; in all_positions_needed_p()
1575 && width.is_constant (&const_width)) in record_store()
1635 HOST_WIDE_INT const_width; in record_store() local
1636 if (!width.is_constant (&const_width)) in record_store()
1642 else if (const_width > HOST_BITS_PER_WIDE_INT) in record_store()
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Ddse.c979 HOST_WIDE_INT i, const_offset, const_width; in set_usage_bits() local
982 && width.is_constant (&const_width) in set_usage_bits()
984 && const_offset + const_width < MAX_OFFSET) in set_usage_bits()
1326 HOST_WIDE_INT const_start, const_width; in all_positions_needed_p() local
1328 || !width.is_constant (&const_width)) in all_positions_needed_p()
1341 = lowpart_bitmask (const_width) << const_start; in all_positions_needed_p()
1602 && width.is_constant (&const_width)) in record_store()
1662 HOST_WIDE_INT const_width; in record_store() local
1663 if (!width.is_constant (&const_width)) in record_store()
1669 else if (const_width > HOST_BITS_PER_WIDE_INT) in record_store()
[all …]
/dports/cad/py-ezdxf/ezdxf-0.16.3/docs/source/dxfentities/
H A Dlwpolyline.rst98 .. attribute:: dxf.const_width

12