Home
last modified time | relevance | path

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

123

/freebsd/sys/contrib/openzfs/.github/
H A Dcodecov.yml8 round: nearest # Round to nearest precision point
/freebsd/contrib/arm-optimized-routines/math/tools/
H A Dexp.sollya9 b = b + b*0x1p-16; // increase interval for non-nearest rounding (TOINT_NARROW)
30 // double interval error for non-nearest rounding
H A Dexp2.sollya43 // double interval error for non-nearest rounding:
/freebsd/contrib/llvm-project/lld/ELF/
H A DDriverUtils.cpp128 std::string nearest; in parse() local
129 if (findNearest(arg->getAsString(args), nearest) > 1) in parse()
133 "', did you mean '" + nearest + "'"); in parse()
/freebsd/sys/contrib/device-tree/src/arm/marvell/
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/sys/arm/freescale/imx/
H A Dimx6_anatop.c258 int d, diff, i, nearest; in cpufreq_nearest_oppt() local
264 nearest = 0; in cpufreq_nearest_oppt()
269 nearest = i; in cpufreq_nearest_oppt()
272 return (&imx6_oppt_table[nearest]); in cpufreq_nearest_oppt()
/freebsd/contrib/llvm-project/lld/MachO/
H A DDriverUtils.cpp105 std::string nearest; in parse() local
106 if (findNearest(arg->getAsString(args), nearest) > 1) in parse()
110 "', did you mean '" + nearest + "'"); in parse()
/freebsd/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)
94 // Round to nearest.
139 // 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/contrib/arm-optimized-routines/math/
H A DREADME.contributors36 modes the quality requirement can be relaxed. (Non-nearest rounded
49 - Vector math code does not need to work in non-nearest rounding mode and error
/freebsd/contrib/arm-optimized-routines/pl/
H A DREADME.contributors16 2. Functions are assumed to support round-to-nearest mode by default, unless
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DLeonFeatures.td51 "request: use only the round-to-nearest rounding mode"
/freebsd/lib/libc/softfloat/
H A Dsoftfloat-history.txt33 wrong way in nearest/even mode when the operand was between 2^20 and 2^21
H A Dtimesoftfloat.txt65 some operations do not require rounding--only the nearest/even rounding mode
120 the rounding mode is nearest/even. The other rounding mode options are not
H A Dsoftfloat.txt123 rounds to the nearest integer value in the same format. (The floating-
140 to nearest/even.
/freebsd/sys/contrib/device-tree/Bindings/pwm/
H A Dpwm-sifive.txt6 it can achieve, which the driver rounds to the nearest achievable period.
H A Dpwm-sifive.yaml17 the values it can achieve, which the driver rounds to the nearest
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoZfh.td476 // half->int32 rounded to nearest with ties rounded away from zero.
496 // half->int32 rounded to nearest with ties rounded away from zero.
523 // half->int64 rounded to nearest with ties rounded away from zero.
553 // half->int64 rounded to nearest with ties rounded away from zero.
608 // half->int32 rounded to nearest with ties rounded away from zero.
624 // half->int32 rounded to nearest with ties rounded away from zero.
641 // half->int64 rounded to nearest with ties rounded away from zero.
659 // half->int64 rounded to nearest with ties rounded away from zero.
H A DRISCVInstrInfoD.td556 // float->int32 rounded to nearest with ties rounded away from zero.
577 // float->int32 rounded to nearest with ties rounded away from zero.
613 // double->int64 rounded to nearest with ties rounded away from zero.
650 // double->int64 rounded to nearest with ties rounded away from zero.
/freebsd/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/contrib/llvm-project/lld/COFF/
H A DDriverUtils.cpp928 std::string nearest; in parse() local
929 if (ctx.optTable.findNearest(arg->getAsString(args), nearest) > 1) in parse()
933 "', did you mean '" + nearest + "'"); in parse()
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dcirrus,cs35l41.yaml65 nearest integer and expressed in uF.
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrFloat.td67 defm NEAREST : UnaryFP<fnearbyint, "nearest", 0x90, 0x9e>;

123