Searched refs:setfval (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/contrib/one-true-awk/ |
| H A D | lib.c | 179 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 D | run.c | 380 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 D | proto.h | 109 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 | 307 Awkfloat setfval(Cell *vp, Awkfloat f) /* set float val of a Cell */ in setfval() function
|
| H A D | FIXES | 371 tiny fiddle in setfval to eliminate -0 results in T.expr, which 787 fixed memory leaks in run.c (call) and tran.c (setfval).
|