Searched refs:rounding (Results 1 - 17 of 17) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/
H A Dprinrval.c94 PRUint64 tock, tps, msecPerSec, rounding; local
97 LL_I2L(rounding, (PR_MSEC_PER_SEC >> 1));
100 LL_ADD(tock, tock, rounding);
109 PRUint64 tock, tps, usecPerSec, rounding; local
112 LL_I2L(rounding, (PR_USEC_PER_SEC >> 1));
115 LL_ADD(tock, tock, rounding);
129 PRUint64 tock, tps, msecPerSec, rounding; local
133 LL_USHR(rounding, tps, 1);
135 LL_ADD(tock, tock, rounding);
144 PRUint64 tock, tps, usecPerSec, rounding; local
[all...]
H A Dprdtoa.c98 * necessary to specify double-precision (53-bit) rounding precision
113 * biased rounding (add half and chop).
158 * #define ROUND_BIASED for IEEE-format with biased rounding.
443 #define Rounding rounding
1627 int rounding; local
1896 if ((rounding = Flt_Rounds) >= 2) {
1898 rounding = rounding == 2 ? 0 : 2;
1900 if (rounding != 2)
1901 rounding
2769 int rounding; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/gdtoa/
H A Ddtoa.c49 * when rounding the final digit up. This is often faster.
72 #define Rounding rounding
141 int rounding; local
191 if ((rounding = Flt_Rounds) >= 2) {
193 rounding = rounding == 2 ? 0 : 2;
195 if (rounding != 2)
196 rounding = 0;
333 if (mode > 1 && rounding != 1)
470 switch(rounding) {
[all...]
H A Dstrtod.c57 #define Rounding rounding
92 int rounding; local
133 case FE_TOWARDZERO: fpi1.rounding = 0; break;
134 case FE_UPWARD: fpi1.rounding = 2; break;
135 case FE_DOWNWARD: fpi1.rounding = 3;
396 if ((rounding = Flt_Rounds) >= 2) {
398 rounding = rounding == 2 ? 0 : 2;
400 if (rounding != 2)
401 rounding
[all...]
H A Dgdtoa.h85 int rounding; member in struct:FPI
89 enum { /* FPI.rounding values: same as FLT_ROUNDS */
H A Dgethex.c175 switch (fpi->rounding) {
211 switch(fpi->rounding) {
H A Dstrtodg.c211 fpi->rounding ==
523 switch(fpi->rounding & 3) {
H A Dgdtoa.c97 * when rounding the final digit up. This is often faster.
321 if ( (rdir = fpi->rounding - 1) !=0) {
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Main/X64/
H A Dfpu_rmode.asm2 ; Return the current FPU rounding mode.
38 ret ; Return rounding mode in RAX
/vbox/src/VBox/Runtime/common/math/
H A Dllrint.asm32 ; Round rd to the nearest integer value, rounding according to the current rounding direction.
H A Dllrintf.asm32 ; Round rd to the nearest integer value, rounding according to the current rounding direction.
H A Dllrintl.asm32 ; Round rd to the nearest integer value, rounding according to the current rounding direction.
H A Dlrint.asm32 ; Round rd to the nearest integer value, rounding according to the current rounding direction.
H A Dlrintf.asm32 ; Round rd to the nearest integer value, rounding according to the current rounding direction.
H A Dlrintl.asm32 ; Round rd to the nearest integer value, rounding according to the current rounding direction.
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Main/Ia32/
H A Dfpu_rmode.asm2 ; Return the current FPU rounding mode.
/vbox/src/VBox/VMM/VMMAll/
H A DIEMAllAImpl.asm1686 ; FCW - for exception, precision and rounding control.

Completed in 109 milliseconds