Home
last modified time | relevance | path

Searched refs:getprecision (Results 1 – 10 of 10) sorted by relevance

/dports/deskutils/teapot/teapot-2.3.0/
H A Dsc.c309 prec=getprecision(sheet,x,0,0)==def_precision ? 2 : getprecision(sheet,x,0,0); in loadsc()
H A Dhtmlio.c82 … printvalue(buf,sizeof(buf),0,0,getscientific(sheet,x,y,z),getprecision(sheet,x,y,z),sheet,x,y,z); in savehtml()
H A Dlatex.c95 … printvalue(buf,sizeof(buf),0,0,getscientific(sheet,x,y,z),getprecision(sheet,x,y,z),sheet,x,y,z); in savelatex()
H A Dcontext.c95 … printvalue(buf,sizeof(buf),0,0,getscientific(sheet,x,y,z),getprecision(sheet,x,y,z),sheet,x,y,z); in savecontext()
H A Dsheet.h117 int getprecision(Sheet *sheet, int x, int y, int z);
H A Dsheet.c774 int getprecision(Sheet *sheet, int x, int y, int z) in getprecision() function
1004 … printvalue(buf,sizeof(buf),0,0,getscientific(sheet,x,y,z),getprecision(sheet,x,y,z),sheet,x,y,z); in savetbl()
1092 …printvalue(buf,size*UTF8SZ+1,size,0,getscientific(sheet,x,y,z),getprecision(sheet,x,y,z),sheet,x,y… in savetext()
1147 …printvalue(buf,255*UTF8SZ+1,255,0,getscientific(sheet,x,y,z),getprecision(sheet,x,y,z),sheet,x,y,z… in savecsv()
H A Ddisplay.c502 …ize,quote,getscientific(sheet,realx,y-header+sheet->offy,sheet->curz),getprecision(sheet,realx,y-h… in redraw_sheet()
H A Dfunc.c593 …et,argv[0].u.location[0],argv[0].u.location[1],argv[0].u.location[2]),getprecision(upd_sheet,argv[… in string_func()
H A Dfteapot.fl176 …printvalue(s, sizeof(s), 0, 0, getscientific(cursheet, C, R, cursheet->curz), getprecision(curshee…
H A Dmain.c394 n=getprecision(cursheet,x1,y1,z1); in do_attribute()