Home
last modified time | relevance | path

Searched refs:tl_prec (Results 1 – 12 of 12) sorted by relevance

/dports/math/grace/grace-5.1.25/grconvert/
H A Dutil.c316 t.tl_prec = 0; in default_ticks()
319 t.tl_prec = 0; in default_ticks()
330 t.tl_prec = 0; in default_ticks()
333 t.tl_prec = 0; in default_ticks()
H A Dgrconvert.h309 int tl_prec; /* places to right of decimal point */ member
H A Ddefaults.c405 t->tl_prec = 1; in set_default_ticks()
H A Dwriteasc.c419 fprintf(pp, "%s ticklabel prec %d\n", buf, t.tl_prec); in putparms()
H A Dreadbin.c612 if ((err = read_int(&(d->tl_prec), 1, fin))) in read_tickmarks()
/dports/math/grace/grace-5.1.25/src/
H A Ddefines.h610 int tl_prec; /* places to right of decimal point */ member
H A Dtickwin.c523 t->tl_prec = GetChoice(tlprec); in axes_aac_cb()
868 SetChoice(tlprec, t->tl_prec); in update_ticks()
H A Ddrawticks.c858 create_fstring(t->tl_format, t->tl_prec, in calculate_tickgrid()
868 create_fstring(t->tl_format, t->tl_prec, in calculate_tickgrid()
H A Ddefaults.c303 t->tl_prec = 5; in set_default_ticks()
H A Dparams.c320 fprintf(pp, "%s ticklabel prec %d\n", buf, t->tl_prec); in putparms()
H A Dpars.yacc4015 g[whichgraph].t[naxis]->tl_prec = $2;
H A Dpars.c11119 g[whichgraph].t[naxis]->tl_prec = (yyvsp[0].ival); in yyparse()