Searched
full:rounding (Results
251 -
275 of
1004) sorted by null
<<11121314151617181920>>
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/ |
omxVCM4P2_BlockMatch_Half_8x8.c | 53 * rndVal - rounding control parameter: 0 - disabled; 1 - enabled.
|
/frameworks/compile/libbcc/runtime/lib/ |
floatdisf.c | 18 /* Returns: convert a to a float, rounding toward even.*/
|
floattidf.c | 20 /* Returns: convert a to a double, rounding toward even.*/
|
floattisf.c | 20 /* Returns: convert a to a float, rounding toward even. */
|
floattixf.c | 20 /* Returns: convert a to a long double, rounding toward even. */
|
floatundisf.c | 18 /* Returns: convert a to a float, rounding toward even. */
|
floatuntidf.c | 20 /* Returns: convert a to a double, rounding toward even. */
|
floatuntisf.c | 20 /* Returns: convert a to a float, rounding toward even. */
|
floatuntixf.c | 20 /* Returns: convert a to a long double, rounding toward even. */
|
/frameworks/compile/libbcc/runtime/test/Unit/ |
fixdfdi_test.c | 17 // Returns: convert a to a signed long long, rounding toward zero.
|
fixsfdi_test.c | 17 // Returns: convert a to a signed long long, rounding toward zero.
|
fixunsdfdi_test.c | 17 // Returns: convert a to a unsigned long long, rounding toward zero.
|
fixunsdfsi_test.c | 17 // Returns: convert a to a unsigned int, rounding toward zero.
|
fixunssfdi_test.c | 17 // Returns: convert a to a unsigned long long, rounding toward zero.
|
fixunssfsi_test.c | 17 // Returns: convert a to a unsigned int, rounding toward zero.
|
fixunsxfsi_test.c | 18 // Returns: convert a to a unsigned int, rounding toward zero.
|
floatdisf_test.c | 18 // Returns: convert a to a float, rounding toward even.
|
floatundisf_test.c | 18 // Returns: convert a to a float, rounding toward even.
|
/libcore/luni/src/main/java/java/text/spi/ |
NumberFormatProvider.java | 56 * using half-even rounding mode for formatting, and to parse only the
|
/external/apache-harmony/math/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/valgrind/main/none/tests/ppc32/ |
round.c | 560 /* set up the invariant fields of B, the arg to cause rounding */ 700 /* look at 3 guard bits to determine expected rounding */ 723 /* no rounding */ 731 /* no rounding */ 877 /* set up the invariant fields of B, the arg to cause rounding */ 1037 /* look at 3 guard bits to determine expected rounding */ 1060 /* no rounding */ 1068 /* no rounding */ 1171 "test rounding of float operators without guard bits"); 1177 "test rounding of float operators with guard bits") [all...] |
/external/valgrind/main/none/tests/ppc64/ |
round.c | 560 /* set up the invariant fields of B, the arg to cause rounding */ 700 /* look at 3 guard bits to determine expected rounding */ 723 /* no rounding */ 731 /* no rounding */ 877 /* set up the invariant fields of B, the arg to cause rounding */ 1037 /* look at 3 guard bits to determine expected rounding */ 1060 /* no rounding */ 1068 /* no rounding */ 1171 "test rounding of float operators without guard bits"); 1177 "test rounding of float operators with guard bits") [all...] |
/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.
|
Completed in 1577 milliseconds
<<11121314151617181920>>