| /freebsd-13.1/sys/contrib/openzfs/.github/ |
| H A D | codecov.yml | 8 round: nearest # Round to nearest precision point
|
| /freebsd-13.1/contrib/llvm-project/lld/ELF/ |
| H A 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-13.1/sys/contrib/device-tree/src/arm/ |
| H A D | armada-388-clearfog.dts | 19 /* CON2, nearest CPU, USB2 only. */ 26 /* Port 2, Lane 0. CON2, nearest CPU. */
|
| H A D | armada-388-clearfog.dtsi | 56 /* CON3, nearest power. */ 73 /* Port 1, Lane 0. CON3, nearest power. */
|
| /freebsd-13.1/contrib/llvm-project/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).
|
| /freebsd-13.1/sys/arm/freescale/imx/ |
| H A 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-13.1/contrib/llvm-project/lld/MachO/ |
| H A 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-13.1/lib/libc/mips/gen/ |
| H A D | ldexp.S | 172 bne t8, zero, 1f # round result to nearest 192 bne t8, zero, 1f # round result to nearest
|
| /freebsd-13.1/lib/libc/softfloat/ |
| H A D | softfloat-history.txt | 34 wrong way in nearest/even mode when the operand was between 2^20 and 2^21
|
| H A 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
|
| H A D | softfloat.txt | 124 rounds to the nearest integer value in the same format. (The floating- 141 to nearest/even.
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Sparc/ |
| H A D | LeonFeatures.td | 51 "request: use only the round-to-nearest rounding mode"
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/pwm/ |
| H A D | pwm-sifive.txt | 6 it can achieve, which the driver rounds to the nearest achievable period.
|
| /freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_create/ |
| H A D | zfs_create.cfg | 62 # explicitly check that its size has been rounded up to the nearest multiple
|
| /freebsd-13.1/sys/mips/mips/ |
| H A 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 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) 2046 beq v0, MIPS_FPU_ROUND_RN, 3f # round to nearest [all …]
|
| /freebsd-13.1/contrib/llvm-project/lld/COFF/ |
| H A 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()
|
| H A 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-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A 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.
|
| H A 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-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyInstrFloat.td | 67 defm NEAREST : UnaryFP<fnearbyint, "nearest", 0x90, 0x9e>;
|
| /freebsd-13.1/tools/test/testfloat/ |
| H A 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-13.1/contrib/llvm-project/lldb/source/Target/ |
| H A D | TargetProperties.td | 14 def MoveToNearestCode: Property<"move-to-nearest-code", "Boolean">, 16 Desc<"Move breakpoints to nearest code.">;
|
| /freebsd-13.1/contrib/gdtoa/ |
| H A 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
|