Home
last modified time | relevance | path

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

/external/one-true-awk/
Dlib.c147 setfval(fnrloc, 0.0); in getrec()
161 setfval(nrloc, nrloc->fval+1); in getrec()
162 setfval(fnrloc, fnrloc->fval+1); in getrec()
361 setfval(nfloc, (Awkfloat) lastfld); in fldbld()
391 setfval(nfloc, (Awkfloat) n); in newfld()
Drun.c377 setfval(fp->retval, getfval(y)); in jump()
454 setfval(r, (Awkfloat) n); in awkgetline()
617 setfval(rstartloc, (Awkfloat) start); in matchop()
618 setfval(rlengthloc, (Awkfloat) patlen); in matchop()
819 setfval(z, v); in sindex()
1088 setfval(z, i); in arith()
1115 setfval(x, xf + k); in incrdecr()
1119 setfval(z, xf); in incrdecr()
1120 setfval(x, xf + k); in incrdecr()
1144 setfval(x, getfval(y)); in assign()
[all …]
Dproto.h106 extern double setfval(Cell *, double);
DChangeLog63 * tran.c (setfval): Clear CONVC and CONVO flags and set vp->fmt
97 * tran.c (setfval): Normalize negative zero to positive zero.
Dtran.c301 Awkfloat setfval(Cell *vp, Awkfloat f) /* set float val of a Cell */ in setfval() function
DFIXES115 tiny fiddle in setfval to eliminate -0 results in T.expr, which
531 fixed memory leaks in run.c (call) and tran.c (setfval).