/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/decimaltestdata/ |
dqToIntegral.decTest | 26 -- elsewhere; the tests here are for integrity, rounding mode, etc. 40 rounding: half_even 170 rounding: half_up 181 -- all rounding modes 182 rounding: half_even 190 rounding: half_up 199 rounding: half_down 208 rounding: up 217 rounding: down 226 rounding: ceilin [all...] |
rounding.decTest | 2 -- rounding.decTest -- decimal rounding modes testcases -- 23 -- order to get correct results for some rounding modes. Rather than 24 -- single rounding tests we therefore need tests for most operators. 26 -- is rounding of negatives (if the latter works for addition, assume it 41 rounding: down 73 rounding: half_down 105 rounding: half_even 137 rounding: half_up 169 rounding: u [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/decimaltestdata/ |
ddToIntegral.decTest | 26 -- elsewhere; the tests here are for integrity, rounding mode, etc. 40 rounding: half_even 170 rounding: half_up 181 -- all rounding modes 182 rounding: half_even 190 rounding: half_up 199 rounding: half_down 208 rounding: up 217 rounding: down 226 rounding: ceilin [all...] |
dqToIntegral.decTest | 26 -- elsewhere; the tests here are for integrity, rounding mode, etc. 40 rounding: half_even 170 rounding: half_up 181 -- all rounding modes 182 rounding: half_even 190 rounding: half_up 199 rounding: half_down 208 rounding: up 217 rounding: down 226 rounding: ceilin [all...] |
rounding.decTest | 2 -- rounding.decTest -- decimal rounding modes testcases -- 23 -- order to get correct results for some rounding modes. Rather than 24 -- single rounding tests we therefore need tests for most operators. 26 -- is rounding of negatives (if the latter works for addition, assume it 41 rounding: down 73 rounding: half_down 105 rounding: half_even 137 rounding: half_up 169 rounding: u [all...] |
/bionic/libc/tzcode/ |
difftime.c | 45 ** This suffers from double rounding; attempt to lessen that
|
/bionic/tests/ |
math_test.cpp | 664 fesetround(FE_UPWARD); // lrint/lrintf/lrintl obey the rounding mode. 668 fesetround(FE_TOWARDZERO); // lrint/lrintf/lrintl obey the rounding mode. 673 fesetround(FE_UPWARD); // llrint/llrintf/llrintl obey the rounding mode. 677 fesetround(FE_TOWARDZERO); // llrint/llrintf/llrintl obey the rounding mode. 684 fesetround(FE_UPWARD); // rint/rintf/rintl obey the rounding mode. 703 fesetround(FE_TOWARDZERO); // rint/rintf obey the rounding mode. 710 fesetround(FE_UPWARD); // nearbyint/nearbyintf/nearbyintl obey the rounding mode. 729 fesetround(FE_TOWARDZERO); // nearbyint/nearbyintf/nearbyintl obey the rounding mode. 736 fesetround(FE_UPWARD); // lround ignores the rounding mode. 743 fesetround(FE_UPWARD); // llround ignores the rounding mode [all...] |
/external/chromium/base/third_party/dmg_fp/ |
dmg_fp.h | 13 // biased rounding (add half and chop).
|
/external/chromium_org/ash/system/chromeos/power/ |
user_activity_notifier.cc | 36 // InSeconds() truncates rather than rounding, so it's fine for this
|
/external/chromium_org/base/third_party/dmg_fp/ |
dmg_fp.h | 13 // biased rounding (add half and chop).
|
/external/chromium_org/media/base/ |
audio_splicer.h | 48 // when the buffer timestamps are slightly off because of timestamp rounding
|
/external/chromium_org/printing/ |
units.cc | 15 // With integer arithmetic, to divide a value with correct rounding, you need
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
cnumtst.h | 42 * The function used to test Number format API rounding with significant digits
|
/external/chromium_org/v8/src/ |
conversions.h | 61 // rounding towards zero. 71 // rounding towards zero. 82 // There is no rounding involved in converting an integer to a 90 // There is no rounding involved in converting an unsigned integer to a
|
/external/compiler-rt/lib/ |
adddf3.c | 11 // default rounding (to nearest, ties to even). 87 // bottom bit to get rounding correct. 129 // Result is denormal before rounding; the exponent is zero and we 147 // Final rounding. The result may overflow to infinity, but that is the
|
addsf3.c | 11 // default rounding (to nearest, ties to even). 86 // bottom bit to get rounding correct. 128 // Result is denormal before rounding; the exponent is zero and we 146 // Final rounding. The result may overflow to infinity, but that is the
|
mulsf3.c | 11 // with the IEEE-754 default rounding (to nearest, ties to even). 93 // Result is denormal before rounding, the exponent is zero and we 99 // Result is normal before rounding; insert the exponent. 107 // Final rounding. The final result may overflow to infinity, or underflow
|
/external/compiler-rt/lib/arm/ |
fixdfsivfp.S | 15 // Converts double precision float to a 32-bit int rounding towards zero.
|
fixsfsivfp.S | 15 // Converts single precision float to a 32-bit int rounding towards zero.
|
fixunsdfsivfp.S | 15 // Converts double precision float to a 32-bit unsigned int rounding towards
|
fixunssfsivfp.S | 15 // Converts single precision float to a 32-bit unsigned int rounding towards
|
floatsisfvfp.S | 15 // Converts single precision float to a 32-bit int rounding towards zero.
|
floatunssisfvfp.S | 15 // Converts single precision float to a 32-bit int rounding towards zero.
|
/external/compiler-rt/lib/i386/ |
floatundixf.S | 30 addsd REL_ADDR(twop84_plus_twop52_neg), %xmm0 // hi - 2^52 (no rounding occurs)
|
/external/compiler-rt/lib/x86_64/ |
floatundixf.S | 56 faddl -8(%rsp) // hi - 2^52 (as double extended, no rounding occurs)
|