Home
last modified time | relevance | path

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

12345678910>>...19

/freebsd-head/contrib/arm-optimized-routines/math/
HDexpf.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()
HDmath_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
HDexp2f.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)
HDlog10f.c20 ULP error: 0.818 (nearest rounding.)
36 ULP error: 0.797 ulp (nearest rounding.). */
HDREADME.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-head/sys/contrib/openzfs/.github/
HDcodecov.yml8 round: nearest # Round to nearest precision point
/freebsd-head/lib/msun/man/
HDmath.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
HDtrunc.332 .Nd nearest integral value with magnitude less than or equal to |x|
49 functions return the nearest integral value with magnitude less than
HDround.332 .Nd round to nearest integral value
49 functions return the nearest integral value to
HDlround.335 .Nd "convert to nearest integral value"
55 function returns the integer nearest to its argument
HDieee.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-head/contrib/arm-optimized-routines/math/tools/
HDexp.sollya9 b = b + b*0x1p-16; // increase interval for non-nearest rounding (TOINT_NARROW)
30 // double interval error for non-nearest rounding
/freebsd-head/contrib/llvm-project/clang/lib/Headers/
HDf16cintrin.h62 /// 000: Nearest \n
87 /// 000: Nearest \n
131 /// 000: Nearest \n
/freebsd-head/contrib/llvm-project/compiler-rt/lib/builtins/
HDfp_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
HDfp_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-head/contrib/jemalloc/include/jemalloc/internal/
HDjemalloc_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-head/sys/contrib/device-tree/src/arm/marvell/
HDarmada-388-clearfog.dts20 /* CON2, nearest CPU, USB2 only. */
27 /* Port 2, Lane 0. CON2, nearest CPU. */
/freebsd-head/contrib/arm-optimized-routines/math/aarch64/experimental/
HDerf_2u5.c28 nearest multiple of 1/128.
58 /* Set r to multiple of 1/128 nearest to |x|. */ in arm_math_erf()
/freebsd-head/contrib/arm-optimized-routines/math/aarch64/sve/
HDerfcf.c36 nearest multiple of 1/64.
61 /* Reduce x to the nearest multiple of 1/64. */ in SV_NAME_F1()
HDerf.c33 nearest multiple of 1/128.
56 /* Set r to multiple of 1/128 nearest to |x|. */ in SV_NAME_D1()
/freebsd-head/include/
HDdlfcn.h80 const char *dli_sname; /* Name of nearest symbol. */
81 void *dli_saddr; /* Address of nearest symbol. */
/freebsd-head/lib/msun/src/
HDe_hypot.c16 * If (assume round-to-nearest) z=x*x+y*y
24 * (if possible, set rounding to round-to-nearest)
/freebsd-head/contrib/llvm-project/lld/ELF/
HDDriverUtils.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-head/contrib/llvm-project/llvm/lib/Analysis/
HDLoopInfo.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-head/contrib/llvm-project/llvm/lib/Target/RISCV/
HDRISCVInstrInfoZfh.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>>...19