Home
last modified time | relevance | path

Searched refs:gfloat (Results 151 – 175 of 9823) sorted by relevance

12345678910>>...393

/dports/multimedia/gstreamer1-plugins/gst-plugins-base-1.16.2/ext/gl/
H A Dgstgltransformation.h54 gfloat xrotation;
55 gfloat yrotation;
58 gfloat xscale;
59 gfloat yscale;
65 gfloat xpivot;
66 gfloat ypivot;
67 gfloat zpivot;
70 gfloat fov;
71 gfloat aspect;
72 gfloat znear;
[all …]
/dports/audio/gstreamer1-plugins-ogg/gst-plugins-base-1.16.2/ext/gl/
H A Dgstgltransformation.h54 gfloat xrotation;
55 gfloat yrotation;
58 gfloat xscale;
59 gfloat yscale;
65 gfloat xpivot;
66 gfloat ypivot;
67 gfloat zpivot;
70 gfloat fov;
71 gfloat aspect;
72 gfloat znear;
[all …]
/dports/audio/gstreamer1-plugins-vorbis/gst-plugins-base-1.16.2/ext/gl/
H A Dgstgltransformation.h54 gfloat xrotation;
55 gfloat yrotation;
58 gfloat xscale;
59 gfloat yscale;
65 gfloat xpivot;
66 gfloat ypivot;
67 gfloat zpivot;
70 gfloat fov;
71 gfloat aspect;
72 gfloat znear;
[all …]
/dports/audio/gstreamer1-plugins-opus/gst-plugins-base-1.16.2/ext/gl/
H A Dgstgltransformation.h54 gfloat xrotation;
55 gfloat yrotation;
58 gfloat xscale;
59 gfloat yscale;
65 gfloat xpivot;
66 gfloat ypivot;
67 gfloat zpivot;
70 gfloat fov;
71 gfloat aspect;
72 gfloat znear;
[all …]
/dports/audio/gstreamer1-plugins-cdparanoia/gst-plugins-base-1.16.2/ext/gl/
H A Dgstgltransformation.h54 gfloat xrotation;
55 gfloat yrotation;
58 gfloat xscale;
59 gfloat yscale;
65 gfloat xpivot;
66 gfloat ypivot;
67 gfloat zpivot;
70 gfloat fov;
71 gfloat aspect;
72 gfloat znear;
[all …]
/dports/x11-toolkits/gstreamer1-plugins-pango/gst-plugins-base-1.16.2/ext/gl/
H A Dgstgltransformation.h54 gfloat xrotation;
55 gfloat yrotation;
58 gfloat xscale;
59 gfloat yscale;
65 gfloat xpivot;
66 gfloat ypivot;
67 gfloat zpivot;
70 gfloat fov;
71 gfloat aspect;
72 gfloat znear;
[all …]
/dports/graphics/gstreamer1-plugins-libvisual/gst-plugins-base-1.16.2/ext/gl/
H A Dgstgltransformation.h54 gfloat xrotation;
55 gfloat yrotation;
58 gfloat xscale;
59 gfloat yscale;
65 gfloat xpivot;
66 gfloat ypivot;
67 gfloat zpivot;
70 gfloat fov;
71 gfloat aspect;
72 gfloat znear;
[all …]
/dports/graphics/gstreamer1-plugins-gl/gst-plugins-base-1.16.2/ext/gl/
H A Dgstgltransformation.h54 gfloat xrotation;
55 gfloat yrotation;
58 gfloat xscale;
59 gfloat yscale;
65 gfloat xpivot;
66 gfloat ypivot;
67 gfloat zpivot;
70 gfloat fov;
71 gfloat aspect;
72 gfloat znear;
[all …]
/dports/x11/gstreamer1-plugins-x/gst-plugins-base-1.16.2/ext/gl/
H A Dgstgltransformation.h54 gfloat xrotation;
55 gfloat yrotation;
58 gfloat xscale;
59 gfloat yscale;
65 gfloat xpivot;
66 gfloat ypivot;
67 gfloat zpivot;
70 gfloat fov;
71 gfloat aspect;
72 gfloat znear;
[all …]
/dports/graphics/gimp-app/gimp-2.10.30/app/gegl/
H A Dgimp-gegl-loops.cc206 gfloat *src; in gimp_gegl_convolve()
281 gfloat *dest = (gfloat *) dest_iter->items[0].data; in gimp_gegl_convolve()
389 odd_powf (gfloat x, in odd_powf()
390 gfloat y) in odd_powf()
441 gfloat *src = (gfloat *) iter->items[0].data; in gimp_gegl_dodgeburn()
442 gfloat *dest = (gfloat *) iter->items[1].data; in gimp_gegl_dodgeburn()
464 gfloat *src = (gfloat *) iter->items[0].data; in gimp_gegl_dodgeburn()
465 gfloat *dest = (gfloat *) iter->items[1].data; in gimp_gegl_dodgeburn()
487 gfloat *src = (gfloat *) iter->items[0].data; in gimp_gegl_dodgeburn()
488 gfloat *dest = (gfloat *) iter->items[1].data; in gimp_gegl_dodgeburn()
[all …]
/dports/graphics/gegl/gegl-0.4.34/tests/simple/
H A Dtest-image-compare.c114 (gfloat) actual_result.max_diff, in compare_values()
115 (gfloat) expected_result->max_diff); in compare_values()
146 test_comparison (const gfloat *reference, in test_comparison()
147 const gfloat *test_case, in test_comparison()
202 gfloat reference [NUM_PIXELS * 4]; in main()
203 gfloat test_alpha [NUM_PIXELS * 4]; in main()
204 gfloat test_rgba_r [NUM_PIXELS * 4]; in main()
205 gfloat test_rgba_g [NUM_PIXELS * 4]; in main()
206 gfloat test_rgba_b [NUM_PIXELS * 4]; in main()
207 gfloat test_ok [NUM_PIXELS * 4]; in main()
[all …]
/dports/deskutils/genius/genius-1.0.27/gtkextra/
H A Dgtkplotprint.c85 scalex = (gfloat)ps->page_width / in gtk_plot_export_ps()
87 scaley = (gfloat)ps->page_height / in gtk_plot_export_ps()
90 scalex = (gfloat)ps->page_width / in gtk_plot_export_ps()
211 scalex = (gfloat)ps->page_width / (gfloat)canvas->width; in gtk_plot_canvas_export_ps()
212 scaley = (gfloat)ps->page_height / (gfloat)canvas->height; in gtk_plot_canvas_export_ps()
214 scalex = (gfloat)ps->page_width / (gfloat)canvas->height; in gtk_plot_canvas_export_ps()
215 scaley = (gfloat)ps->page_height / (gfloat)canvas->width; in gtk_plot_canvas_export_ps()
279 scalex = (gfloat)ps->page_width / (gfloat)canvas->width; in gtk_plot_canvas_export_ps_with_size()
280 scaley = (gfloat)ps->page_height / (gfloat)canvas->height; in gtk_plot_canvas_export_ps_with_size()
282 scalex = (gfloat)ps->page_width / (gfloat)canvas->height; in gtk_plot_canvas_export_ps_with_size()
[all …]
/dports/x11-toolkits/gtkextra/gtkextra-3.3.4/gtkextra/
H A Dgtkplotprint.c84 scalex = (gfloat)ps->page_width / in gtk_plot_export_ps()
86 scaley = (gfloat)ps->page_height / in gtk_plot_export_ps()
89 scalex = (gfloat)ps->page_width / in gtk_plot_export_ps()
210 scalex = (gfloat)ps->page_width / (gfloat)canvas->width; in gtk_plot_canvas_export_ps()
211 scaley = (gfloat)ps->page_height / (gfloat)canvas->height; in gtk_plot_canvas_export_ps()
213 scalex = (gfloat)ps->page_width / (gfloat)canvas->height; in gtk_plot_canvas_export_ps()
214 scaley = (gfloat)ps->page_height / (gfloat)canvas->width; in gtk_plot_canvas_export_ps()
278 scalex = (gfloat)ps->page_width / (gfloat)canvas->width; in gtk_plot_canvas_export_ps_with_size()
279 scaley = (gfloat)ps->page_height / (gfloat)canvas->height; in gtk_plot_canvas_export_ps_with_size()
281 scalex = (gfloat)ps->page_width / (gfloat)canvas->height; in gtk_plot_canvas_export_ps_with_size()
[all …]
/dports/graphics/gegl/gegl-0.4.34/operations/common-gpl3+/
H A Dantialias.c84 gfloat *E0, gfloat *E1, gfloat *E2, in extrapolate9()
85 gfloat *E3, gfloat *E4, gfloat *E5, in extrapolate9()
86 gfloat *E6, gfloat *E7, gfloat *E8, in extrapolate9()
87 gfloat *A, gfloat *B, gfloat *C, in extrapolate9()
88 gfloat *D, gfloat *E, gfloat *F, in extrapolate9()
89 gfloat *G, gfloat *H, gfloat *I) in extrapolate9()
131 gfloat *rowthis; in process()
132 gfloat *rowafter; in process()
133 gfloat *dest; in process()
134 gfloat *ninepix; in process()
[all …]
H A Doilify.c92 gfloat mult_inten;
100 gfloat weight;
101 gfloat color[4];
102 gfloat div;
153 ratio = (gfloat) hist_inten[i] / (gfloat) inten_max;
189 gfloat sum[4];
190 gfloat ratio;
191 gfloat weight;
192 gfloat result[4];
193 gfloat div[4];
[all …]
/dports/sysutils/mate-power-manager/mate-power-manager-1.26.0/src/
H A Degg-array-float.c42 static gfloat
43 egg_array_float_guassian_value (gfloat x, gfloat sigma) in egg_array_float_guassian_value()
75 gfloat
114 gfloat
143 gfloat value; in egg_array_float_compute_gaussian()
181 gfloat
230 gfloat value; in egg_array_float_convolve()
263 gfloat
266 gfloat value; in egg_array_float_compute_integral()
284 static gfloat
[all …]
/dports/math/ggobi/ggobi-2.1.11/src/
H A Dtour2d_pp.h21 gint skewness_raw2(array_f *pdata, void *param, gfloat *val);
22 gint skewness_raw1( array_f *pdata, void *param, gfloat *val);
23 gint skewness( array_f *pdata, void *param, gfloat *val);
24 gint central_mass(array_f *pdata, void *param, gfloat *val);
25 gint central_mass_raw1(array_f *pdata, void *param, gfloat *val);
26 gint central_mass_raw2(array_f *pdata, void *param, gfloat *val);
27 gfloat mean_fn2(gfloat *x1, gfloat *x2, gint n);
29 gint holes( array_f *pdata,void *param, gfloat *val);
30 gint holes_raw1(array_f *pdata,void *param, gfloat *val);
31 gint holes_raw2(array_f *pdata,void *param, gfloat *val);
[all …]
/dports/x11/xfce4-dashboard/xfdashboard-0.8.1/libxfdashboard/
H A Dscrollbar.h66 void (*value_changed)(XfdashboardScrollbar *self, gfloat inValue);
74 gfloat xfdashboard_scrollbar_get_orientation(XfdashboardScrollbar *self);
77 gfloat xfdashboard_scrollbar_get_value(XfdashboardScrollbar *self);
78 void xfdashboard_scrollbar_set_value(XfdashboardScrollbar *self, gfloat inValue);
80 gfloat xfdashboard_scrollbar_get_value_range(XfdashboardScrollbar *self);
82 gfloat xfdashboard_scrollbar_get_range(XfdashboardScrollbar *self);
83 void xfdashboard_scrollbar_set_range(XfdashboardScrollbar *self, gfloat inRange);
85 gfloat xfdashboard_scrollbar_get_page_size_factor(XfdashboardScrollbar *self);
88 gfloat xfdashboard_scrollbar_get_spacing(XfdashboardScrollbar *self);
91 gfloat xfdashboard_scrollbar_get_slider_width(XfdashboardScrollbar *self);
[all …]
/dports/graphics/gegl/gegl-0.4.34/operations/common/
H A Denvelopes.h20 static gfloat lut_cos[ANGLE_PRIME];
21 static gfloat lut_sin[ANGLE_PRIME];
32 gfloat angle = 0.0; in compute_luts()
62 gfloat *min, in sample_min_max()
63 gfloat *max, in sample_min_max()
64 gfloat *pixel, in sample_min_max()
67 gfloat best_min[3]; in sample_min_max()
68 gfloat best_max[3]; in sample_min_max()
83 gfloat rmag; in sample_min_max()
118 gfloat pixel[4]; in sample_min_max()
[all …]
/dports/x11-toolkits/p5-Gtk2/Gtk2-1.24993/xs/
H A DGtkCurve.xs37 ## void gtk_curve_set_gamma (GtkCurve *curve, gfloat gamma)
41 gfloat gamma
43 ## void gtk_curve_set_range (GtkCurve *curve, gfloat min_x, gfloat max_x, gfloat min_y, gfloat max_…
47 gfloat min_x
48 gfloat max_x
49 gfloat min_y
50 gfloat max_y
52 ## void gtk_curve_get_vector (GtkCurve *curve, int veclen, gfloat vector[])
83 gfloat * vector;
89 vector = g_new(gfloat, veclen);
[all …]
/dports/graphics/clutter/clutter-1.26.4/clutter/
H A Dclutter-actor-box.c35 clutter_actor_box_new (gfloat x_1, in clutter_actor_box_new()
36 gfloat y_1, in clutter_actor_box_new()
37 gfloat x_2, in clutter_actor_box_new()
38 gfloat y_2) in clutter_actor_box_new()
189 gfloat
207 gfloat
225 gfloat
243 gfloat
309 gfloat
355 gfloat x_1, x_2, y_1, y_2; in clutter_actor_box_from_vertices()
[all …]
H A Dclutter-units.h55 gfloat value;
60 gfloat pixels;
78 gfloat clutter_units_get_unit_value (const ClutterUnits *units);
90 gfloat em);
94 gfloat em);
97 gfloat mm);
100 gfloat cm);
103 gfloat pt);
158 gfloat default_value;
159 gfloat minimum;
[all …]
/dports/graphics/clutter/clutter-1.26.4/clutter/deprecated/
H A Dclutter-actor.h88 gfloat depth);
91 gfloat clutter_actor_get_depth (ClutterActor *self);
97 gfloat x,
98 gfloat y,
99 gfloat z);
107 gfloat *x,
108 gfloat *y,
109 gfloat *z);
117 gfloat center_x,
126 gfloat *center_x,
[all …]
/dports/x11-wm/muffin/muffin-4.8.0/clutter/clutter/deprecated/
H A Dclutter-actor.h88 gfloat depth);
91 gfloat clutter_actor_get_depth (ClutterActor *self);
97 gfloat x,
98 gfloat y,
99 gfloat z);
107 gfloat *x,
108 gfloat *y,
109 gfloat *z);
117 gfloat center_x,
126 gfloat *center_x,
[all …]
/dports/graphics/gegl/gegl-0.4.34/operations/common-cxx/
H A Dwarp.cc82 gfloat *lookup;
88 gfloat last_x;
89 gfloat last_y;
368 static inline gfloat
373 gfloat radius;
375 gfloat ratio;
376 gfloat before, after;
560 gfloat yi;
567 gfloat lim;
571 gfloat xi;
[all …]

12345678910>>...393