Home
last modified time | relevance | path

Searched refs:shexper (Results 1 – 6 of 6) sorted by relevance

/dports/math/grace/grace-5.1.25/src/
H A Dmiscwin.c208 iv = (int) rint(100*shexper); in update_props_items()
268 shexper = (double) GetScaleValue(shexper_item)/100.0; in props_define_notify_proc()
H A Dglobals.h86 GLOBAL(shexper, double, 0.05);
H A Dgraphutils.c499 shexper = value / 100.0; in scrollinout_proc()
611 dx = shexper * (xmax - xmin); in graph_zoom()
612 dy = shexper * (ymax - ymin); in graph_zoom()
H A Dparams.c103 fprintf(pp, "%spage inout %d%%\n", embedstr, (int) rint(shexper * 100)); in putparms()
/dports/math/grace/grace-5.1.25/grconvert/
H A Dgrconvert.h547 double shexper = 0.05; /* expand/shrink fraction */ variable
579 extern double shexper; /* expand/shrink fraction */
H A Dwriteasc.c216 fprintf(pp, "%spage inout %d\n", embedstr, (int) (shexper * 100)); in putparms()