Home
last modified time | relevance | path

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

12345678910>>...18

/freebsd-src/contrib/arm-optimized-routines/math/
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 in asfloat()
187 /* Convert x to nearest int in all rounding modes, ties have to be rounded in asuint64()
336 /* The result underflows to 0 in nearest rounding mode. */ in check_uflow()
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 roundin
[all...]
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 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 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-src/contrib/arm-optimized-routines/pl/math/
H A Dexpf.c
H A Dmath_config.h
H A Dlog10f.c
H A Derf_2u5.c
H A Dsv_erf_2u5.c
H A Dsv_erfcf_1u7.c
/freebsd-src/sys/contrib/openzfs/.github/
H A Dcodecov.yml8 round: nearest # Round to nearest precision point
/freebsd-src/lib/msun/man/
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 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 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-src/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-src/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfp_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
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-src/contrib/llvm-project/clang/lib/Headers/
H A Df16cintrin.h62 /// 000: Nearest \n
87 /// 000: Nearest \n
131 /// 000: Nearest \n
/freebsd-src/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. */
/freebsd-src/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-src/include/
H A Ddlfcn.h80 const char *dli_sname; /* Name of nearest symbol. */
81 void *dli_saddr; /* Address of nearest symbol. */
/freebsd-src/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-src/lib/libc/i386/gen/
H A Dflt_rounds.c9 1, /* round to nearest */

12345678910>>...18