/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/ |
armVCM4P2_BlockMatch_Half.c | 49 * [in] rndVal rounding control bit for half pixel motion estimation; 50 * 0=rounding control disabled; 1=rounding control enabled
|
omxVCM4P2_MCReconBlock.c | 37 * [in] rndVal rounding control parameter: 0 - disabled; 1 - enabled. 79 * [in] rndVal rounding control parameter: 0 - disabled; 1 - enabled. 124 * [in] rndVal rounding control parameter: 0 - disabled; 1 - enabled. 176 * [in] rndVal rounding control parameter: 0 - disabled; 1 - enabled. 266 * rndVal - rounding control parameter: 0 - disabled; 1 - enabled.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/include/ |
mpf2mpfr.h | 31 /* Get current Rounding Mode */ 42 /* functions which don't take as argument the rounding mode */ 82 /* functions which take as argument the rounding mode */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/include/ |
mpf2mpfr.h | 31 /* Get current Rounding Mode */ 42 /* functions which don't take as argument the rounding mode */ 82 /* functions which take as argument the rounding mode */
|
mpc.h | 58 0 when the result is exact (no rounding error) 66 /* Definition of rounding modes */ 68 /* a complex rounding mode is just a pair of two real rounding modes 69 we reserve four bits for a real rounding mode. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/include/ |
mpf2mpfr.h | 31 /* Get current Rounding Mode */ 42 /* functions which don't take as argument the rounding mode */ 82 /* functions which take as argument the rounding mode */
|
mpc.h | 58 0 when the result is exact (no rounding error) 66 /* Definition of rounding modes */ 68 /* a complex rounding mode is just a pair of two real rounding modes 69 we reserve four bits for a real rounding mode. */
|
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/ |
fenv.h | 67 /* Rounding modes */ 77 * has the rounding control bits offset by 3 and the exception mask 168 * rounding mode. Reading the control word on the x87 turns
|
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/ |
fenv.h | 67 /* Rounding modes */ 77 * has the rounding control bits offset by 3 and the exception mask 168 * rounding mode. Reading the control word on the x87 turns
|
/prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/ |
fenv.h | 67 /* Rounding modes */ 77 * has the rounding control bits offset by 3 and the exception mask 170 * rounding mode. Reading the control word on the x87 turns
|
/external/chromium/base/third_party/dmg_fp/ |
dtoa.cc | 24 * necessary to specify double-precision (53-bit) rounding precision 39 * biased rounding (add half and chop). 76 * is also #defined, fegetround() will be queried for the rounding mode. 87 * #define ROUND_BIASED for IEEE-format with biased rounding. 389 #define Rounding Flt_Rounds 485 BCinfo { int dp0, dp1, dplen, dsign, e0, inexact, nd, nd0, rounding, scale, uflchk; }; member in struct:dmg_fp::BCinfo 1734 CONST char **sp; U *rvp; int rounding, sign; member in namespace:dmg_fp [all...] |
/external/chromium_org/base/third_party/dmg_fp/ |
dtoa.cc | 24 * necessary to specify double-precision (53-bit) rounding precision 39 * biased rounding (add half and chop). 76 * is also #defined, fegetround() will be queried for the rounding mode. 87 * #define ROUND_BIASED for IEEE-format with biased rounding. 395 #define Rounding Flt_Rounds 491 BCinfo { int dp0, dp1, dplen, dsign, e0, inexact, nd, nd0, rounding, scale, uflchk; }; member in struct:dmg_fp::BCinfo 1740 CONST char **sp; U *rvp; int rounding, sign; member in namespace:dmg_fp [all...] |
/external/jpeg/ |
jcdctmgr.c | 234 /* Divide the coefficient value by qval, ensuring proper rounding. 235 * Since C does not specify the direction of rounding for negative 253 temp += qval>>1; /* for rounding */ 257 temp += qval>>1; /* for rounding */ 326 * Since C does not specify the direction of rounding for negative
|
/external/qemu/distrib/jpeg-6b/ |
jcdctmgr.c | 234 /* Divide the coefficient value by qval, ensuring proper rounding. 235 * Since C does not specify the direction of rounding for negative 253 temp += qval>>1; /* for rounding */ 257 temp += qval>>1; /* for rounding */ 326 * Since C does not specify the direction of rounding for negative
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/ |
mathcalls.h | 279 prevailing rounding mode. */ 305 rounding direction, but do not raise inexact exception. */ 308 /* Round X to nearest integral value, rounding halfway cases away from 324 /* Round X to nearest integral value according to current rounding 329 /* Round X to nearest integral value, rounding halfway cases away from
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
mathcalls.h | 279 prevailing rounding mode. */ 305 rounding direction, but do not raise inexact exception. */ 308 /* Round X to nearest integral value, rounding halfway cases away from 324 /* Round X to nearest integral value according to current rounding 329 /* Round X to nearest integral value, rounding halfway cases away from
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
mathcalls.h | 279 prevailing rounding mode. */ 305 rounding direction, but do not raise inexact exception. */ 308 /* Round X to nearest integral value, rounding halfway cases away from 324 /* Round X to nearest integral value according to current rounding 329 /* Round X to nearest integral value, rounding halfway cases away from
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
decimal.py | 149 # Rounding 286 """Invalid context. Unknown rounding, for example. 291 underlying concrete representation or an unknown or unsupported rounding 300 """Number got rounded (not necessarily changed during rounding). 312 """Exponent < Emin before rounding. 316 Emin, before any rounding). The result in all cases is unchanged. 327 by zero), after rounding, would be greater than the largest value that 330 The result depends on the rounding mode: 345 if context.rounding in (ROUND_HALF_UP, ROUND_HALF_EVEN, 349 if context.rounding == ROUND_CEILING [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
decimal.py | 149 # Rounding 286 """Invalid context. Unknown rounding, for example. 291 underlying concrete representation or an unknown or unsupported rounding 300 """Number got rounded (not necessarily changed during rounding). 312 """Exponent < Emin before rounding. 316 Emin, before any rounding). The result in all cases is unchanged. 327 by zero), after rounding, would be greater than the largest value that 330 The result depends on the rounding mode: 345 if context.rounding in (ROUND_HALF_UP, ROUND_HALF_EVEN, 349 if context.rounding == ROUND_CEILING [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/decimaltestdata/ |
ddBase.decTest | 25 -- Note that unlike other operations the operand is subject to rounding 38 rounding: half_even 389 rounding: half_up 447 -- check rounding modes heeded 448 rounding: ceiling 453 rounding: up 458 rounding: floor 463 rounding: half_down 469 rounding: half_even 475 rounding: dow [all...] |
dqBase.decTest | 25 -- Note that unlike other operations the operand is subject to rounding 38 rounding: half_even 432 -- check rounding modes heeded 433 rounding: ceiling 438 rounding: up 443 rounding: floor 448 rounding: half_down 454 rounding: half_even 460 rounding: down 465 rounding: half_u [all...] |
dsBase.decTest | 25 -- Note that unlike other operations the operand is subject to rounding 38 rounding: half_even 411 -- check rounding modes heeded 412 rounding: ceiling 417 rounding: up 422 rounding: floor 427 rounding: half_down 433 rounding: half_even 439 rounding: down 444 rounding: half_u [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/decimaltestdata/ |
ddBase.decTest | 25 -- Note that unlike other operations the operand is subject to rounding 38 rounding: half_even 389 rounding: half_up 447 -- check rounding modes heeded 448 rounding: ceiling 453 rounding: up 458 rounding: floor 463 rounding: half_down 469 rounding: half_even 475 rounding: dow [all...] |
dqBase.decTest | 25 -- Note that unlike other operations the operand is subject to rounding 38 rounding: half_even 432 -- check rounding modes heeded 433 rounding: ceiling 438 rounding: up 443 rounding: floor 448 rounding: half_down 454 rounding: half_even 460 rounding: down 465 rounding: half_u [all...] |
dsBase.decTest | 25 -- Note that unlike other operations the operand is subject to rounding 38 rounding: half_even 411 -- check rounding modes heeded 412 rounding: ceiling 417 rounding: up 422 rounding: floor 427 rounding: half_down 433 rounding: half_even 439 rounding: down 444 rounding: half_u [all...] |