Home
last modified time | relevance | path

Searched refs:v_scale (Results 1 – 25 of 238) sorted by relevance

12345678910

/dports/multimedia/vvdec/vvdec-1.1.2/source/Lib/CommonLib/x86/
H A DQuantX86.h102 __m128i v_scale = _mm_set1_epi16 ((short)scale); in DeQuantCoreSIMD() local
114 __m128i v_low = _mm_mullo_epi16(v_level,v_scale); in DeQuantCoreSIMD()
115 __m128i v_high = _mm_mulhi_epi16(v_level,v_scale); in DeQuantCoreSIMD()
138 __m128i v_low = _mm_mullo_epi16(v_level,v_scale); in DeQuantCoreSIMD()
139 __m128i v_high = _mm_mulhi_epi16(v_level,v_scale); in DeQuantCoreSIMD()
270 __m128i v_scale = _mm_set1_epi16 ((short)scale); in DeQuantCoreSIMD() local
282 __m128i v_low = _mm_mullo_epi16(v_level,v_scale); in DeQuantCoreSIMD()
306 __m128i v_low = _mm_mullo_epi16(v_level,v_scale); in DeQuantCoreSIMD()
446 __m128i v_scale = _mm_set1_epi16 ((short)scale); in DeQuantCorePCMSIMD() local
459 __m128i v_low = _mm_mullo_epi16(v_level,v_scale); in DeQuantCorePCMSIMD()
[all …]
/dports/cad/ngspice_rework/ngspice-35/src/frontend/plotting/
H A Dplotit.c814 lv->v_scale = dv; in plotit()
886 if (!d->v_scale) { in plotit()
891 d->v_scale = d; in plotit()
902 vecs->v_scale->v_type = SV_RES; in plotit()
911 if (d->v_scale && (d->v_scale->v_gridtype == GRID_XLOG)) { in plotit()
982 d->v_scale = vec_copy(d->v_scale); in plotit()
1108 v->v_scale->v_realdata, v->v_scale->v_length, in plotit()
1120 vecs->v_scale = newv_scale; in plotit()
1184 xn = vecs->v_scale->v_name; in plotit()
1185 xt = vecs->v_scale->v_type; in plotit()
[all …]
H A Dgnuplot.c289 scale = v->v_scale; in ft_gnuplot()
330 scale = v->v_scale; in ft_gnuplot()
353 scale = v->v_scale; in ft_gnuplot()
473 if (v->v_scale->v_length != maxlen) { in ft_writesimple()
486 maxlen = MAX(v->v_scale->v_length, maxlen); in ft_writesimple()
505 struct dvec *scale = v->v_scale; in ft_writesimple()
526 struct dvec *scale = v->v_scale; in ft_writesimple()
/dports/misc/gnome-devel-docs/gnome-devel-docs-40.3/platform-demos/C/samples/
H A Dscale.vala4 Gtk.Scale v_scale;
19 v_scale = new Gtk.Scale (Gtk.Orientation.VERTICAL, adjustment);
20 v_scale.set_vexpand(true);
28 grid.attach_next_to (v_scale, h_scale, Gtk.PositionType.RIGHT, 1, 1);
32 v_scale.value_changed.connect (scale_moved);
45 …ontal scale is %.1f; vertical scale is %.1f.".printf (h_scale.get_value (), v_scale.get_value ()));
H A Dscale.py36 self.v_scale = Gtk.Scale(
39 self.v_scale.set_vexpand(True)
43 self.v_scale.connect("value-changed", self.scale_moved)
55 self.v_scale, self.h_scale, Gtk.PositionType.RIGHT, 1, 1)
64 "; vertical scale is " + str(self.v_scale.get_value()) + ".")
H A Dscale.c59 GtkWidget *v_scale; in activate() local
117 v_scale = gtk_scale_new (GTK_ORIENTATION_VERTICAL, vadjustment); in activate()
118 gtk_widget_set_vexpand (v_scale, TRUE); in activate()
123 g_signal_connect (v_scale, in activate()
133 gtk_grid_attach (GTK_GRID (grid), v_scale, 1, 0, 1, 1); in activate()
/dports/x11/rxvt-unicode/rxvt-unicode-9.30/src/perl/
H A Dbackground1391 $bg_opts->{h_scale} = $bg_opts->{v_scale} = 100;
1403 $bg_opts->{h_scale} = $bg_opts->{v_scale} = 0;
1409 $bg_opts->{h_scale} = $bg_opts->{v_scale} = 100;
1415 $bg_opts->{h_scale} = $bg_opts->{v_scale} = 100;
1421 $bg_opts->{h_scale} = $bg_opts->{v_scale} = 0;
1427 $bg_opts->{h_scale} = $bg_opts->{v_scale} = 0;
1445 $bg_opts->{v_scale} = $h if defined $h;
1505 my $v_scale = $bg_opts->{v_scale} * 0.01;
1521 if ($h_scale != 0 and $v_scale != 0) {
1555 $self->{bg_opts} = { h_scale => 100, v_scale => 100,
[all …]
/dports/science/py-pymol/pymol-open-source-2.4.0/layer1/
H A DFontGLUT.cpp162 x_indent -= (rpos[0] + _1) / v_scale; in RenderOpenGL()
164 x_indent -= (rpos[0] - _1) / v_scale; in RenderOpenGL()
175 y_indent -= (rpos[1] + _1) / v_scale; in RenderOpenGL()
177 y_indent -= (rpos[1] - _1) / v_scale; in RenderOpenGL()
234 indent[0] = -v_scale * x_indent; in RenderOpenGL()
235 indent[1] = -v_scale * y_indent; in RenderOpenGL()
336 float v_scale = SceneGetScreenVertexScale(G, NULL); in RenderRay() local
382 x_indent -= 2 * (rpos[0] + _1) / v_scale; in RenderRay()
384 x_indent -= 2 * (rpos[0] - _1) / v_scale; in RenderRay()
395 y_indent -= 2 * (rpos[1] + _1) / v_scale; in RenderRay()
[all …]
H A DFontType.cpp95 float v_scale = SceneGetScreenVertexScale(G, NULL); in FontTypeRenderOpenGLImpl() local
106 size = (int) (0.5F - size / v_scale); in FontTypeRenderOpenGLImpl()
197 x_indent += screenWorldOffset[0] / v_scale; in FontTypeRenderOpenGLImpl()
198 y_indent += pymol_roundf(screenWorldOffset[1] / v_scale); in FontTypeRenderOpenGLImpl()
339 float v_scale = SceneGetScreenVertexScale(G, NULL); in RenderRay() local
349 size = (int) (0.5F - size / v_scale); in RenderRay()
445 x_indent -= 2 * (rpos[0] + _1) / v_scale; in RenderRay()
447 x_indent -= 2 * (rpos[0] - _1) / v_scale; in RenderRay()
460 y_indent -= 2 * (rpos[1] + _1) / v_scale; in RenderRay()
462 y_indent -= 2 * (rpos[1] - _1) / v_scale; in RenderRay()
/dports/cad/jspice3/jspice3-2.5/src/lib/plot/
H A Ddoplot.c362 if (!d->v_scale) {
366 d->v_scale = d;
374 if (d->v_scale && (d->v_scale->v_gridtype == GRID_XLOG))
439 if (d->v_length != d->v_scale->v_length)
450 d->v_scale = vec_copy(d->v_scale);
451 vec_newtemp(d->v_scale);
488 gr.xtype = dl0->dl_dvec->v_scale->v_type;
576 d->v_scale->v_realdata, d->v_scale->v_length,
589 dl0->dl_dvec->v_scale = newv_scale;
984 dd = ft_minmax(d->v_scale, true);
[all …]
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/graphics/
H A Dgropengltexture.h23 float u_scale, v_scale; member
32 u_scale(1.0f), v_scale(1.0f), bitmap_handle(-1), size(0), w(0), h(0), in tcache_slot_opengl()
43 v_scale = 1.0f; in reset()
82 int gr_opengl_tcache_set(int bitmap_handle, int bitmap_type, float *u_scale, float *v_scale, int st…
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/graphics/opengl/
H A Dgropengltexture.h27 float u_scale, v_scale; variable
49 v_scale = 1.0f; in reset()
92 int gr_opengl_tcache_set(int bitmap_handle, int bitmap_type, float *u_scale, float *v_scale, uint32…
98 void gr_opengl_get_texture_scale(int bitmap_handle, float *u_scale, float *v_scale);
H A Dgropengltnl.cpp803 float u_scale, v_scale; in opengl_tnl_set_material() local
805 …if ( !gr_opengl_tcache_set(base_map, material_info->get_texture_type(), &u_scale, &v_scale, &array… in opengl_tnl_set_material()
822 float u_scale, v_scale; in opengl_tnl_set_model_material() local
867 gr_opengl_tcache_set(ENVMAP, TCACHE_TYPE_CUBEMAP, &u_scale, &v_scale, &array_index, 3); in opengl_tnl_set_model_material()
1021 float u_scale, v_scale; in opengl_tnl_set_material_movie() local
1042 float u_scale, v_scale; in opengl_tnl_set_material_decal() local
1048 &v_scale, in opengl_tnl_set_material_decal()
1057 &v_scale, in opengl_tnl_set_material_decal()
1066 &v_scale, in opengl_tnl_set_material_decal()
1089 float u_scale, v_scale; in opengl_tnl_set_rocketui_material() local
[all …]
/dports/graphics/epix/epix-1.2.19/doc/
H A DePiX.xp114 laps.v_scale(0.5, P(0,0.5));
123 epix.v_scale(0.5, P(0,0.5));
132 elaps.v_scale(0.5, P(0,0.5));
141 flix.v_scale(0.5, P(0,0.5));
150 all.v_scale(0.5, P(0,0.5));
/dports/misc/vxl/vxl-3.3.2/core/vpgl/
H A Dvpgl_rational_camera.h203 const T v_scale, const T v_off,
216 const T v_scale, const T v_off,
290 const T v_scale, const T v_off
331 void set_image_scale(const T u_scale, const T v_scale) in set_image_scale() argument
333 scale_offsets_[V_INDX].set_scale(v_scale); } in set_image_scale()
336 void image_scale(T& u_scale, T& v_scale) in image_scale() argument
337 {u_scale = scale(U_INDX); v_scale = scale(V_INDX);} in image_scale()
H A Dvpgl_rational_camera.hxx47 const T v_scale, const T v_off, in vpgl_rational_camera() argument
53 u_scale, u_off, v_scale, v_off); in vpgl_rational_camera()
67 const T v_scale, const T v_off, in vpgl_rational_camera() argument
73 u_scale, u_off, v_scale, v_off); in vpgl_rational_camera()
219 const T v_scale, const T v_off in set_scale_offsets() argument
227 scale_offsets_[V_INDX] = vpgl_scale_offset<T>(v_scale, v_off); in set_scale_offsets()
486 T x_scale,x_off,y_scale,y_off,z_scale,z_off,u_scale,u_off,v_scale,v_off; in read_pvl() local
527 istr >> v_scale; in read_pvl()
641 u_scale, u_off, v_scale, v_off); in read_pvl()
703 istr >> v_scale; in read_txt()
[all …]
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/
H A Dextended_system_types.F66 REAL(KIND=dp), POINTER, DIMENSION(:) :: v_scale component
125 NULLIFY (map_info%v_scale)
150 IF (ASSOCIATED(map_info%v_scale)) THEN
151 DEALLOCATE (map_info%v_scale)
/dports/science/cp2k-data/cp2k-7.1.0/src/
H A Dextended_system_types.F66 REAL(KIND=dp), POINTER, DIMENSION(:) :: v_scale component
125 NULLIFY (map_info%v_scale)
150 IF (ASSOCIATED(map_info%v_scale)) THEN
151 DEALLOCATE (map_info%v_scale)
/dports/games/retroarch/RetroArch-1.9.7/deps/switchres/
H A Dmodeline.cpp49 int v_scale = 0; in modeline_create() local
60 v_scale = scale_into_range(t_mode->vfreq, range->vfreq_min, range->vfreq_max); in modeline_create()
62 if (!v_scale && (t_mode->type & V_FREQ_EDITABLE)) in modeline_create()
65 v_scale = 1; in modeline_create()
67 else if (v_scale != 1 && !(t_mode->type & V_FREQ_EDITABLE)) in modeline_create()
102 if (vfreq_real != t_mode->vfreq * v_scale && !(t_mode->type & V_FREQ_EDITABLE)) in modeline_create()
195 …t_mode->vactive = stretch_into_range(t_mode->vfreq * v_scale, range, borders, cs->interlace, &inte… in modeline_create()
198 …vfreq_real = min(t_mode->vfreq * v_scale, max_vfreq_for_yres(t_mode->vactive, range, borders, inte… in modeline_create()
215 v_scale = max(round_near(vfreq_real / s_mode->vfreq), 1); in modeline_create()
216 v_diff = (vfreq_real / v_scale) - s_mode->vfreq; in modeline_create()
[all …]
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/motion/thermostat/
H A Dal_system_dynamics.F199 map_info%v_scale(imap) = EXP(-step*al%dt/al%tau_langevin)
200 …kin(imap) = SQRT((al%nvt(i)%nkt/al%nvt(i)%degrees_of_freedom)*(1.0_dp - map_info%v_scale(imap)**2))
202 map_info%v_scale(imap) = 1.0_dp
242 vel(:, ipart) = vel(:, ipart)*map_info%v_scale(ii) + &
245 particle_set(ipart)%v(:) = particle_set(ipart)%v(:)*map_info%v_scale(ii) + &
283 map_info%v_scale(imap) = decay
288 map_info%v_scale(imap) = 1.0_dp
/dports/science/cp2k-data/cp2k-7.1.0/src/motion/thermostat/
H A Dal_system_dynamics.F202 map_info%v_scale(imap) = EXP(-step*al%dt/al%tau_langevin)
203 …kin(imap) = SQRT((al%nvt(i)%nkt/al%nvt(i)%degrees_of_freedom)*(1.0_dp - map_info%v_scale(imap)**2))
205 map_info%v_scale(imap) = 1.0_dp
246 vel(:, ipart) = vel(:, ipart)*map_info%v_scale(ii) + &
249 particle_set(ipart)%v(:) = particle_set(ipart)%v(:)*map_info%v_scale(ii) + &
287 map_info%v_scale(imap) = decay
292 map_info%v_scale(imap) = 1.0_dp
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/clk/tegra/
H A Dcvb.c25 static int round_cvb_voltage(int mv, int v_scale, in round_cvb_voltage() argument
30 int step = (align->step_uv ? : 1000) * v_scale; in round_cvb_voltage()
31 int offset = align->offset_uv * v_scale; in round_cvb_voltage()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/clk/tegra/
H A Dcvb.c25 static int round_cvb_voltage(int mv, int v_scale, in round_cvb_voltage() argument
30 int step = (align->step_uv ? : 1000) * v_scale; in round_cvb_voltage()
31 int offset = align->offset_uv * v_scale; in round_cvb_voltage()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/clk/tegra/
H A Dcvb.c25 static int round_cvb_voltage(int mv, int v_scale, in round_cvb_voltage() argument
30 int step = (align->step_uv ? : 1000) * v_scale; in round_cvb_voltage()
31 int offset = align->offset_uv * v_scale; in round_cvb_voltage()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/core/
H A DSkColor.cpp85 unsigned v_scale = SkAlpha255To256(v); in SkHSVToColor() local
86 unsigned p = SkAlphaMul(255 - s, v_scale); in SkHSVToColor()
87 unsigned q = SkAlphaMul(255 - (s * f >> 16), v_scale); in SkHSVToColor()
88 unsigned t = SkAlphaMul(255 - (s * (SK_Fixed1 - f) >> 16), v_scale); in SkHSVToColor()

12345678910