Searched refs:setfval (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/one-true-awk/ |
H A D | lib.c | 177 setfval(fnrloc, 0.0); in getrec() 198 setfval(nrloc, nrloc->fval+1); in getrec() 199 setfval(fnrloc, fnrloc->fval+1); in getrec() 513 setfval(nfloc, (Awkfloat) lastfld); in fldbld() 543 setfval(nfloc, (Awkfloat) n); in newfld()
|
H A D | run.c | 382 setfval(frp->retval, getfval(y)); in jump() 463 setfval(r, (Awkfloat) n); in awkgetline() 838 setfval(rstartloc, (Awkfloat) start); in matchop() 839 setfval(rlengthloc, (Awkfloat) patlen); in matchop() 1057 setfval(z, v); in sindex() 1494 setfval(z, i); in arith() 1521 setfval(x, xf + k); in incrdecr() 1525 setfval(z, xf); in incrdecr() 1526 setfval(x, xf + k); in incrdecr() 1551 setfval(x, getfval(y)); in assign() [all …]
|
H A D | proto.h | 105 extern double setfval(Cell *, double);
|
H A D | ChangeLog | 176 * tran.c (setfval): Clear CONVC and CONVO flags and set vp->fmt 210 * tran.c (setfval): Normalize negative zero to positive zero.
|
H A D | tran.c | 297 Awkfloat setfval(Cell *vp, Awkfloat f) /* set float val of a Cell */ in setfval() function
|
H A D | FIXES.1e | 442 tiny fiddle in setfval to eliminate -0 results in T.expr, which 858 fixed memory leaks in run.c (call) and tran.c (setfval).
|