Home
last modified time | relevance | path

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

/freebsd/contrib/one-true-awk/
H A Dlib.c177 setfval(fnrloc, 0.0); in getrec()
198 setfval(nrloc, nrloc->fval+1); in getrec()
199 setfval(fnrloc, fnrloc->fval+1); in getrec()
511 setfval(nfloc, (Awkfloat) lastfld); in fldbld()
541 setfval(nfloc, (Awkfloat) n); in newfld()
H A Drun.c381 setfval(frp->retval, getfval(y)); in jump()
462 setfval(r, (Awkfloat) n); in awkgetline()
837 setfval(rstartloc, (Awkfloat) start); in matchop()
1060 setfval(z, v); in sindex()
1497 setfval(z, i); in arith()
1524 setfval(x, xf + k); in incrdecr()
1528 setfval(z, xf); in incrdecr()
1529 setfval(x, xf + k); in incrdecr()
1554 setfval(x, getfval(y)); in assign()
1596 setfval(x, xf); in assign()
[all …]
H A Dproto.h108 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.c295 Awkfloat setfval(Cell *vp, Awkfloat f) /* set float val of a Cell */ in setfval() function
H A DFIXES.1e442 tiny fiddle in setfval to eliminate -0 results in T.expr, which
858 fixed memory leaks in run.c (call) and tran.c (setfval).