Home
last modified time | relevance | path

Searched refs:y_double (Results 1 – 10 of 10) sorted by relevance

/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/VNL/src/vxl/core/vnl/tests/
H A Dtest_math.cxx442 double y_double = 2; in test_math() local
455 …cated(x_double ,y_double )",vnl_math::remainder_truncated(x_double ,y_double ),+1); in test_math()
466 y_double *= -1; in test_math()
506 y_double *= -1; in test_math()
548 double y_double = 2; in test_math() local
561 …floored(x_double ,y_double )",vnl_math::remainder_floored(x_double ,y_double ),+1); in test_math()
572 y_double *= -1; in test_math()
581 …floored(x_double ,y_double )",vnl_math::remainder_floored(x_double ,y_double ),-1); in test_math()
601 …floored(x_double ,y_double )",vnl_math::remainder_floored(x_double ,y_double ),-1); in test_math()
612 y_double *= -1; in test_math()
[all …]
/dports/misc/vxl/vxl-3.3.2/core/vnl/tests/
H A Dtest_math.cxx454 double y_double = 2; in test_math() local
482 vnl_math::remainder_truncated(x_double, y_double), in test_math()
496 y_double *= -1; in test_math()
514 vnl_math::remainder_truncated(x_double, y_double), in test_math()
546 vnl_math::remainder_truncated(x_double, y_double), in test_math()
560 y_double *= -1; in test_math()
578 vnl_math::remainder_truncated(x_double, y_double), in test_math()
614 double y_double = 2; in test_math() local
634 …ainder_floored(x_double ,y_double )", vnl_math::remainder_floored(x_double, y_double), +1); in test_math()
647 y_double *= -1; in test_math()
[all …]
/dports/misc/openvdb/openvdb-9.0.0/openvdb_ax/openvdb_ax/test/snippets/function/
H A Dcurlnoise17 double y_double = -2.0;
19 vec3d@out_double_from_scalars = curlnoise(x_double, y_double, z_double);
/dports/deskutils/gnome-initial-setup/gnome-initial-setup-41.2/gnome-initial-setup/pages/account/
H A Dum-utils.c116 gdouble x_double, y_double; in down_arrow() local
137 y_double = (y + height / 2) - 0.5; in down_arrow()
141 cairo_translate (cr, x_double, y_double); in down_arrow()
/dports/emulators/mess/mame-mame0226/src/mame/drivers/
H A Dpc8801.cpp316 uint16_t y_double = (pc8801_pixel_clock()); in draw_bitmap_3bpp() local
317 uint16_t y_size = (y_double+1) * 200; in draw_bitmap_3bpp()
319 for(int y=0;y<y_size;y+=(y_double+1)) in draw_bitmap_3bpp()
332 if(y_double) in draw_bitmap_3bpp()
486 uint8_t y_double = (pc8801_pixel_clock()); in pc8801_draw_char() local
511 mask <<= ((yi & (0x6 << y_double)) >> (1+y_double)); in pc8801_draw_char()
521 if(yi >= (1 << (y_double+3)) || secret || blink_mask) in pc8801_draw_char()
524 char_data = (m_cg_rom[tile*8+(yi >> y_double)] >> (7-xi)) & 1; in pc8801_draw_char()
/dports/emulators/mame/mame-mame0226/src/mame/drivers/
H A Dpc8801.cpp316 uint16_t y_double = (pc8801_pixel_clock()); in draw_bitmap_3bpp() local
317 uint16_t y_size = (y_double+1) * 200; in draw_bitmap_3bpp()
319 for(int y=0;y<y_size;y+=(y_double+1)) in draw_bitmap_3bpp()
332 if(y_double) in draw_bitmap_3bpp()
486 uint8_t y_double = (pc8801_pixel_clock()); in pc8801_draw_char() local
511 mask <<= ((yi & (0x6 << y_double)) >> (1+y_double)); in pc8801_draw_char()
521 if(yi >= (1 << (y_double+3)) || secret || blink_mask) in pc8801_draw_char()
524 char_data = (m_cg_rom[tile*8+(yi >> y_double)] >> (7-xi)) & 1; in pc8801_draw_char()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtkcssimagebuiltin.c232 double x_double, y_double; in gtk_css_image_builtin_draw_expander() local
294 y_double = y_double_vert * (1 - interp) + y_double_horz * interp; in gtk_css_image_builtin_draw_expander()
296 cairo_translate (cr, x_double, y_double); in gtk_css_image_builtin_draw_expander()
/dports/x11-themes/gtk-engines2/gtk-engines-2.20.2/engines/hc/src/
H A Dhc-style.c1073 double x_double, y_double; in hc_draw_expander() local
1153 y_double = y_double_vert * (1 - interp) + y_double_horz * interp; in hc_draw_expander()
1155 cairo_translate (cr, x_double, y_double); in hc_draw_expander()
/dports/x11-themes/gtk-murrine-engine/murrine-0.98.2/src/
H A Dmurrine_draw.c3177 double x_double, y_double; in murrine_draw_expander_arrow() local
3240 y_double = y_double_vert * (1 - interp) + y_double_horz * interp; in murrine_draw_expander_arrow()
3242 cairo_translate (cr, x_double, y_double); in murrine_draw_expander_arrow()
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gtk/
H A Dgtkstyle.c5023 double x_double, y_double; in gtk_default_draw_expander() local
5106 y_double = y_double_vert * (1 - interp) + y_double_horz * interp; in gtk_default_draw_expander()
5108 cairo_translate (cr, x_double, y_double); in gtk_default_draw_expander()