Home
last modified time | relevance | path

Searched refs:print_value (Results 1 – 25 of 1434) sorted by relevance

12345678910>>...58

/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/videomode/
H A Dvesagtf.c197 print_value(int n, const char *name, unsigned val) in print_value() function
202 #define print_value(n, name, val) macro
261 print_value(1, "[H PIXELS RND]", h_pixels); in vesagtf_mode_params()
275 print_value(2, "[V LINES RND]", v_lines); in vesagtf_mode_params()
317 print_value(6, "[2*INTERLACE]", interlace); in vesagtf_mode_params()
365 print_value(8, "[V SYNC+BP]", vsync_plus_bp); in vesagtf_mode_params()
377 print_value(9, "[V BACK PORCH]", v_back_porch); in vesagtf_mode_params()
420 print_value(12, "[H PERIOD(ps)]", h_period); in vesagtf_mode_params()
548 print_value(21, "[PIXEL FREQ]", pixel_freq); in vesagtf_mode_params()
564 print_value(22, "[H FREQ]", h_freq); in vesagtf_mode_params()
[all …]
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/tools/
H A Dvoxel_grid.cpp63 print_value ("%s", default_field.c_str ()); print_info (")\n"); in printHelp()
65 print_value ("-inf"); print_info (")\n"); in printHelp()
67 print_value ("inf"); print_info (")\n"); in printHelp()
79 …print_info ("[done, "); print_value ("%g", tt.toc ()); print_info (" ms : "); print_value ("%d", c… in loadCloud()
101 …print_info ("[done, "); print_value ("%g", tt.toc ()); print_info (" ms : "); print_value ("%d", o… in compute()
110 print_highlight ("Saving "); print_value ("%s ", filename.c_str ()); in saveCloud()
115 …print_info ("[done, "); print_value ("%g", tt.toc ()); print_info (" ms : "); print_value ("%d", o… in saveCloud()
172 print_value ("-inf ->"); in main()
174 print_value ("%f ->", fmin); in main()
176 print_value ("inf\n"); in main()
[all …]
H A Dtrain_unary_classifier.cpp72 print_value ("%f", default_fpfh_radius_search); print_info (")\n"); in printHelp()
84 …print_info ("[done, "); print_value ("%g", tt.toc ()); print_info (" ms : "); print_value ("%d", c… in loadCloud()
98 …print_info ("[done, "); print_value ("%g", tt.toc ()); print_info (" ms : "); print_value ("%d", c… in loadCloud()
127 print_value ("%g", tt.toc ()); in compute()
153 print_value ("%g", tt.toc ()); in compute()
155 print_value ("%d", output.size ()); in compute()
157 print_value ("%d", output[0].width * output[0].height); in compute()
174 print_value ("%g", tt.toc ()); in saveCloud()
192 print_value ("%g", tt.toc ()); in saveCloud()
194 print_value ("%d", i); in saveCloud()
[all …]
H A Dpoisson_reconstruction.cpp64 print_value ("%d", default_depth); print_info (")\n"); in printHelp()
66 print_value ("%d", default_solver_divide); print_info (")\n"); in printHelp()
68 print_value ("%d", default_iso_divide); print_info (")\n"); in printHelp()
70 print_value ("%f", default_point_weight); print_info (")\n"); in printHelp()
77 print_highlight ("Loading "); print_value ("%s ", filename.c_str ()); in loadCloud()
82 …print_info ("[done, "); print_value ("%g", tt.toc ()); print_info (" ms : "); print_value ("%d", c… in loadCloud()
109 print_info ("[Done, "); print_value ("%g", tt.toc ()); print_info (" ms]\n"); in compute()
118 print_highlight ("Saving "); print_value ("%s ", filename.c_str ()); in saveCloud()
121 print_info ("[done, "); print_value ("%g", tt.toc ()); print_info (" ms]\n"); in saveCloud()
155 print_info ("Using a depth of: "); print_value ("%d\n", depth); in main()
[all …]
H A Dmarching_cubes_reconstruction.cpp63 print_value ("%d", default_grid_res); print_info (")\n"); in printHelp()
65 print_value ("%f", default_iso_level); print_info (")\n"); in printHelp()
69 print_value ("%f", default_extend_percentage); print_info (")\n"); in printHelp()
71 print_value ("%f", default_off_surface_displacement); print_info (")\n"); in printHelp()
78 print_highlight ("Loading "); print_value ("%s ", filename.c_str ()); in loadCloud()
83 …print_info ("[done, "); print_value ("%g", tt.toc ()); print_info (" ms : "); print_value ("%d", c… in loadCloud()
117 print_info ("[done, "); print_value ("%g", tt.toc ()); print_info (" ms]\n"); in compute()
126 print_highlight ("Saving "); print_value ("%s ", filename.c_str ()); in saveCloud()
129 print_info ("[done, "); print_value ("%g", tt.toc ()); print_info (" ms]\n"); in saveCloud()
180 print_info ("Setting an iso level of: "); print_value ("%f\n", iso_level); in main()
[all …]
H A Dspin_estimation.cpp67 print_value ("%f", default_radius); print_info (")\n"); in printHelp()
69 print_value ("%d", default_image_width); print_info (")\n"); in printHelp()
71 print_value ("%f", default_support_angle); print_info (")\n"); in printHelp()
73 print_value ("%d", default_min_neigh); print_info (")\n"); in printHelp()
83 print_highlight ("Loading "); print_value ("%s ", filename.c_str ()); in loadCloud()
88 …print_info ("[done, "); print_value ("%g", tt.toc ()); print_info (" ms : "); print_value ("%d", c… in loadCloud()
89 print_info ("Available dimensions: "); print_value ("%s\n", getFieldsList (cloud).c_str ()); in loadCloud()
108 print_highlight ("Saving "); print_value ("%s ", filename.c_str ()); in saveCloud()
112 …print_info ("[done, "); print_value ("%g", tt.toc ()); print_info (" ms : "); print_value ("%d", o… in saveCloud()
182 …print_info ("[done, "); print_value ("%g", tt.toc ()); print_info (" ms : "); print_value ("%d", d… in main()
/dports/net/tigervnc-server/tigervnc-1.12.0/unix/xserver/hw/xfree86/utils/gtf/
H A Dgtf.c162 print_value(int n, const char *name, float val) in print_value() function
309 print_value(1, "[H PIXELS RND]", h_pixels_rnd); in vert_refresh()
323 print_value(2, "[V LINES RND]", v_lines_rnd); in vert_refresh()
365 print_value(6, "[INTERLACE]", interlace); in vert_refresh()
378 print_value(7, "[H PERIOD EST]", h_period_est); in vert_refresh()
387 print_value(8, "[V SYNC+BP]", vsync_plus_bp); in vert_refresh()
398 print_value(9, "[V BACK PORCH]", v_back_porch); in vert_refresh()
428 print_value(12, "[H PERIOD]", h_period); in vert_refresh()
530 print_value(21, "[PIXEL FREQ]", pixel_freq); in vert_refresh()
539 print_value(22, "[H FREQ]", h_freq); in vert_refresh()
[all …]
/dports/x11-servers/xephyr/xorg-server-1.20.13/hw/xfree86/utils/gtf/
H A Dgtf.c162 print_value(int n, const char *name, float val) in print_value() function
309 print_value(1, "[H PIXELS RND]", h_pixels_rnd); in vert_refresh()
323 print_value(2, "[V LINES RND]", v_lines_rnd); in vert_refresh()
365 print_value(6, "[INTERLACE]", interlace); in vert_refresh()
378 print_value(7, "[H PERIOD EST]", h_period_est); in vert_refresh()
387 print_value(8, "[V SYNC+BP]", vsync_plus_bp); in vert_refresh()
398 print_value(9, "[V BACK PORCH]", v_back_porch); in vert_refresh()
428 print_value(12, "[H PERIOD]", h_period); in vert_refresh()
530 print_value(21, "[PIXEL FREQ]", pixel_freq); in vert_refresh()
539 print_value(22, "[H FREQ]", h_freq); in vert_refresh()
[all …]
/dports/x11-servers/xwayland/xorg-server-1.20.13/hw/xfree86/utils/gtf/
H A Dgtf.c162 print_value(int n, const char *name, float val) in print_value() function
309 print_value(1, "[H PIXELS RND]", h_pixels_rnd); in vert_refresh()
323 print_value(2, "[V LINES RND]", v_lines_rnd); in vert_refresh()
365 print_value(6, "[INTERLACE]", interlace); in vert_refresh()
378 print_value(7, "[H PERIOD EST]", h_period_est); in vert_refresh()
387 print_value(8, "[V SYNC+BP]", vsync_plus_bp); in vert_refresh()
398 print_value(9, "[V BACK PORCH]", v_back_porch); in vert_refresh()
428 print_value(12, "[H PERIOD]", h_period); in vert_refresh()
530 print_value(21, "[PIXEL FREQ]", pixel_freq); in vert_refresh()
539 print_value(22, "[H FREQ]", h_freq); in vert_refresh()
[all …]
/dports/x11-servers/xorg-vfbserver/xorg-server-1.20.13/hw/xfree86/utils/gtf/
H A Dgtf.c162 print_value(int n, const char *name, float val) in print_value() function
309 print_value(1, "[H PIXELS RND]", h_pixels_rnd); in vert_refresh()
323 print_value(2, "[V LINES RND]", v_lines_rnd); in vert_refresh()
365 print_value(6, "[INTERLACE]", interlace); in vert_refresh()
378 print_value(7, "[H PERIOD EST]", h_period_est); in vert_refresh()
387 print_value(8, "[V SYNC+BP]", vsync_plus_bp); in vert_refresh()
398 print_value(9, "[V BACK PORCH]", v_back_porch); in vert_refresh()
428 print_value(12, "[H PERIOD]", h_period); in vert_refresh()
530 print_value(21, "[PIXEL FREQ]", pixel_freq); in vert_refresh()
539 print_value(22, "[H FREQ]", h_freq); in vert_refresh()
[all …]
/dports/x11-servers/xorg-dmx/xorg-server-1.20.13/hw/xfree86/utils/gtf/
H A Dgtf.c162 print_value(int n, const char *name, float val) in print_value() function
309 print_value(1, "[H PIXELS RND]", h_pixels_rnd); in vert_refresh()
323 print_value(2, "[V LINES RND]", v_lines_rnd); in vert_refresh()
365 print_value(6, "[INTERLACE]", interlace); in vert_refresh()
378 print_value(7, "[H PERIOD EST]", h_period_est); in vert_refresh()
387 print_value(8, "[V SYNC+BP]", vsync_plus_bp); in vert_refresh()
398 print_value(9, "[V BACK PORCH]", v_back_porch); in vert_refresh()
428 print_value(12, "[H PERIOD]", h_period); in vert_refresh()
530 print_value(21, "[PIXEL FREQ]", pixel_freq); in vert_refresh()
539 print_value(22, "[H FREQ]", h_freq); in vert_refresh()
[all …]
/dports/x11-servers/xorg-server/xorg-server-1.20.13/hw/xfree86/utils/gtf/
H A Dgtf.c162 print_value(int n, const char *name, float val) in print_value() function
309 print_value(1, "[H PIXELS RND]", h_pixels_rnd); in vert_refresh()
323 print_value(2, "[V LINES RND]", v_lines_rnd); in vert_refresh()
365 print_value(6, "[INTERLACE]", interlace); in vert_refresh()
378 print_value(7, "[H PERIOD EST]", h_period_est); in vert_refresh()
387 print_value(8, "[V SYNC+BP]", vsync_plus_bp); in vert_refresh()
398 print_value(9, "[V BACK PORCH]", v_back_porch); in vert_refresh()
428 print_value(12, "[H PERIOD]", h_period); in vert_refresh()
530 print_value(21, "[PIXEL FREQ]", pixel_freq); in vert_refresh()
539 print_value(22, "[H FREQ]", h_freq); in vert_refresh()
[all …]
/dports/x11-servers/xarcan/xarcan-0.6.0/hw/xfree86/utils/gtf/
H A Dgtf.c162 print_value(int n, const char *name, float val) in print_value() function
309 print_value(1, "[H PIXELS RND]", h_pixels_rnd); in vert_refresh()
323 print_value(2, "[V LINES RND]", v_lines_rnd); in vert_refresh()
365 print_value(6, "[INTERLACE]", interlace); in vert_refresh()
378 print_value(7, "[H PERIOD EST]", h_period_est); in vert_refresh()
387 print_value(8, "[V SYNC+BP]", vsync_plus_bp); in vert_refresh()
398 print_value(9, "[V BACK PORCH]", v_back_porch); in vert_refresh()
428 print_value(12, "[H PERIOD]", h_period); in vert_refresh()
530 print_value(21, "[PIXEL FREQ]", pixel_freq); in vert_refresh()
539 print_value(22, "[H FREQ]", h_freq); in vert_refresh()
[all …]
/dports/x11-servers/xorg-nestserver/xorg-server-1.20.13/hw/xfree86/utils/gtf/
H A Dgtf.c162 print_value(int n, const char *name, float val) in print_value() function
309 print_value(1, "[H PIXELS RND]", h_pixels_rnd); in vert_refresh()
323 print_value(2, "[V LINES RND]", v_lines_rnd); in vert_refresh()
365 print_value(6, "[INTERLACE]", interlace); in vert_refresh()
378 print_value(7, "[H PERIOD EST]", h_period_est); in vert_refresh()
387 print_value(8, "[V SYNC+BP]", vsync_plus_bp); in vert_refresh()
398 print_value(9, "[V BACK PORCH]", v_back_porch); in vert_refresh()
428 print_value(12, "[H PERIOD]", h_period); in vert_refresh()
530 print_value(21, "[PIXEL FREQ]", pixel_freq); in vert_refresh()
539 print_value(22, "[H FREQ]", h_freq); in vert_refresh()
[all …]
/dports/x11-servers/xwayland-devel/xorg-xserver-xorg-server-21.0.99.1-177-g9e5a37961/hw/xfree86/utils/gtf/
H A Dgtf.c162 print_value(int n, const char *name, float val) in print_value() function
309 print_value(1, "[H PIXELS RND]", h_pixels_rnd); in vert_refresh()
323 print_value(2, "[V LINES RND]", v_lines_rnd); in vert_refresh()
365 print_value(6, "[INTERLACE]", interlace); in vert_refresh()
378 print_value(7, "[H PERIOD EST]", h_period_est); in vert_refresh()
387 print_value(8, "[V SYNC+BP]", vsync_plus_bp); in vert_refresh()
398 print_value(9, "[V BACK PORCH]", v_back_porch); in vert_refresh()
428 print_value(12, "[H PERIOD]", h_period); in vert_refresh()
530 print_value(21, "[PIXEL FREQ]", pixel_freq); in vert_refresh()
539 print_value(22, "[H FREQ]", h_freq); in vert_refresh()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/c1/
H A Dc1_InstructionPrinter.cpp233 print_value(value); in print_stack()
258 print_value(t); in print_stack()
298 print_value(v); in print_phi()
426 print_value(x->x()); in do_NegateOp()
451 print_value(x->x()); in do_IfOp()
453 print_value(x->y()); in do_IfOp()
470 print_value(x->obj()); in do_NullCheck()
742 print_value(x->x()); in do_If()
744 print_value(x->y()); in do_If()
875 print_value(x->x()); in do_Assert()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/c1/
H A Dc1_InstructionPrinter.cpp233 print_value(value); in print_stack()
258 print_value(t); in print_stack()
298 print_value(v); in print_phi()
426 print_value(x->x()); in do_NegateOp()
451 print_value(x->x()); in do_IfOp()
453 print_value(x->y()); in do_IfOp()
470 print_value(x->obj()); in do_NullCheck()
742 print_value(x->x()); in do_If()
744 print_value(x->y()); in do_If()
875 print_value(x->x()); in do_Assert()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/c1/
H A Dc1_InstructionPrinter.cpp233 print_value(value); in print_stack()
258 print_value(t); in print_stack()
298 print_value(v); in print_phi()
426 print_value(x->x()); in do_NegateOp()
451 print_value(x->x()); in do_IfOp()
453 print_value(x->y()); in do_IfOp()
470 print_value(x->obj()); in do_NullCheck()
742 print_value(x->x()); in do_If()
744 print_value(x->y()); in do_If()
875 print_value(x->x()); in do_Assert()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/c1/
H A Dc1_InstructionPrinter.cpp225 print_value(value); in print_stack()
250 print_value(t); in print_stack()
290 print_value(v); in print_phi()
418 print_value(x->x()); in do_NegateOp()
443 print_value(x->x()); in do_IfOp()
445 print_value(x->y()); in do_IfOp()
462 print_value(x->obj()); in do_NullCheck()
734 print_value(x->x()); in do_If()
736 print_value(x->y()); in do_If()
867 print_value(x->x()); in do_Assert()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/c1/
H A Dc1_InstructionPrinter.cpp226 print_value(value); in print_stack()
251 print_value(t); in print_stack()
291 print_value(v); in print_phi()
419 print_value(x->x()); in do_NegateOp()
444 print_value(x->x()); in do_IfOp()
446 print_value(x->y()); in do_IfOp()
463 print_value(x->obj()); in do_NullCheck()
735 print_value(x->x()); in do_If()
737 print_value(x->y()); in do_If()
863 print_value(x->x()); in do_Assert()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/c1/
H A Dc1_InstructionPrinter.cpp233 print_value(value); in print_stack()
258 print_value(t); in print_stack()
298 print_value(v); in print_phi()
424 print_value(x->x()); in do_NegateOp()
449 print_value(x->x()); in do_IfOp()
451 print_value(x->y()); in do_IfOp()
468 print_value(x->obj()); in do_NullCheck()
740 print_value(x->x()); in do_If()
742 print_value(x->y()); in do_If()
873 print_value(x->x()); in do_Assert()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/c1/
H A Dc1_InstructionPrinter.cpp225 print_value(value); in print_stack()
250 print_value(t); in print_stack()
290 print_value(v); in print_phi()
418 print_value(x->x()); in do_NegateOp()
443 print_value(x->x()); in do_IfOp()
445 print_value(x->y()); in do_IfOp()
462 print_value(x->obj()); in do_NullCheck()
734 print_value(x->x()); in do_If()
736 print_value(x->y()); in do_If()
867 print_value(x->x()); in do_Assert()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/c1/
H A Dc1_InstructionPrinter.cpp225 print_value(value); in print_stack()
250 print_value(t); in print_stack()
290 print_value(v); in print_phi()
418 print_value(x->x()); in do_NegateOp()
443 print_value(x->x()); in do_IfOp()
445 print_value(x->y()); in do_IfOp()
462 print_value(x->obj()); in do_NullCheck()
734 print_value(x->x()); in do_If()
736 print_value(x->y()); in do_If()
867 print_value(x->x()); in do_Assert()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/c1/
H A Dc1_InstructionPrinter.cpp232 print_value(value); in print_stack()
257 print_value(t); in print_stack()
297 print_value(v); in print_phi()
423 print_value(x->x()); in do_NegateOp()
448 print_value(x->x()); in do_IfOp()
450 print_value(x->y()); in do_IfOp()
467 print_value(x->obj()); in do_NullCheck()
739 print_value(x->x()); in do_If()
741 print_value(x->y()); in do_If()
877 print_value(x->x()); in do_Assert()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/c1/
H A Dc1_InstructionPrinter.cpp232 print_value(value); in print_stack()
257 print_value(t); in print_stack()
297 print_value(v); in print_phi()
423 print_value(x->x()); in do_NegateOp()
448 print_value(x->x()); in do_IfOp()
450 print_value(x->y()); in do_IfOp()
467 print_value(x->obj()); in do_NullCheck()
739 print_value(x->x()); in do_If()
741 print_value(x->y()); in do_If()
877 print_value(x->x()); in do_Assert()
[all …]

12345678910>>...58