Home
last modified time | relevance | path

Searched refs:x_longint_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.v902 longint_t x_longint_t; register
997x_longint_t = 64'd70 - 64'(2*i); i_longint_t(x_longint_t); if (x_lon…
H A Dt_dpi_arg_output_type.cpp605 sv_longint_t x_longint_t; in check_exports() local
744 e_longint_t(&x_longint_t); in check_exports()
745 if (x_longint_t != 70 + 2 * n) stop(); in check_exports()
H A Dt_dpi_arg_output_type.v816 longint_t x_longint_t; register
911 …i_longint_t(x_longint_t); if (x_longint_t !== 64'd70 - 64'(2*i)) $st…
H A Dt_dpi_arg_inout_type.cpp807 sv_longint_t x_longint_t; in check_exports() local
1004 x_longint_t = 70 + 2 * n; in check_exports()
1005 e_longint_t(&x_longint_t); in check_exports()
1006 if (x_longint_t != 777 + 2 * n) stop(); in check_exports()