Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl/dist/crypto/bio/
H A Dbio_print.c95 LDOUBLE fvalue; in _dopr() local
270 fvalue = va_arg(args, LDOUBLE); in _dopr()
272 fvalue = va_arg(args, double); in _dopr()
273 if (!fmtfp(sbuffer, buffer, &currlen, maxlen, fvalue, min, max, in _dopr()
282 fvalue = va_arg(args, LDOUBLE); in _dopr()
284 fvalue = va_arg(args, double); in _dopr()
285 if (!fmtfp(sbuffer, buffer, &currlen, maxlen, fvalue, min, max, in _dopr()
294 fvalue = va_arg(args, LDOUBLE); in _dopr()
296 fvalue = va_arg(args, double); in _dopr()
297 if (!fmtfp(sbuffer, buffer, &currlen, maxlen, fvalue, min, max, in _dopr()
[all …]
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/bio/
H A Db_print.c95 LDOUBLE fvalue; in _dopr() local
270 fvalue = va_arg(args, LDOUBLE); in _dopr()
272 fvalue = va_arg(args, double); in _dopr()
273 if (!fmtfp(sbuffer, buffer, &currlen, maxlen, fvalue, min, max, in _dopr()
282 fvalue = va_arg(args, LDOUBLE); in _dopr()
284 fvalue = va_arg(args, double); in _dopr()
285 if (!fmtfp(sbuffer, buffer, &currlen, maxlen, fvalue, min, max, in _dopr()
294 fvalue = va_arg(args, LDOUBLE); in _dopr()
296 fvalue = va_arg(args, double); in _dopr()
297 if (!fmtfp(sbuffer, buffer, &currlen, maxlen, fvalue, min, max, in _dopr()
[all …]
/netbsd-src/external/bsd/pcc/dist/pcc/mip/
H A Dcompat.c271 fmtfp(char *buffer, size_t *currlen, size_t maxlen, long double fvalue,
315 long double fvalue; in dopr() local
472 fvalue = va_arg(args, long double); in dopr()
474 fvalue = va_arg(args, double); in dopr()
476 fmtfp(buffer, &currlen, maxlen, fvalue, min, max, flags); in dopr()
482 fvalue = va_arg(args, long double); in dopr()
484 fvalue = va_arg(args, double); in dopr()
490 fvalue = va_arg(args, long double); in dopr()
492 fvalue = va_arg(args, double); in dopr()
693 fmtfp(char *buffer, size_t *currlen, size_t maxlen, long double fvalue, in fmtfp() argument
[all …]
/netbsd-src/sys/netinet/
H A Ddccp_tfrc.c1967 tfrc_flookup_reverse(const struct fixpoint *fvalue) in tfrc_flookup_reverse() argument
1972 if (fixpoint_cmp(fvalue, &flarge_table[1]) >= 0) { in tfrc_flookup_reverse()
1977 } else if (fixpoint_cmp(fvalue, &flarge_table[sizeof(flarge_table) / in tfrc_flookup_reverse()
1980 while (ctr > 1 && fixpoint_cmp(fvalue, &flarge_table[ctr]) >= 0) in tfrc_flookup_reverse()
1988 } else if (fixpoint_cmp(fvalue, &fsmall_table[0]) >= 0) { in tfrc_flookup_reverse()
1991 fixpoint_cmp(fvalue, &fsmall_table[ctr]) > 0) in tfrc_flookup_reverse()
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Dcsky-dis.c619 double fvalue; in csky_output_operand() local
642 &fvalue); in csky_output_operand()
644 sprintf (buf, "%.7g", fvalue); in csky_output_operand()
H A Darm-dis.c7108 double fvalue; in print_simd_imm8() local
7119 & fvalue); in print_simd_imm8()
7121 func (stream, dis_style_immediate, "#%.7g", fvalue); in print_simd_imm8()
9724 double fvalue; in print_insn_neon() local
9735 & fvalue); in print_insn_neon()
9738 "#%.7g", fvalue); in print_insn_neon()
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Dcsky-dis.c623 double fvalue; in csky_output_operand() local
646 &fvalue); in csky_output_operand()
648 sprintf (buf, "%.7g", fvalue); in csky_output_operand()
H A Darm-dis.c7084 double fvalue; in print_simd_imm8() local
7095 & fvalue); in print_simd_imm8()
7097 func (stream, "#%.7g\t; 0x%.8lx", fvalue, in print_simd_imm8()
9395 double fvalue; in print_insn_neon() local
9406 & fvalue); in print_insn_neon()
9408 func (stream, "#%.7g\t; 0x%.8lx", fvalue, in print_insn_neon()
/netbsd-src/external/mit/lua/dist/src/
H A Dltable.c186 lua_CFunction f = fvalue(key); in mainpositionTV()
240 return fvalue(k1) == fvalueraw(keyval(n2)); in equalkey()
H A Dldo.c554 return precallC(L, func, LUA_MULTRET, fvalue(s2v(func))); in luaD_pretailcall()
599 precallC(L, func, nresults, fvalue(s2v(func))); in luaD_precall()
H A Dlobject.h617 #define fvalue(o) check_exp(ttislcf(o), val_(o).f) macro
H A Dlapi.c448 if (ttislcf(o)) return fvalue(o); in lua_tocfunction()
486 case LUA_VLCF: return cast_voidp(cast_sizet(fvalue(o))); in lua_topointer()
H A Dlvm.c632 case LUA_VLCF: return fvalue(t1) == fvalue(t2);
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgimple-pretty-print.cc120 float fvalue = -1; in dump_probability() local
124 fvalue = probability.to_reg_br_prob_base () * 100.0f / REG_BR_PROB_BASE; in dump_probability()
125 if (fvalue < minimum && probability.to_reg_br_prob_base ()) in dump_probability()
126 fvalue = minimum; in dump_probability()
131 buf = xasprintf ("[%.2f%%]", fvalue); in dump_probability()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgimple-pretty-print.c119 float fvalue = -1; in dump_probability() local
123 fvalue = probability.to_reg_br_prob_base () * 100.0f / REG_BR_PROB_BASE; in dump_probability()
124 if (fvalue < minimum && probability.to_reg_br_prob_base ()) in dump_probability()
125 fvalue = minimum; in dump_probability()
130 buf = xasprintf ("[%.2f%%]", fvalue); in dump_probability()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dmtype.c3085 real_t fvalue; in getProperty() local
3131 fvalue = Target::FloatProperties::max; in getProperty()
3136 fvalue = Target::DoubleProperties::max; in getProperty()
3141 fvalue = Target::RealProperties::max; in getProperty()
3206 fvalue = Target::FloatProperties::min_normal; in getProperty()
3211 fvalue = Target::DoubleProperties::min_normal; in getProperty()
3216 fvalue = Target::RealProperties::min_normal; in getProperty()
3233 fvalue = Target::RealProperties::nan; in getProperty()
3250 fvalue = Target::RealProperties::infinity; in getProperty()
3282 fvalue = Target::FloatProperties::epsilon; in getProperty()
[all …]