| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/bio/ |
| H A D | bio_print.c | 95 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 D | b_print.c | 95 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 D | compat.c | 271 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 D | dccp_tfrc.c | 1967 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 D | csky-dis.c | 619 double fvalue; in csky_output_operand() local 642 &fvalue); in csky_output_operand() 644 sprintf (buf, "%.7g", fvalue); in csky_output_operand()
|
| H A D | arm-dis.c | 7108 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 D | csky-dis.c | 623 double fvalue; in csky_output_operand() local 646 &fvalue); in csky_output_operand() 648 sprintf (buf, "%.7g", fvalue); in csky_output_operand()
|
| H A D | arm-dis.c | 7084 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 D | ltable.c | 186 lua_CFunction f = fvalue(key); in mainpositionTV() 240 return fvalue(k1) == fvalueraw(keyval(n2)); in equalkey()
|
| H A D | ldo.c | 554 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 D | lobject.h | 617 #define fvalue(o) check_exp(ttislcf(o), val_(o).f) macro
|
| H A D | lapi.c | 448 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 D | lvm.c | 632 case LUA_VLCF: return fvalue(t1) == fvalue(t2);
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | gimple-pretty-print.cc | 120 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 D | gimple-pretty-print.c | 119 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 D | mtype.c | 3085 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 …]
|