Home
last modified time | relevance | path

Searched refs:x_shortint_t (Results 1 – 4 of 4) sorted by relevance

/dports/cad/verilator/verilator-4.216/test_regress/t/
H A Dt_dpi_arg_inout_type.v898 shortint_t x_shortint_t; register
993x_shortint_t = 16'd30 - 16'(2*i); i_shortint_t(x_shortint_t); if (x_sho…
H A Dt_dpi_arg_output_type.cpp601 short x_shortint_t; in check_exports() local
732 e_shortint_t(&x_shortint_t); in check_exports()
733 if (x_shortint_t != 30 + 2 * n) stop(); in check_exports()
H A Dt_dpi_arg_output_type.v812 shortint_t x_shortint_t; register
907 …i_shortint_t(x_shortint_t); if (x_shortint_t !== 16'd30 - 16'(2*i)) $st…
H A Dt_dpi_arg_inout_type.cpp803 short x_shortint_t; in check_exports() local
988 x_shortint_t = 30 + 2 * n; in check_exports()
989 e_shortint_t(&x_shortint_t); in check_exports()
990 if (x_shortint_t != 333 + 2 * n) stop(); in check_exports()