Home
last modified time | relevance | path

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

/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/vidhrdw/
H A Dvector.c49 static float vector_scale_x; /* scaling to screen */ variable
324 x2 = (int)(vector_scale_x*x2); in vector_draw_to()
573 x1 = (int)(vector_scale_x*x1); in vector_set_clip()
575 x2 = (int)(vector_scale_x*x2); in vector_set_clip()
726 vector_scale_x = ((float)vecwidth)/(Machine->visible_area.max_x - Machine->visible_area.min_x); in VIDEO_UPDATE()
/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/vidhrdw/
H A Dvector.c55 static int vector_scale_x; /* scaling to screen */ variable
444 x2 = vec_mult(x2<<4,vector_scale_x); in vector_draw_to()
672 x1 = vec_mult(x1<<4,vector_scale_x); in vector_set_clip()
674 x2 = vec_mult(x2<<4,vector_scale_x); in vector_set_clip()
836 vector_scale_x = temp_x * vecheight; in vector_vh_update()
841 vector_scale_x = temp_x * vecwidth; in vector_vh_update()
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/vidhrdw/
H A Dvector.c49 static float vector_scale_x; /* scaling to screen */ variable
321 x2 = (int)(vector_scale_x*x2); in vector_draw_to()
570 x2 = (int)(vector_scale_x*x2); in vector_set_clip()
721 vector_scale_x = ((float)vecwidth)/(Machine->visible_area.max_x - Machine->visible_area.min_x); in VIDEO_UPDATE()
/dports/lang/guile1/guile-1.8.8/libguile/
H A Drandom.c426 vector_scale_x (SCM v, double c) in vector_scale_x() function
505 vector_scale_x (v,
527 vector_scale_x (v, 1 / sqrt (vector_sum_squares (v)));
H A DChangeLog-20083096 * random.c (vector_scale, vector_scale_x): Renamed former to the
3098 (vector_scale_x, vector_sum_squares, scm_random_normal_vector_x):
/dports/lang/guile2/guile-2.2.7/libguile/
H A Drandom.c527 vector_scale_x (SCM v, double c) in vector_scale_x() function
616 vector_scale_x (v,
638 vector_scale_x (v, 1 / sqrt (vector_sum_squares (v)));
H A DChangeLog-20083543 * random.c (vector_scale, vector_scale_x): Renamed former to the
3545 (vector_scale_x, vector_sum_squares, scm_random_normal_vector_x):
/dports/lang/guile/guile-3.0.7/libguile/
H A Drandom.c538 vector_scale_x (SCM v, double c) in vector_scale_x() function
627 vector_scale_x (v,
649 vector_scale_x (v, 1 / sqrt (vector_sum_squares (v)));
H A DChangeLog-20083543 * random.c (vector_scale, vector_scale_x): Renamed former to the
3545 (vector_scale_x, vector_sum_squares, scm_random_normal_vector_x):
/dports/lang/guile2/guile-2.2.7/
H A DChangeLog1747 * libguile/random.c (vector_scale_x, vector_sum_squares): Handle general