Home
last modified time | relevance | path

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

123

/freebsd-12-stable/contrib/llvm-project/lld/ELF/
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-12-stable/sys/gnu/dts/arm/
Darmada-388-clearfog.dts19 /* CON2, nearest CPU, USB2 only. */
26 /* Port 2, Lane 0. CON2, nearest CPU. */
Darmada-388-clearfog.dtsi56 /* CON3, nearest power. */
73 /* Port 1, Lane 0. CON3, nearest power. */
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/builtins/
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
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.
Dfp_add_impl.inc10 // (to nearest, ties to even).
/freebsd-12-stable/sys/arm/freescale/imx/
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-12-stable/contrib/llvm-project/lld/MachO/
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-12-stable/lib/libc/mips/gen/
Dldexp.S172 bne t8, zero, 1f # round result to nearest
192 bne t8, zero, 1f # round result to nearest
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
DLeonFeatures.td51 "request: use only the round-to-nearest rounding mode"
/freebsd-12-stable/lib/libc/softfloat/
Dsoftfloat-history.txt34 wrong way in nearest/even mode when the operand was between 2^20 and 2^21
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
Dsoftfloat.txt124 rounds to the nearest integer value in the same format. (The floating-
141 to nearest/even.
/freebsd-12-stable/usr.bin/calendar/calendars/
Dcalendar.australia48 DEVONPORT SHOW Friday nearest last day in November, but not later than first day of December
/freebsd-12-stable/sys/mips/mips/
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
1844 beq v0, MIPS_FPU_ROUND_RN, inexact_nobias_s # 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)
[all …]
/freebsd-12-stable/contrib/llvm-project/lld/COFF/
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()
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-12-stable/contrib/gcc/config/rs6000/
Ddarwin-ldouble-format7 long double rounded to the nearest double, as specified by IEEE. For
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
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.
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-12-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrFloat.td67 defm NEAREST : UnaryFP<fnearbyint, "nearest", 0x90, 0x9e>;
/freebsd-12-stable/tools/test/testfloat/
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-12-stable/contrib/llvm-project/lldb/source/Target/
DTargetProperties.td14 def MoveToNearestCode: Property<"move-to-nearest-code", "Boolean">,
16 Desc<"Move breakpoints to nearest code.">;
/freebsd-12-stable/contrib/gdtoa/
DREADME59 helper routines: one for round-nearest (or the current rounding
139 arithmetic with the default rounding mode (round-to-nearest) and, on
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",

123