Home
last modified time | relevance | path

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

/dports/cad/verilator/verilator-4.216/test_regress/t/
H A Dt_dpi_arg_inout_unpack.cpp167 template <typename T> bool update_3d(T* v) { in update_3d() function
324 if (!update_3d(v)) stop(); in i_byte_3d()
337 if (!update_3d(v)) stop(); in i_byte_unsigned_3d()
350 if (!update_3d(v)) stop(); in i_shortint_3d()
363 if (!update_3d(v)) stop(); in i_shortint_unsigned_3d()
376 if (!update_3d(v)) stop(); in i_int_3d()
389 if (!update_3d(v)) stop(); in i_int_unsigned_3d()
402 if (!update_3d(v)) stop(); in i_longint_3d()
415 if (!update_3d(v)) stop(); in i_longint_unsigned_3d()
429 if (!update_3d(v, 64)) stop(); in i_time_3d()
[all …]
/dports/devel/goffice/goffice-0.10.50/goffice/graph/
H A Dgog-plot-impl.h77 void (*update_3d) (GogPlot *plot); member
H A Dgog-plot.c533 GOG_PLOT_CLASS (gog_klass)->update_3d = NULL; in gog_plot_class_init()
1027 if (klass->update_3d) in gog_plot_update_3d()
1028 klass->update_3d (plot); in gog_plot_update_3d()
/dports/devel/goffice/goffice-0.10.50/plugins/plot_surface/
H A Dgog-xyz.c420 gog_plot_klass->update_3d = gog_xyz_plot_update_3d; in gog_xyz_plot_class_init()