Home
last modified time | relevance | path

Searched refs:PRECISION1 (Results 1 – 21 of 21) sorted by relevance

/dports/math/ggobi/ggobi-2.1.11/src/
H A Dscale_ui.c450 gtk_adjustment_new (0.0, -2 * PRECISION1, 2 * PRECISION1, 200, 400, 0.0); in cpanel_scale_make()
462 gtk_adjustment_new (0.0, -2 * PRECISION1, 2 * PRECISION1, 200, 400, 0.0); in cpanel_scale_make()
H A Dp1d.c132 gfloat precis = PRECISION1; in p1d_reproject()
214 greal ftmp, precis = (greal) PRECISION1; in ash_baseline_set()
H A Ddefines.h128 #define PRECISION1 16384 macro
H A Djitter.c87 greal precis = (gfloat) PRECISION1; in rejitter()
H A Dscale_drag.c32 greal precis = (greal) PRECISION1; in pan_by_drag()
H A Dsplot.c584 greal precis = (greal) PRECISION1; in splot_plane_to_screen()
744 greal precis = (greal) PRECISION1; in splot_screen_to_plane()
H A Dlineedit.c469 greal precis = (greal) PRECISION1; in pt_screen_to_plane()
572 gfloat precis = PRECISION1; in pt_world_to_raw_by_var()
H A DtsPlot.c186 greal precis = (greal) PRECISION1; in splotScreenToTform()
H A Dpipeline.c283 gfloat precis = PRECISION1; in tform_to_world_by_var()
H A Dbarchart_ui.c312 sp->pmid.y -= (dy * (greal) PRECISION1 / sp->iscale.y); in barchart_scale()
H A Dscatterplot.c518 greal precis = (greal) PRECISION1; in ruler_shift_cb()
H A DscatmatClass.c434 greal precis = (greal) PRECISION1; in splotScreenToTform()
H A Dbarchart.c1050 gfloat precis = PRECISION1; in barchart_recalc_dimensions()
1084 bin->planar.y = (greal) (PRECISION1 * ftmp); in barchart_recalc_dimensions()
1094 greal precis = (greal) PRECISION1; in barchart_recalc_dimensions()
H A DbarchartClass.c424 greal precis = (greal) PRECISION1; in barchartScreenToTform()
H A DparcoordsClass.c544 greal precis = (greal) PRECISION1; in splotScreenToTform()
H A Dtour1d.c567 gfloat precis = PRECISION1; in tour1d_projdata()
H A Dtour2d3.c400 greal precis = (greal) PRECISION1; in tour2d3_projdata()
H A Dtour2d.c517 greal precis = (greal) PRECISION1; in tour2d_projdata()
H A DscatterplotClass.c1543 greal precis = (greal) PRECISION1; in splotScreenToTform()
H A Dtourcorr.c923 greal precis = (greal) PRECISION1; in tourcorr_projdata()
/dports/math/ggobi/ggobi-2.1.11/plugins/DescribeDisplay/
H A Ddspd_cbacks.c143 itmp = (ival * PRECISION1) / (scale); in scale_convert()