/openbsd/games/monop/ |
H A D | cards.inp | 65 Advance to the nearest Railroad, and pay owner 70 Advance to the nearest Utility. 79 Advance to the nearest Railroad, and pay owner
|
/openbsd/gnu/llvm/lld/ELF/ |
H A D | DriverUtils.cpp | 130 std::string nearest; in parse() local 131 if (findNearest(arg->getAsString(args), nearest) > 1) in parse() 135 "', did you mean '" + nearest + "'"); in parse()
|
/openbsd/gnu/llvm/compiler-rt/lib/builtins/ |
H A D | fp_trunc_impl.inc | 10 // IEEE-754 floating-point type in the default (round to nearest, ties to even) 86 // Round to nearest. 120 // Round to nearest
|
H A D | fp_mul_impl.inc | 10 // rounding (to nearest, ties to even). 122 // We use the default IEEE-754 round-to-nearest, ties-to-even rounding mode.
|
H A D | fp_add_impl.inc | 10 // (to nearest, ties to even).
|
/openbsd/gnu/llvm/lld/MachO/ |
H A D | DriverUtils.cpp | 101 std::string nearest; in parse() local 102 if (findNearest(arg->getAsString(args), nearest) > 1) in parse() 106 "', did you mean '" + nearest + "'"); in parse()
|
/openbsd/gnu/llvm/llvm/lib/Target/Sparc/ |
H A D | LeonFeatures.td | 51 "request: use only the round-to-nearest rounding mode"
|
/openbsd/gnu/llvm/llvm/lib/Target/RISCV/ |
H A D | RISCVInstrInfoZfh.td | 382 // half->int32 rounded to nearest with ties rounded away from zero. 409 // half->int64 rounded to nearest with ties rounded away from zero. 445 // half->int32 rounded to nearest with ties rounded away from zero. 462 // half->int64 rounded to nearest with ties rounded away from zero.
|
H A D | RISCVInstrInfoD.td | 385 // float->int32 rounded to nearest with ties rounded away from zero. 426 // double->int64 rounded to nearest with ties rounded away from zero.
|
/openbsd/lib/libc/arch/mips64/gen/ |
H A D | ldexp.S | 141 bne t8, zero, 1f # round result to nearest
|
/openbsd/gnu/llvm/lld/COFF/ |
H A D | DriverUtils.cpp | 885 std::string nearest; in parse() local 886 if (ctx.optTable.findNearest(arg->getAsString(args), nearest) > 1) in parse() 890 "', did you mean '" + nearest + "'"); in parse()
|
H A D | Driver.cpp | 250 std::string nearest; in enqueuePath() local 251 if (ctx.optTable.findNearest(pathStr, nearest) > 1) in enqueuePath() 254 error(msg + "; did you mean '" + nearest + "'"); in enqueuePath()
|
/openbsd/gnu/gcc/gcc/config/rs6000/ |
H A D | darwin-ldouble-format | 7 long double rounded to the nearest double, as specified by IEEE. For
|
/openbsd/gnu/llvm/llvm/docs/GlobalISel/ |
H A D | GenericOpcode.rst | 578 Returns the operand rounded to the nearest integer not larger in magnitude than the operand. 583 Returns the operand rounded to the nearest integer. 588 Returns the source operand rounded to the nearest integer with ties away from
|
/openbsd/gnu/llvm/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyInstrFloat.td | 67 defm NEAREST : UnaryFP<fnearbyint, "nearest", 0x90, 0x9e>;
|
/openbsd/gnu/llvm/lldb/source/Target/ |
H A D | TargetProperties.td | 14 def MoveToNearestCode: Property<"move-to-nearest-code", "Boolean">, 16 Desc<"Move breakpoints to nearest code.">;
|
/openbsd/gnu/usr.bin/texinfo/info/ |
H A D | session.c | 2005 int nearest = -1; in nearest_xref() local 2014 nearest = this_xref; in nearest_xref() 2030 nearest = this_xref; in nearest_xref() 2036 if (nearest < 0) in nearest_xref() 2042 ret[0] = info_copy_reference (xref_list[nearest]); in nearest_xref()
|
/openbsd/gnu/gcc/gcc/config/m68k/ |
H A D | lb1sf68.asm | 249 ROUND_TO_NEAREST = 0 | round result to nearest representable value 589 ROUND_TO_NEAREST = 0 | round result to nearest representable value 1095 beq Lround$to$nearest 1203 beq Lround$to$nearest 2120 beq Lround$to$nearest 2373 Lround$to$nearest: 2497 ROUND_TO_NEAREST = 0 | round result to nearest representable value 2838 beq Lround$to$nearest 2903 beq Lround$to$nearest 3550 beq Lround$to$nearest [all …]
|
/openbsd/gnu/usr.bin/gcc/gcc/config/m68k/ |
H A D | lb1sf68.asm | 179 ROUND_TO_NEAREST = 0 | round result to nearest representable value 519 ROUND_TO_NEAREST = 0 | round result to nearest representable value 1024 beq Lround$to$nearest 1132 beq Lround$to$nearest 2044 beq Lround$to$nearest 2279 Lround$to$nearest: 2403 ROUND_TO_NEAREST = 0 | round result to nearest representable value 2746 beq Lround$to$nearest 2811 beq Lround$to$nearest 3453 beq Lround$to$nearest [all …]
|
/openbsd/gnu/usr.bin/gcc/gcc/f/ |
H A D | intdoc.in | 213 @xref{ANInt Intrinsic}, for how to round to nearest 230 @xref{NInt Intrinsic}, for how to convert, rounded to nearest 239 DEFDOC (ANINT, "Round to nearest whole number.", "\ 241 magnitude eliminated by rounding to the nearest whole 256 DEFDOC (DNINT, "Round to nearest whole number (archaic).", ARCHAIC (ANINT, ANInt)) 258 DEFDOC (NINT, "Convert to @code{INTEGER} value rounded@99@to nearest whole number.", "\ 260 magnitude eliminated by rounding to the nearest whole 275 @xref{ANInt Intrinsic}, for how to round to nearest whole number 279 DEFDOC (IDNINT, "Convert to @code{INTEGER} value rounded@99@to nearest whole number (archaic).", AR…
|
/openbsd/gnu/usr.bin/perl/ |
H A D | config_h.SH | 2973 * available to return the nearest long long value. 2979 * available to return the nearest long long value away from zero of 3018 * available to return the nearest integral value. 3024 * available to return the nearest integral value away from zero of 3269 * available to return the nearest integral value to x as double 3276 * available to round to nearest integer, away from zero.
|
/openbsd/gnu/gcc/gcc/doc/ |
H A D | implement-c.texi | 294 @cite{How the nearest representable value or the larger or smaller 295 representable value immediately adjacent to the nearest representable
|
/openbsd/gnu/llvm/llvm/docs/ |
H A D | GwpAsan.rst | 176 … | | page boundary? By default (false), we round up allocation size to the nearest |
|
/openbsd/gnu/usr.sbin/mkhybrid/src/ |
H A D | ChangeLog.mkhybrid | 354 the HFS "allocation" size rounded up to the nearest 2048 bytes.
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | ABOUT-NLS | 11 itself available at your nearest GNU archive site. But you do _not_
|