Searched refs:fval (Results 1 - 16 of 16) sorted by relevance

/freebsd-13-stable/contrib/one-true-awk/
H A Dtran.c105 NF = &nfloc->fval;
107 NR = &nrloc->fval;
109 FNR = &fnrloc->fval;
113 RSTART = &rstartloc->fval;
115 RLENGTH = &rlengthloc->fval;
126 ARGC = &setsymtab("ARGC", "", (Awkfloat) ac, NUM, symtab)->fval;
235 (void*)p, NN(p->nval), NN(p->sval), p->fval, p->tval) );
243 p->fval = f;
254 (void*)p, p->nval, p->sval, p->fval, p->tval) );
314 } else if (&vp->fval
[all...]
H A Dlib.c158 fldtab[0]->fval = atof(fldtab[0]->sval);
162 setfval(nrloc, nrloc->fval+1);
163 setfval(fnrloc, fnrloc->fval+1);
258 q->fval = atof(q->sval);
358 p->fval = atof(p->sval);
H A Dawk.h83 Awkfloat fval; /* value as number */ member in struct:Cell
H A Drun.c248 ndef = (int) fcn->fval; /* args in defn */
260 i, NN(y->nval), y->fval, isarr(y) ? "(array)" : NN(y->sval), y->tval) );
342 y->fval = x->fval;
374 fp->retval->fval = getfval(y);
432 x->fval = atof(x->sval);
439 fldtab[0]->fval = atof(fldtab[0]->sval);
451 x->fval = atof(x->sval);
624 x->fval = start;
674 j = x->fval
[all...]
H A Dparse.c252 v->fval = n;
/freebsd-13-stable/contrib/ncurses/ncurses/trace/
H A Dvarargs.c49 #define VA_FLT(type) fval = va_arg(ap, type)
80 double fval = 0.0; local
158 "%f", fval);
/freebsd-13-stable/sys/netgraph/
H A Dng_parse.c356 int fval; local
364 fval = val;
368 fval = (u_int8_t)val;
372 fval = (u_int8_t)val;
377 if ((error = ng_parse_append(&cbuf, &cbuflen, fmt, fval)) != 0)
452 int fval; local
460 fval = val;
464 fval = (u_int16_t)val;
468 fval = (u_int16_t)val;
473 if ((error = ng_parse_append(&cbuf, &cbuflen, fmt, fval)) !
551 long fval; local
646 long long fval; local
[all...]
/freebsd-13-stable/contrib/ncurses/ncurses/base/
H A Dsafe_sprintf.c46 #define VA_FLOAT(type) fval = va_arg(ap, type)
78 double fval = 0.0; local
196 _nc_SPRINTF(buffer, _nc_SLIMIT(length) format, fval);
/freebsd-13-stable/sbin/bectl/
H A Dbectl_list.c60 static void print_padding(const char *fval, int colsz, struct printc *pc);
104 print_padding(const char *fval, int colsz, struct printc *pc) argument
113 if (fval != NULL)
114 colsz -= strlen(fval);
/freebsd-13-stable/sys/fs/fuse/
H A Dfuse_vfsops.c208 #define FUSE_FLAGOPT(fnam, fval) do { \
209 vfs_flagopt(opts, #fnam, &mntopts, fval); \
210 vfs_flagopt(opts, "__" #fnam, &__mntopts, fval); \
/freebsd-13-stable/sys/dev/bhnd/
H A Dbhnd_subr.c1134 uint32_t fmask, fval; local
1137 fval = value & ~(BHND_CCS_HTAVAIL | BHND_CCS_ALPAVAIL);
1142 fval |= BHND_CCS0_HTAVAIL;
1147 fval |= BHND_CCS0_ALPAVAIL;
1150 value = fval;
/freebsd-13-stable/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_util.c1554 double fval = strtod(value, &end); local
1559 fval *= pow(2, shift);
1566 if (fval >= (double)UINT64_MAX) {
1573 *num = (uint64_t)fval;
/freebsd-13-stable/contrib/apr-util/dbd/
H A Dapr_dbd_oracle.c152 double fval; member in union:__anon108::__anon109
1439 statement->args[i].value.fval = *(float*)values[j];
1442 &statement->args[i].value.fval,
1443 sizeof(statement->args[i].value.fval),
1450 statement->args[i].value.fval = *(double*)values[j];
1453 &statement->args[i].value.fval,
1454 sizeof(statement->args[i].value.fval),
/freebsd-13-stable/contrib/ntp/ntpd/
H A Drefclock_nmea.c1516 uint32_t fval = 0; local
1518 if (_parse_u32(sp, &cp, &fval, 9))
1519 ts.tv_nsec = fval * powtab[(size_t)(cp - sp)];
/freebsd-13-stable/sys/contrib/openzfs/cmd/ztest/
H A Dztest.c691 double fval = strtod(buf, &end); local
692 fval *= pow(2, str2shift(end));
698 if (fval >= (double)UINT64_MAX) {
703 val = (uint64_t)fval;
/freebsd-13-stable/sys/netinet/tcp_stacks/
H A Dbbr.c10827 uint32_t cur_rttp, fval, newval, baseval; local
10832 fval = bbr_filter_len_sec * USECS_IN_SECOND;
10834 if (fval > bbr_rtt_probe_limit)
10835 newval = cur_rttp + (fval - bbr_rtt_probe_limit);
10841 mul = fval / bbr_rtt_probe_limit;

Completed in 295 milliseconds