/freebsd/contrib/arm-optimized-routines/math/ |
H A D | expf.c | 18 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 D | math_config.h | 15 /* 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 D | exp2f.c | 18 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 D | log10f.c | 20 ULP error: 0.818 (nearest rounding.) 36 ULP error: 0.797 ulp (nearest rounding.). */
|
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/sys/contrib/openzfs/.github/ |
H A D | codecov.yml | 8 round: nearest # Round to nearest precision point
|
/freebsd/lib/msun/man/ |
H A D | math.3 | 132 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 D | round.3 | 32 .Nd round to nearest integral value 49 functions return the nearest integral value to
|
H A D | trunc.3 | 32 .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 D | lround.3 | 35 .Nd "convert to nearest integral value" 55 function returns the integer nearest to its argument
|
H A D | ieee.3 | 170 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 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
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | f16cintrin.h | 62 /// 000: Nearest \n 87 /// 000: Nearest \n 131 /// 000: Nearest \n
|
/freebsd/contrib/jemalloc/include/jemalloc/internal/ |
H A D | jemalloc_internal_types.h | 84 /* 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 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/contrib/arm-optimized-routines/math/aarch64/experimental/ |
H A D | erf_2u5.c | 28 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 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.
|
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/ |
H A D | erfcf.c | 36 nearest multiple of 1/64. 61 /* Reduce x to the nearest multiple of 1/64. */ in SV_NAME_F1()
|
H A D | erf.c | 33 nearest multiple of 1/128. 56 /* Set r to multiple of 1/128 nearest to |x|. */ in SV_NAME_D1()
|
/freebsd/include/ |
H A D | dlfcn.h | 80 const char *dli_sname; /* Name of nearest symbol. */ 81 void *dli_saddr; /* Address of nearest symbol. */
|
/freebsd/lib/msun/src/ |
H A D | e_hypot.c | 16 * 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 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/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | LoopInfo.cpp | 699 // 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 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.
|