Home
last modified time | relevance | path

Searched refs:fvalue (Results 1 – 17 of 17) sorted by relevance

/freebsd-13.1/crypto/openssl/crypto/bio/
H A Db_print.c91 LDOUBLE fvalue; in _dopr() local
266 fvalue = va_arg(args, double); in _dopr()
278 fvalue = va_arg(args, double); in _dopr()
569 if (fvalue < 0) in fmtfp()
582 if (fvalue == 0.0) { in fmtfp()
584 } else if (fvalue < 0.0001) { in fmtfp()
586 } else if ((max == 0 && fvalue >= 10) in fmtfp()
597 tmpvalue = fvalue; in fmtfp()
599 if (fvalue != 0.0) { in fmtfp()
635 fvalue = tmpvalue; in fmtfp()
[all …]
/freebsd-13.1/crypto/openssh/openbsd-compat/
H A Dbsd-snprintf.c184 LDOUBLE fvalue; in dopr() local
389 fvalue = va_arg (args, LDOUBLE); in dopr()
391 fvalue = va_arg (args, double); in dopr()
392 if (fmtfp(buffer, &currlen, maxlen, fvalue, in dopr()
400 fvalue = va_arg (args, LDOUBLE); in dopr()
402 fvalue = va_arg (args, double); in dopr()
403 if (fmtfp(buffer, &currlen, maxlen, fvalue, in dopr()
411 fvalue = va_arg (args, LDOUBLE); in dopr()
413 fvalue = va_arg (args, double); in dopr()
727 ufvalue = abs_val (fvalue); in fmtfp()
[all …]
/freebsd-13.1/contrib/ntp/libntp/
H A Dsnprintf.c555 LDOUBLE fvalue; in rpl_vsnprintf() local
810 fvalue = va_arg(args, LDOUBLE); in rpl_vsnprintf()
812 fvalue = va_arg(args, double); in rpl_vsnprintf()
824 fvalue = va_arg(args, LDOUBLE); in rpl_vsnprintf()
826 fvalue = va_arg(args, double); in rpl_vsnprintf()
840 fvalue = va_arg(args, double); in rpl_vsnprintf()
1128 if (fvalue < 0.0) in fmtflt()
1135 if (ISNAN(fvalue)) in fmtflt()
1137 else if (ISINF(fvalue)) in fmtflt()
1174 exponent = getexponent(fvalue); in fmtflt()
[all …]
/freebsd-13.1/contrib/sendmail/src/
H A Dheaders.c82 char *fvalue; local
176 fvalue = p;
179 if (*p++ != ':' || fname == fvalue)
185 *fvalue = '\0';
186 fvalue = p;
274 while ((p = strchr(fvalue, '\n')) != NULL)
318 switch (fvalue[k])
332 qval[l++] = fvalue[k];
338 k += strlen(fvalue + k);
459 (strchr(fvalue, ',') != NULL || strchr(fvalue, '(') != NULL ||
[all …]
/freebsd-13.1/contrib/elftoolchain/cxxfilt/
H A Dcxxfilt.c67 int fvalue; member
110 return (flist[i].fvalue); in find_format()
/freebsd-13.1/sbin/tunefs/
H A Dtunefs.c95 int Aflag, aflag, eflag, evalue, fflag, fvalue, jflag, Jflag, kflag; in main() local
110 evalue = fvalue = mvalue = ovalue = svalue = Svalue = 0; in main()
147 fvalue = atoi(optarg); in main()
148 if (fvalue < 1) in main()
370 if (sblock.fs_avgfilesize == (unsigned)fvalue) { in main()
371 warnx("%s remains unchanged as %d", name, fvalue); in main()
375 name, sblock.fs_avgfilesize, fvalue); in main()
376 sblock.fs_avgfilesize = fvalue; in main()
/freebsd-13.1/sys/dev/hyperv/vmbus/
H A Dvmbus_br.c55 uint32_t rindex, windex, imask, psndsz, fvalue, ravail, wavail; in vmbus_br_sysctl_state() local
64 fvalue = br->vbr_fvalue; in vmbus_br_sysctl_state()
71 (uintmax_t)intrcnt, rindex, windex, imask, psndsz, fvalue, in vmbus_br_sysctl_state()
/freebsd-13.1/sys/contrib/openzfs/module/lua/
H A Dlobject.h161 #define fvalue(o) check_exp(ttislcf(o), val_(o).f) macro
H A Dlvm.c269 case LUA_TLCF: return fvalue(t1) == fvalue(t2); in luaV_equalobj_()
H A Dltable.c116 return hashpointer(t, fvalue(key)); in mainposition()
H A Dlapi.c417 if (ttislcf(o)) return fvalue(o); in lua_tocfunction()
446 case LUA_TLCF: return cast(void *, cast(size_t, fvalue(o))); in lua_topointer()
H A Dldo.c372 f = fvalue(func); in luaD_precall()
/freebsd-13.1/contrib/lua/src/
H A Dlobject.h582 #define fvalue(o) check_exp(ttislcf(o), val_(o).f) macro
H A Dlapi.c416 if (ttislcf(o)) return fvalue(o); in lua_tocfunction()
454 case LUA_VLCF: return cast_voidp(cast_sizet(fvalue(o))); in lua_topointer()
H A Dltable.c202 return fvalue(k1) == fvalueraw(keyval(n2)); in equalkey()
H A Dlvm.c591 case LUA_VLCF: return fvalue(t1) == fvalue(t2); in luaV_equalobj()
H A Dldo.c487 f = fvalue(s2v(func)); in luaD_precall()