Home
last modified time | relevance | path

Searched refs:nearest (Results 1 – 25 of 50) sorted by relevance

12

/freebsd-13.1/sys/contrib/openzfs/.github/
H A Dcodecov.yml8 round: nearest # Round to nearest precision point
/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DDriverUtils.cpp137 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 Darmada-388-clearfog.dts19 /* CON2, nearest CPU, USB2 only. */
26 /* Port 2, Lane 0. CON2, nearest CPU. */
H A Darmada-388-clearfog.dtsi56 /* CON3, nearest power. */
73 /* Port 1, Lane 0. CON3, nearest power. */
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfp_trunc_impl.inc10 // IEEE-754 floating-point type in the default (round to nearest, ties to even)
86 // Round to nearest.
120 // Round to nearest
H A Dfp_mul_impl.inc10 // rounding (to nearest, ties to even).
122 // We use the default IEEE-754 round-to-nearest, ties-to-even rounding mode.
H A Dfp_add_impl.inc10 // (to nearest, ties to even).
/freebsd-13.1/sys/arm/freescale/imx/
H A Dimx6_anatop.c260 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 DDriverUtils.cpp99 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 Dldexp.S172 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 Dsoftfloat-history.txt34 wrong way in nearest/even mode when the operand was between 2^20 and 2^21
H A Dtimesoftfloat.txt66 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 Dsoftfloat.txt124 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 DLeonFeatures.td51 "request: use only the round-to-nearest rounding mode"
/freebsd-13.1/sys/contrib/device-tree/Bindings/pwm/
H A Dpwm-sifive.txt6 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 Dzfs_create.cfg62 # explicitly check that its size has been rounded up to the nearest multiple
/freebsd-13.1/sys/mips/mips/
H A Dfp.S1510 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 DDriverUtils.cpp862 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 DDriver.cpp268 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 DRISCVInstrInfoD.td337 // 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 DRISCVInstrInfoZfh.td344 // 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 DWebAssemblyInstrFloat.td67 defm NEAREST : UnaryFP<fnearbyint, "nearest", 0x90, 0x9e>;
/freebsd-13.1/tools/test/testfloat/
H A Dtestfloat.txt200 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 DTargetProperties.td14 def MoveToNearestCode: Property<"move-to-nearest-code", "Boolean">,
16 Desc<"Move breakpoints to nearest code.">;
/freebsd-13.1/contrib/gdtoa/
H A DREADME59 helper routines: one for round-nearest (or the current rounding
139 arithmetic with the default rounding mode (round-to-nearest) and, on

12