/freebsd/contrib/arm-optimized-routines/math/tools/ |
H A D | exp.sollya | 9 b = b + b*0x1p-16; // increase interval for non-nearest rounding (TOINT_NARROW) 30 // double interval error for non-nearest rounding
|
H A D | exp2.sollya | 43 // double interval error for non-nearest rounding:
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | DriverUtils.cpp | 128 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 D | armada-388-clearfog.dts | 20 /* CON2, nearest CPU, USB2 only. */ 27 /* 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/sys/arm/freescale/imx/ |
H A D | imx6_anatop.c | 258 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 D | DriverUtils.cpp | 115 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 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/contrib/arm-optimized-routines/math/aarch64/experimental/ |
H A D | README.contributors | 15 2. Functions are assumed to support round-to-nearest mode by default, unless
|
/freebsd/contrib/arm-optimized-routines/math/ |
H A D | README.contributors | 37 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 D | LeonFeatures.td | 51 "request: use only the round-to-nearest rounding mode"
|
/freebsd/lib/libc/softfloat/ |
H A D | softfloat-history.txt | 33 wrong way in nearest/even mode when the operand was between 2^20 and 2^21
|
H A D | timesoftfloat.txt | 65 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 D | softfloat.txt | 123 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 D | RISCVInstrInfoZfh.td | 476 // 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 D | RISCVInstrInfoD.td | 542 // 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 D | pwm-sifive.txt | 6 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 D | zfs_create.cfg | 62 # explicitly check that its size has been rounded up to the nearest multiple
|
/freebsd/contrib/llvm-project/lld/COFF/ |
H A D | DriverUtils.cpp | 945 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 D | WebAssemblyInstrFloat.td | 67 defm NEAREST : UnaryFP<fnearbyint, "nearest", 0x90, 0x9e>;
|
/freebsd/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
|
H A 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",
|
/freebsd/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/contrib/llvm-project/llvm/lib/Target/DirectX/ |
H A D | DXIL.td | 311 "Returns the input rounded to the nearest integer"
|