| /freebsd-12-stable/contrib/llvm-project/lld/ELF/ |
| D | DriverUtils.cpp | 137 std::string nearest; in parse() local 138 if (findNearest(arg->getAsString(args), nearest) > 1) in parse() 142 "', did you mean '" + nearest + "'"); in parse()
|
| /freebsd-12-stable/sys/gnu/dts/arm/ |
| D | armada-388-clearfog.dts | 19 /* CON2, nearest CPU, USB2 only. */ 26 /* Port 2, Lane 0. CON2, nearest CPU. */
|
| D | armada-388-clearfog.dtsi | 56 /* CON3, nearest power. */ 73 /* Port 1, Lane 0. CON3, nearest power. */
|
| /freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/builtins/ |
| 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
|
| 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.
|
| D | fp_add_impl.inc | 10 // (to nearest, ties to even).
|
| /freebsd-12-stable/sys/arm/freescale/imx/ |
| D | imx6_anatop.c | 260 int d, diff, i, nearest; in cpufreq_nearest_oppt() local 266 nearest = 0; in cpufreq_nearest_oppt() 271 nearest = i; in cpufreq_nearest_oppt() 274 return (&imx6_oppt_table[nearest]); in cpufreq_nearest_oppt()
|
| /freebsd-12-stable/contrib/llvm-project/lld/MachO/ |
| D | DriverUtils.cpp | 99 std::string nearest; in parse() local 100 if (findNearest(arg->getAsString(args), nearest) > 1) in parse() 104 "', did you mean '" + nearest + "'"); in parse()
|
| /freebsd-12-stable/lib/libc/mips/gen/ |
| D | ldexp.S | 172 bne t8, zero, 1f # round result to nearest 192 bne t8, zero, 1f # round result to nearest
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Sparc/ |
| D | LeonFeatures.td | 51 "request: use only the round-to-nearest rounding mode"
|
| /freebsd-12-stable/lib/libc/softfloat/ |
| D | softfloat-history.txt | 34 wrong way in nearest/even mode when the operand was between 2^20 and 2^21
|
| D | timesoftfloat.txt | 66 some operations do not require rounding--only the nearest/even rounding mode 121 the rounding mode is nearest/even. The other rounding mode options are not
|
| D | softfloat.txt | 124 rounds to the nearest integer value in the same format. (The floating- 141 to nearest/even.
|
| /freebsd-12-stable/usr.bin/calendar/calendars/ |
| D | calendar.australia | 48 DEVONPORT SHOW Friday nearest last day in November, but not later than first day of December
|
| /freebsd-12-stable/sys/mips/mips/ |
| D | fp.S | 1510 beq v0, MIPS_FPU_ROUND_RN, 3f # round to nearest 1531 and t2, t2, ~1 # clear LSB (round to nearest) 1733 beq v0, MIPS_FPU_ROUND_RN, 3f # round to nearest 1758 and t2, t2, ~1 # clear LSB (round to nearest) 1796 beq v0, MIPS_FPU_ROUND_RN, 3f # round to nearest 1844 beq v0, MIPS_FPU_ROUND_RN, inexact_nobias_s # round to nearest 1865 beq v0, MIPS_FPU_ROUND_RN, 3f # round to nearest 1884 and t2, t2, ~1 # clear LSB (round to nearest) 1979 beq v0, MIPS_FPU_ROUND_RN, 3f # round to nearest 2008 and t3, t3, ~1 # clear LSB (round to nearest) [all …]
|
| /freebsd-12-stable/contrib/llvm-project/lld/COFF/ |
| D | DriverUtils.cpp | 862 std::string nearest; in parse() local 863 if (optTable.findNearest(arg->getAsString(args), nearest) > 1) in parse() 867 "', did you mean '" + nearest + "'"); in parse()
|
| D | Driver.cpp | 268 std::string nearest; in enqueuePath() local 269 if (optTable.findNearest(pathStr, nearest) > 1) in enqueuePath() 272 error(msg + "; did you mean '" + nearest + "'"); in enqueuePath()
|
| /freebsd-12-stable/contrib/gcc/config/rs6000/ |
| D | darwin-ldouble-format | 7 long double rounded to the nearest double, as specified by IEEE. For
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| D | RISCVInstrInfoD.td | 337 // float->int32 rounded to nearest with ties rounded away from zero. 372 // double->int64 rounded to nearest with ties rounded away from zero.
|
| D | RISCVInstrInfoZfh.td | 344 // half->int32 rounded to nearest with ties rounded away from zero. 367 // half->int64 rounded to nearest with ties rounded away from zero.
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| D | WebAssemblyInstrFloat.td | 67 defm NEAREST : UnaryFP<fnearbyint, "nearest", 0x90, 0x9e>;
|
| /freebsd-12-stable/tools/test/testfloat/ |
| D | testfloat.txt | 200 the nearest/even rounding mode is checked. For extended double-precision 238 rounds to the nearest integer value in the same format. (The floating- 694 invocation. If not specified, the rounding mode defaults to nearest/even. 728 rounding mode is nearest/even. The other rounding mode options are not
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Target/ |
| D | TargetProperties.td | 14 def MoveToNearestCode: Property<"move-to-nearest-code", "Boolean">, 16 Desc<"Move breakpoints to nearest code.">;
|
| /freebsd-12-stable/contrib/gdtoa/ |
| D | README | 59 helper routines: one for round-nearest (or the current rounding 139 arithmetic with the default rounding mode (round-to-nearest) and, on
|
| D | changes | 286 (in round-nearest mode) to the given double value. (Paxson's 293 1 ==> nearest, 469 -DHonor_FLT_ROUNDS: in rounding modes other than "to nearest",
|