Home
last modified time | relevance | path

Searched full:nearest (Results 1 – 25 of 437) sorted by relevance

12345678910>>...18

/freebsd/contrib/arm-optimized-routines/math/
H A Dexpf.c18 ULP error: 0.502 (nearest rounding.)
20 Wrong count: 170635 (all nearest rounding wrong results with fma.)
21 Non-nearest ULP error: 1 (rounded ULP error)
66 ideally nearest int is used, otherwise the magnitude of r can be in expf()
H A Dmath_config.h15 /* If defined to 1, return correct results for special cases in non-nearest
18 functions only get called in round to nearest mode. */
178 /* Round x to nearest int in all rounding modes, ties have to be rounded
187 /* Convert x to nearest int in all rounding modes, ties have to be rounded
336 /* The result underflows to 0 in nearest rounding mode. */
344 /* The result underflows to 0 in nearest rounding mode. */
457 needed for good precision in non-nearest rounding and !TOINT_INTRINSICS. */
459 /* Use close to nearest rounding toint when !TOINT_INTRINSICS. This may be
460 needed for good precision in non-nearest rouning and !EXP_POLY_WIDE. */
464 /* Wider exp10 polynomial necessary for good precision in non-nearest rounding
H A Dexp2f.c18 ULP error: 0.502 (nearest rounding.)
20 Wrong count: 168353 (all nearest rounding wrong results with fma.)
21 Non-nearest ULP error: 1 (rounded ULP error)
H A Dlog10f.c20 ULP error: 0.818 (nearest rounding.)
36 ULP error: 0.797 ulp (nearest rounding.). */
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/sys/contrib/openzfs/.github/
H A Dcodecov.yml8 round: nearest # Round to nearest precision point
/freebsd/lib/msun/man/
H A Dmath.3132 llround round to nearest integer in fixed-point format
134 lround round to nearest integer in fixed-point format
142 round round to nearest integer
H A Dround.332 .Nd round to nearest integral value
49 functions return the nearest integral value to
H A Dtrunc.332 .Nd nearest integral value with magnitude less than or equal to |x|
49 functions return the nearest integral value with magnitude less than
H A Dlround.335 .Nd "convert to nearest integral value"
55 function returns the integer nearest to its argument
H A Dieee.3170 Underflowed results round to the nearest
205 Underflowed results round to the nearest
236 Underflowed results round to the nearest
267 Underflowed results round to the nearest
/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
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Df16cintrin.h62 /// 000: Nearest \n
87 /// 000: Nearest \n
131 /// 000: Nearest \n
/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal_types.h84 /* Return the nearest aligned address at or below a. */
88 /* Return the offset between a and the nearest aligned address at or below a. */
/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/contrib/arm-optimized-routines/math/aarch64/experimental/
H A Derf_2u5.c28 nearest multiple of 1/128.
58 /* Set r to multiple of 1/128 nearest to |x|. */ in arm_math_erf()
/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.
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/
H A Derfcf.c36 nearest multiple of 1/64.
61 /* Reduce x to the nearest multiple of 1/64. */ in SV_NAME_F1()
H A Derf.c33 nearest multiple of 1/128.
56 /* Set r to multiple of 1/128 nearest to |x|. */ in SV_NAME_D1()
/freebsd/include/
H A Ddlfcn.h80 const char *dli_sname; /* Name of nearest symbol. */
81 void *dli_saddr; /* Address of nearest symbol. */
/freebsd/lib/msun/src/
H A De_hypot.c16 * If (assume round-to-nearest) z=x*x+y*y
24 * (if possible, set rounding to round-to-nearest)
/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/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopInfo.cpp699 // Map unloop's immediate subloops to their nearest reachable parents. Nested
701 // subloop's new parent will be the nearest loop reachable from either its own
728 // propagating the nearest loop from successors to predecessors. in updateBlockParents()
754 // Iterate over the postorder list of blocks, propagating the nearest loop in updateBlockParents()
808 /// Return the nearest parent loop among this block's successors. If a successor
809 /// is a subloop header, consider its parent to be the nearest parent of the
827 // Get the current nearest parent of the Subloop exits, initially Unloop. in getNearestLoop()
854 // Get the current nearest parent of the Subloop's exits. in getNearestLoop()
865 // Remember the nearest parent loop among successors or subloop exits. in getNearestLoop()
/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.

12345678910>>...18