Home
last modified time | relevance | path

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

/netbsd/src/external/historical/nawk/dist/
Dlib.c183 setfval(fnrloc, 0.0); in getrec()
199 setfval(nrloc, nrloc->fval+1); in getrec()
200 setfval(fnrloc, fnrloc->fval+1); in getrec()
505 setfval(nfloc, (Awkfloat) lastfld); in fldbld()
535 setfval(nfloc, (Awkfloat) n); in newfld()
Drun.c385 setfval(frp->retval, getfval(y)); in jump()
456 setfval(r, (Awkfloat) n); in awkgetline()
831 setfval(rstartloc, (Awkfloat) start); in matchop()
832 setfval(rlengthloc, (Awkfloat) patlen); in matchop()
1054 setfval(z, v); in sindex()
1491 setfval(z, i); in arith()
1518 setfval(x, xf + k); in incrdecr()
1522 setfval(z, xf); in incrdecr()
1523 setfval(x, xf + k); in incrdecr()
1548 setfval(x, getfval(y)); in assign()
[all …]
Dproto.h105 extern double setfval(Cell *, double);
DChangeLog176 * tran.c (setfval): Clear CONVC and CONVO flags and set vp->fmt
210 * 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
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).