Searched
full:rounding (Results
326 -
350 of
1661) sorted by null
<<11121314151617181920>>
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/ |
omxVCM4P2_BlockMatch_Half_16x16.c | 53 * rndVal - rounding control parameter: 0 - disabled; 1 - enabled.
|
omxVCM4P2_BlockMatch_Half_8x8.c | 53 * rndVal - rounding control parameter: 0 - disabled; 1 - enabled.
|
/libcore/luni/src/main/java/java/text/spi/ |
NumberFormatProvider.java | 56 * using half-even rounding mode for formatting, and to parse only the
|
/packages/apps/Contacts/res/layout/ |
date_picker.xml | 23 contained in it. This helps to prevent rounding errors when toggling the "Show year" option -->
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/decimaltestdata/ |
ddQuantize.decTest | 31 rounding: half_even 150 -- a couple where rounding was different in base tests 151 rounding: half_up 155 rounding: half_even 356 rounding: down 360 rounding: half_up [all...] |
abs.decTest | 23 -- Additon, subtraction, rounding, and more overflows are tested 27 rounding: half_up
|
class.decTest | 29 rounding: half_even 83 rounding: half_even
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/decimaltestdata/ |
ddQuantize.decTest | 31 rounding: half_even 150 -- a couple where rounding was different in base tests 151 rounding: half_up 155 rounding: half_even 356 rounding: down 360 rounding: half_up [all...] |
abs.decTest | 23 -- Additon, subtraction, rounding, and more overflows are tested 27 rounding: half_up
|
class.decTest | 29 rounding: half_even 83 rounding: half_even
|
/external/valgrind/main/none/tests/ppc32/ |
round.c | 557 /* set up the invariant fields of B, the arg to cause rounding */ 697 /* look at 3 guard bits to determine expected rounding */ 720 /* no rounding */ 728 /* no rounding */ 874 /* set up the invariant fields of B, the arg to cause rounding */ 1034 /* look at 3 guard bits to determine expected rounding */ 1057 /* no rounding */ 1065 /* no rounding */ 1168 "test rounding of float operators without guard bits"); 1174 "test rounding of float operators with guard bits") [all...] |
/external/valgrind/main/none/tests/ppc64/ |
round.c | 557 /* set up the invariant fields of B, the arg to cause rounding */ 697 /* look at 3 guard bits to determine expected rounding */ 720 /* no rounding */ 728 /* no rounding */ 874 /* set up the invariant fields of B, the arg to cause rounding */ 1034 /* look at 3 guard bits to determine expected rounding */ 1057 /* no rounding */ 1065 /* no rounding */ 1168 "test rounding of float operators without guard bits"); 1174 "test rounding of float operators with guard bits") [all...] |
/libcore/harmony-tests/src/test/java/tests/api/java/math/ |
BigDecimalTest.java | 577 // rounding mode defaults to zero 610 // testing rounding Mode ROUND_CEILING 623 // testing rounding Mode ROUND_DOWN 635 // testing rounding Mode ROUND_FLOOR 646 // testing rounding Mode ROUND_HALF_DOWN 663 // testing rounding Mode ROUND_HALF_EVEN 685 // testing rounding Mode ROUND_HALF_UP 698 // testing rounding Mode ROUND_UNNECESSARY 705 // testing rounding Mode ROUND_UP 718 // testing invalid rounding mode [all...] |
/external/chromium_org/third_party/opus/src/celt/ |
fixed_generic.h | 76 /** 32-bit arithmetic shift right with rounding-to-nearest instead of rounding down */
|
/external/chromium_org/v8/test/preparser/ |
duplicate-property.pyt | 153 TestBothWays("rounding-down", "1.12512512512512452", "1.1251251251251244") 154 TestBothWays("rounding-up", "1.12512512512512453", "1.1251251251251246")
|
/external/compiler-rt/lib/ |
divdf3.c | 11 // with the IEEE-754 default rounding (to nearest, ties to even). 15 // underflow with correct rounding.
|
divsf3.c | 11 // with the IEEE-754 default rounding (to nearest, ties to even). 15 // underflow with correct rounding.
|
truncdfsf2.c | 12 // rounding mode. The constants and types defined following the includes below 109 // rounding and adjusting the exponent.
|
/external/pixman/pixman/ |
pixman-filter.c | 247 * filter. See rounding.txt regarding the rounding
|
/external/v8/test/preparser/ |
duplicate-property.pyt | 153 TestBothWays("rounding-down", "1.12512512512512452", "1.1251251251251244") 154 TestBothWays("rounding-up", "1.12512512512512453", "1.1251251251251246")
|
/external/valgrind/main/none/tests/mips32/ |
round.c | 255 "test FPU Conversion Operations Using a Directed Rounding Mode"); 261 "test FPU Conversion Operations Using the FCSR Rounding Mode");
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/ |
idct.cpp | 165 /* with the proper rounding */ 209 r2 = (181 * (r4 + r5) + 128) >> 8; /* rounding */ 269 /* for proper rounding in the fourth stage */ 300 r2 = (181 * (r4 + r5) + 128) >> 8; /* rounding */ 388 /* with the proper rounding */ 432 r2 = (181 * (r4 + r5) + 128) >> 8; /* rounding */ 490 /* for proper rounding in the fourth stage */ 521 r2 = (181 * (r4 + r5) + 128) >> 8; /* rounding */
|
/external/aac/libSBRdec/src/ |
sbrdec_freq_sca.cpp | 460 lowest bit cannot be cleared due to rounding */ 504 of rounding. 509 /* add scaled 1 for rounding to even numbers: */ 544 /* Add scaled 0.5 for rounding: 545 We use a value 128/256 instead of 0.5 to avoid some critical cases of rounding. */ 778 /* Add scaled 0.5 for rounding: */
|
/external/chromium_org/v8/src/ |
conversions-inl.h | 60 // rounding towards zero, or any reasonable value if the argument is larger 205 number++; // Rounding up. 207 // Rounding to even to consistency with decimals: half-way case rounds 210 number++; // Rounding up. 214 // Rounding up may cause overflow. 364 // The following code causes accumulating rounding error for numbers greater
|
/external/v8/src/ |
conversions-inl.h | 55 // rounding towards zero, or any reasonable value if the argument is larger 200 number++; // Rounding up. 202 // Rounding to even to consistency with decimals: half-way case rounds 205 number++; // Rounding up. 209 // Rounding up may cause overflow. 363 // The following code causes accumulating rounding error for numbers greater
|
Completed in 1267 milliseconds
<<11121314151617181920>>