Home
last modified time | relevance | path

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

12

/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.dts20 /* CON2, nearest CPU, USB2 only. */
27 /* 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.cpp115 std::string nearest; in parse() local
116 if (findNearest(arg->getAsString(args), nearest) > 1) in parse()
120 "', did you mean '" + nearest + "'"); in parse()
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
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/aarch64/experimental/
H A DREADME.contributors15 2. Functions are assumed to support round-to-nearest mode by default, unless
/freebsd/contrib/arm-optimized-routines/math/
H A DREADME.contributors37 modes the quality requirement can be relaxed. (Non-nearest rounded
50 - Vector math code does not need to work in non-nearest rounding mode and error
/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/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.td542 // float->int32 rounded to nearest with ties rounded away from zero.
563 // float->int32 rounded to nearest with ties rounded away from zero.
599 // double->int64 rounded to nearest with ties rounded away from zero.
636 // double->int64 rounded to nearest with ties rounded away from zero.
/freebsd/sys/contrib/device-tree/Bindings/pwm/
H A Dpwm-sifive.txt6 it can achieve, which the driver rounds to the nearest achievable period.
/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.cpp945 std::string nearest; in parse() local
946 if (ctx.optTable.findNearest(arg->getAsString(args), nearest) > 1) in parse()
950 "', did you mean '" + nearest + "'"); in parse()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrFloat.td67 defm NEAREST : UnaryFP<fnearbyint, "nearest", 0x90, 0x9e>;
/freebsd/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
H A Dchanges286 (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",
/freebsd/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/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXIL.td311 "Returns the input rounded to the nearest integer"

12