/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include/ |
smmintrin.h | 39 /* Rounding mode macros. */ 95 /* Packed/scalar double precision floating point rounding. */ 120 /* Packed/scalar single precision floating point rounding. */
|
/prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/include/ |
smmintrin.h | 39 /* Rounding mode macros. */ 95 /* Packed/scalar double precision floating point rounding. */ 120 /* Packed/scalar single precision floating point rounding. */
|
/prebuilts/gcc/linux-x86/x86/i686-linux-android-4.7/lib/gcc/i686-linux-android/4.7/include/ |
smmintrin.h | 38 /* Rounding mode macros. */ 94 /* Packed/scalar double precision floating point rounding. */ 119 /* Packed/scalar single precision floating point rounding. */
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/decimaltestdata/ |
log10.decTest | 27 rounding: half_even 273 rounding: half_even 512 rounding: half_even
|
dqDivide.decTest | 27 rounding: half_even 221 -- These were 'input rounding' 283 rounding: half_up 287 rounding: half_up 564 rounding: half_down 566 rounding: half_even 651 rounding: half_even [all...] |
quantize.decTest | 29 rounding: half_up 350 rounding: down 354 rounding: half_up 624 -- related subnormal rounding [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/decimaltestdata/ |
log10.decTest | 27 rounding: half_even 273 rounding: half_even 512 rounding: half_even
|
dqDivide.decTest | 27 rounding: half_even 221 -- These were 'input rounding' 283 rounding: half_up 287 rounding: half_up 564 rounding: half_down 566 rounding: half_even 651 rounding: half_even [all...] |
quantize.decTest | 29 rounding: half_up 350 rounding: down 354 rounding: half_up 624 -- related subnormal rounding [all...] |
/external/chromium_org/third_party/icu/source/i18n/ |
decimfmt.cpp | 466 // If it was a currency format, apply the appropriate rounding by 801 debug("Rounding Increment !="); 4410 double rounding = 0.0; local [all...] |
ucurr.cpp | 112 * rounding increment, or 0 if none. The rounding increment is in [all...] |
/external/icu4c/i18n/ |
decimfmt.cpp | 522 // If it was a currency format, apply the appropriate rounding by 5270 double rounding = 0.0; local [all...] |
ucurr.cpp | 148 * rounding increment, or 0 if none. The rounding increment is in [all...] |
/external/icu4c/i18n/unicode/ |
unum.h | 214 /** The possible number format rounding modes. 223 * Half-even rounding 229 * Half-even rounding, misspelled name 770 /** Rounding Mode */ 772 /** Rounding increment */ [all...] |
/external/llvm/include/llvm/CodeGen/ |
ISDOpcodes.h | 382 /// X = FP_ROUND(Y, TRUNC) - Rounding 'Y' from a larger floating point type 385 /// normal rounding, if it is 1, this FP_ROUND is known to not change the 395 /// FLT_ROUNDS_ - Returns current rounding mode: 424 /// types) with rounding and saturation. NOTE: Avoid using this operator as 430 /// 3) rounding imm [all...] |
/external/valgrind/main/VEX/priv/ |
host_x86_isel.c | 638 /* Mess with the FPU's rounding mode: set to the default rounding mode 654 /* Mess with the FPU's rounding mode: 'mode' is an I32-typed 657 the same rounding. [all...] |
/libcore/luni/src/main/java/java/text/ |
DecimalFormat.java | 307 * then half-even rounding is performed to the maximum fraction digits. For 664 // ICU4C doesn't support this rounding mode, so we have to fake it. 671 throw new ArithmeticException("rounding mode UNNECESSARY but rounding required"); [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_math.py | 22 # detect evidence of double-rounding: fsum is not always correctly 23 # rounded on machines that suffer from double rounding. 65 (small) rounding error. The default values for rel_err and 459 "fsum is not exact on machines with double rounding") 461 # math.fsum relies on exact rounding for correct operation. 463 # inexact rounding in some situations, and will cause the 495 # relied upon to do correct rounding on all platforms. [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_math.py | 22 # detect evidence of double-rounding: fsum is not always correctly 23 # rounded on machines that suffer from double rounding. 65 (small) rounding error. The default values for rel_err and 459 "fsum is not exact on machines with double rounding") 461 # math.fsum relies on exact rounding for correct operation. 463 # inexact rounding in some situations, and will cause the 495 # relied upon to do correct rounding on all platforms. [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
numrgts.cpp | 877 * Number format data rounding errors for locale FR 954 * Data rounding errors for French (Canada) locale 1714 double rounding = ucurr_getRoundingIncrement(currency, &status); local [all...] |
/external/chromium_org/third_party/icu/source/test/cintltst/ |
cnmdptst.c | 230 Visual Age 7 has a bug in rounding numbers. */ 609 * Test proper rounding by the format method. [all...] |
/external/chromium_org/ui/gfx/ |
skbitmap_operations.cc | 398 // Use denom * L to avoid rounding. 437 // Use denom * L to avoid rounding. 476 // Use denom * L to avoid rounding.
|
/external/icu4c/test/cintltst/ |
cnmdptst.c | 230 Visual Age 7 has a bug in rounding numbers. */ 609 * Test proper rounding by the format method. [all...] |
/external/llvm/tools/lto/ |
LTOModule.cpp | 68 EnableHonorSignDependentRoundingFPMath("enable-sign-dependent-rounding-fp-math", 70 cl::desc("Force codegen to assume rounding mode can change dynamically"), 473 // set alignment part log2() can have rounding errors
|
/external/pixman/pixman/ |
pixman-matrix.c | 54 * Large signed/unsigned integer division with rounding for the platforms with 65 /* grade-school unsigned division (128-bit by 48-bit) with rounding to nearest */ 101 /* signed division (128-bit by 49-bit) with rounding to nearest */
|