Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/one-true-awk/
H A Dlib.c179 setfval(fnrloc, 0.0); in getrec()
197 setfval(nrloc, nrloc->fval+1); in getrec()
198 setfval(fnrloc, fnrloc->fval+1); in getrec()
418 setfval(nfloc, (Awkfloat) lastfld); in fldbld()
448 setfval(nfloc, (Awkfloat) n); in newfld()
H A Drun.c380 setfval(frp->retval, getfval(y)); in jump()
459 setfval(r, (Awkfloat) n); in awkgetline()
608 setfval(rstartloc, (Awkfloat) start); in matchop()
810 setfval(z, v); in sindex()
1085 setfval(z, i); in arith()
1112 setfval(x, xf + k); in incrdecr()
1116 setfval(z, xf); in incrdecr()
1117 setfval(x, xf + k); in incrdecr()
1141 setfval(x, getfval(y)); in assign()
1183 setfval(x, xf); in assign()
[all …]
H A Dproto.h109 extern double setfval(Cell *, double);
H A DChangeLog176 * tran.c (setfval): Clear CONVC and CONVO flags and set vp->fmt
210 * tran.c (setfval): Normalize negative zero to positive zero.
H A Dtran.c307 Awkfloat setfval(Cell *vp, Awkfloat f) /* set float val of a Cell */ in setfval() function
H A DFIXES371 tiny fiddle in setfval to eliminate -0 results in T.expr, which
787 fixed memory leaks in run.c (call) and tran.c (setfval).