Home
last modified time | relevance | path

Searched refs:Rounding (Results 1 – 25 of 38) sorted by relevance

12

/netbsd/src/lib/libc/gdtoa/
Dgdtoa_fltrnds.h3 int Rounding; variable
5 Rounding = Flt_Rounds;
7 Rounding = 1;
9 case FE_TOWARDZERO: Rounding = 0; break;
10 case FE_UPWARD: Rounding = 2; break;
11 case FE_DOWNWARD: Rounding = 3;
15 if (Rounding != 1) {
18 fpi1.rounding = Rounding;
Ddtoa.c74 #define Rounding Flt_Rounds macro
138 int Rounding; local
140 Rounding = Flt_Rounds;
142 Rounding = 1;
144 case FE_TOWARDZERO: Rounding = 0; break;
145 case FE_UPWARD: Rounding = 2; break;
146 case FE_DOWNWARD: Rounding = 3;
195 if (Rounding >= 2) {
197 Rounding = Rounding == 2 ? 0 : 2;
199 if (Rounding != 2)
[all …]
Dg_ddfmt.c50 int Rounding; local
52 Rounding = Flt_Rounds;
54 Rounding = 1;
56 case FE_TOWARDZERO: Rounding = 0; break;
57 case FE_UPWARD: Rounding = 2; break;
58 case FE_DOWNWARD: Rounding = 3;
62 #define Rounding FPI_Round_near macro
178 fpi.rounding = Rounding;
Dstrtod.c61 #define Rounding Flt_Rounds macro
120 int Rounding, decpt = 0; local
122 Rounding = Flt_Rounds;
124 Rounding = 1;
126 case FE_TOWARDZERO: Rounding = 0; break;
127 case FE_UPWARD: Rounding = 2; break;
128 case FE_DOWNWARD: Rounding = 3;
168 fpi1.rounding = Rounding;
436 if (Rounding >= 2) {
438 Rounding = Rounding == 2 ? 0 : 2;
[all …]
/netbsd/src/lib/libc/softfloat/
Dsoftfloat.txt49 Rounding Modes
50 Extended Double-Precision Rounding Precision
133 Rounding Modes
144 Extended Double-Precision Rounding Precision
257 Rounding of the extended double-precision (`floatx80') functions is affected
/netbsd/src/lib/libc/gdtoa/test/
Df.out281 Rounding mode for strtor... changed from 1 (nearest) to 0 (toward zero)
458 Rounding mode for strtor... changed from 0 (toward zero) to 1 (nearest)
635 Rounding mode for strtor... changed from 1 (nearest) to 2 (toward +Infinity)
812 Rounding mode for strtor... changed from 2 (toward +Infinity) to 3 (toward -Infinity)
Dd.out279 Rounding mode for strtor... changed from 1 (nearest) to 0 (toward zero)
456 Rounding mode for strtor... changed from 0 (toward zero) to 1 (nearest)
633 Rounding mode for strtor... changed from 1 (nearest) to 2 (toward +Infinity)
810 Rounding mode for strtor... changed from 2 (toward +Infinity) to 3 (toward -Infinity)
DxL.ou0331 Rounding mode for strtor... changed from 1 (nearest) to 0 (toward zero)
544 Rounding mode for strtor... changed from 0 (toward zero) to 1 (nearest)
757 Rounding mode for strtor... changed from 1 (nearest) to 2 (toward +Infinity)
970 Rounding mode for strtor... changed from 2 (toward +Infinity) to 3 (toward -Infinity)
DQ.ou0329 Rounding mode for strtor... changed from 1 (nearest) to 0 (toward zero)
542 Rounding mode for strtor... changed from 0 (toward zero) to 1 (nearest)
755 Rounding mode for strtor... changed from 1 (nearest) to 2 (toward +Infinity)
968 Rounding mode for strtor... changed from 2 (toward +Infinity) to 3 (toward -Infinity)
Dx.ou0331 Rounding mode for strtor... changed from 1 (nearest) to 0 (toward zero)
544 Rounding mode for strtor... changed from 0 (toward zero) to 1 (nearest)
757 Rounding mode for strtor... changed from 1 (nearest) to 2 (toward +Infinity)
970 Rounding mode for strtor... changed from 2 (toward +Infinity) to 3 (toward -Infinity)
Ddd.out377 Rounding mode for strtor... changed from 1 (nearest) to 0 (toward zero)
622 Rounding mode for strtor... changed from 0 (toward zero) to 1 (nearest)
867 Rounding mode for strtor... changed from 1 (nearest) to 2 (toward +Infinity)
1112 Rounding mode for strtor... changed from 2 (toward +Infinity) to 3 (toward -Infinity)
DQ.ou1409 Rounding mode for strtor... changed from 1 (nearest) to 0 (toward zero)
674 Rounding mode for strtor... changed from 0 (toward zero) to 1 (nearest)
939 Rounding mode for strtor... changed from 1 (nearest) to 2 (toward +Infinity)
1204 Rounding mode for strtor... changed from 2 (toward +Infinity) to 3 (toward -Infinity)
Dx.ou1409 Rounding mode for strtor... changed from 1 (nearest) to 0 (toward zero)
672 Rounding mode for strtor... changed from 0 (toward zero) to 1 (nearest)
935 Rounding mode for strtor... changed from 1 (nearest) to 2 (toward +Infinity)
1198 Rounding mode for strtor... changed from 2 (toward +Infinity) to 3 (toward -Infinity)
DxL.ou1411 Rounding mode for strtor... changed from 1 (nearest) to 0 (toward zero)
674 Rounding mode for strtor... changed from 0 (toward zero) to 1 (nearest)
937 Rounding mode for strtor... changed from 1 (nearest) to 2 (toward +Infinity)
1200 Rounding mode for strtor... changed from 2 (toward +Infinity) to 3 (toward -Infinity)
/netbsd/src/lib/libc/gdtoa/test/obad/
DxL.out409 Rounding mode for strtor... changed from 1 (nearest) to 0 (toward zero)
672 Rounding mode for strtor... changed from 0 (toward zero) to 1 (nearest)
935 Rounding mode for strtor... changed from 1 (nearest) to 2 (toward +Infinity)
1198 Rounding mode for strtor... changed from 2 (toward +Infinity) to 3 (toward -Infinity)
/netbsd/src/external/lgpl3/mpfr/dist/doc/
Dmpfr.info351 * Rounding::
489 exactly in the destination (*note Rounding::). The corresponding C data
497 File: mpfr.info, Node: MPFR Variable Conventions, Next: Rounding, Prev: Nomenclature and Types, …
525 File: mpfr.info, Node: Rounding, Next: Floating-Point Values on Special Numbers, Prev: MPFR Vari…
527 4.4 Rounding
633 …ode: Floating-Point Values on Special Numbers, Next: Exceptions, Prev: Rounding, Up: MPFR Basics
652 the result is rounded as described in *note Rounding:: (but see below
918 * Rounding-Related Functions::
2526 File: mpfr.info, Node: Integer and Remainder Related Functions, Next: Rounding-Related Functions,…
2668 File: mpfr.info, Node: Rounding-Related Functions, Next: Miscellaneous Functions, Prev: Integer …
[all …]
Dmpfr.texi650 * Rounding::
823 @cindex Rounding
827 exactly in the destination (@pxref{Rounding}).
836 @node MPFR Variable Conventions, Rounding, Nomenclature and Types, MPFR Basics
864 @node Rounding, Floating-Point Values on Special Numbers, MPFR Variable Conventions, MPFR Basics
866 @section Rounding
1001 @node Floating-Point Values on Special Numbers, Exceptions, Rounding, MPFR Basics
1019 result is rounded as described in @ref{Rounding} (but see
1309 * Rounding-Related Functions::
3129 @node Integer and Remainder Related Functions, Rounding-Related Functions, Formatted Output Functio…
[all …]
/netbsd/src/sys/arch/m68k/fpsp/
Ddecbin.sa438 * Sign of Mant Sign of Exp Rounding Mode PWRTEN Rounding Mode
/netbsd/src/external/gpl3/binutils/dist/gas/doc/
Dc-vax.texi140 compatible with previous assemblers. Rounding is
/netbsd/src/external/gpl3/gcc/dist/contrib/
Dparanoia.cc946 enum Rounding { Other, Rounded, Chopped }; enum
999 Rounding RMult, RDiv, RAddSub, RSqrt;
/netbsd/src/external/gpl3/gcc/dist/gcc/config/avr/
Davr-fixed.md632 ;** Rounding
/netbsd/src/external/lgpl3/mpc/dist/doc/
Dmpc.texi366 @cindex Rounding Mode
416 @section Rounding Modes
1347 This is one out of several functions taking a rounding parameter. Rounding
Dmpc.info331 4.4 Rounding Modes
1196 Rounding down may be useful to obtain an upper bound when dividing
1456 * Rounding Mode: GNU MPC Basics. (line 24)
/netbsd/src/external/lgpl3/mpfr/dist/
DNEWS255 - Rounding modes GMP_RNDx are now MPFR_RNDx (GMP_RNDx kept for
/netbsd/src/regress/lib/libc/ieeefp/testfloat/notes/
Dtestfloat.txt140 Rounding precision control can only be applied to the extended double-

12