/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_4/ |
shell.js | 90 // if both objects are numbers, give a little leeway for rounding.
|
/external/webkit/Source/WebCore/rendering/svg/ |
SVGImageBufferTools.cpp | 69 // Compensate rounding effects, as the absolute target rect is using floating-point numbers and the image buffer size is integer.
|
/frameworks/base/media/libstagefright/codecs/amrwbenc/src/ |
autocorr.c | 57 L_sum = vo_L_deposit_h(16); /* sqrt(256), avoid overflow after rounding */
|
hp400.c | 81 L_tmp = 8192L; /* rounding to maximise precision */
|
hp50.c | 83 L_tmp = 8192 ; /* rounding to maximise precision */
|
hp_wsp.c | 110 L_tmp = 16384L; /* rounding to maximise precision */
|
/frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/ |
fastidct.cpp | 388 *blk = 0; /* for proper rounding in the fourth stage */ 448 *blk = 0; /* for proper rounding in the fourth stage */ 520 *blk = 0; /* for proper rounding in the fourth stage */ 591 blk += 8; /* for proper rounding in the fourth stage */ 647 blk += 8; /* for proper rounding in the fourth stage */ 772 *blk = 0; /* for proper rounding in the fourth stage */ 882 *blk = 0; /* for proper rounding in the fourth stage */ 938 *blk = 0;/* for proper rounding in the fourth stage */ 1006 *blk = 0; /* for proper rounding in the fourth stage */ 1248 *blk = 0; /* for proper rounding in the fourth stage * [all...] |
/frameworks/base/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.
|
/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.
|