Searched
full:rounding (Results
376 -
400 of
1661) sorted by null
<<11121314151617181920>>
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
real.h | 146 /* Default rounding mode for operations on this format. */ 218 /* Like HONOR_NANS, but true if given mode supports sign-dependent rounding, 219 and the rounding mode is important. */
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/decimaltestdata/ |
ddMax.decTest | 23 -- these mainly cover special cases and rounding 29 rounding: half_even 192 -- old rounding checks
|
ddMaxMag.decTest | 23 -- these mainly cover special cases and rounding 29 rounding: half_even 192 -- old rounding checks
|
ddMin.decTest | 23 -- these mainly cover special cases and rounding 29 rounding: half_even 181 -- old rounding checks
|
ddMinMag.decTest | 23 -- these mainly cover special cases and rounding 29 rounding: half_even 181 -- old rounding checks
|
dqMax.decTest | 23 -- these mainly cover special cases and rounding 29 rounding: half_even 192 -- old rounding checks
|
dqMaxMag.decTest | 23 -- these mainly cover special cases and rounding 29 rounding: half_even 192 -- old rounding checks
|
dqMin.decTest | 23 -- these mainly cover special cases and rounding 29 rounding: half_even 181 -- old rounding checks
|
dqMinMag.decTest | 23 -- these mainly cover special cases and rounding 29 rounding: half_even 181 -- old rounding checks
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/decimaltestdata/ |
ddMax.decTest | 23 -- these mainly cover special cases and rounding 29 rounding: half_even 192 -- old rounding checks
|
ddMaxMag.decTest | 23 -- these mainly cover special cases and rounding 29 rounding: half_even 192 -- old rounding checks
|
ddMin.decTest | 23 -- these mainly cover special cases and rounding 29 rounding: half_even 181 -- old rounding checks
|
ddMinMag.decTest | 23 -- these mainly cover special cases and rounding 29 rounding: half_even 181 -- old rounding checks
|
dqMax.decTest | 23 -- these mainly cover special cases and rounding 29 rounding: half_even 192 -- old rounding checks
|
dqMaxMag.decTest | 23 -- these mainly cover special cases and rounding 29 rounding: half_even 192 -- old rounding checks
|
dqMin.decTest | 23 -- these mainly cover special cases and rounding 29 rounding: half_even 181 -- old rounding checks
|
dqMinMag.decTest | 23 -- these mainly cover special cases and rounding 29 rounding: half_even 181 -- old rounding checks
|
/external/aac/libSBRdec/src/ |
env_dec.cpp | 307 if (newR_m >= ((FIXP_SGL)MAXVAL_SGL - ROUNDING)) { 315 h_data_right->iEnvelope[i] = ((FIXP_SGL)((SHORT)(FIXP_SGL)(newR_m + ROUNDING) & MASK_M)) + 317 h_data_left->iEnvelope[i] = ((FIXP_SGL)((SHORT)(FIXP_SGL)(newL_m + ROUNDING) & MASK_M)) + 338 /* if (newR_m >= ((FIXP_SGL)MAXVAL_SGL - ROUNDING)) { 346 h_data_right->sbrNoiseFloorLevel[i] = ((FIXP_SGL)((SHORT)(FIXP_SGL)(newR_m + ROUNDING) & MASK_M)) + 348 h_data_left->sbrNoiseFloorLevel[i] = ((FIXP_SGL)((SHORT)(FIXP_SGL)(newL_m + ROUNDING) & MASK_M)) +
|
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
pyport.h | 532 * FPU rounding mode is round-half-to-even, but that's less often an issue. 607 (2) we're on x86 with the rounding precision set to 64-bits 609 the rounding precision. 618 /* double rounding is symptomatic of use of extended precision on x86. If 619 we're seeing double rounding, and we don't have any mechanism available for 620 changing the FPU rounding precision, then don't use Python/dtoa.c. */ [all...] |
/prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
pyport.h | 532 * FPU rounding mode is round-half-to-even, but that's less often an issue. 607 (2) we're on x86 with the rounding precision set to 64-bits 609 the rounding precision. 618 /* double rounding is symptomatic of use of extended precision on x86. If 619 we're seeing double rounding, and we don't have any mechanism available for 620 changing the FPU rounding precision, then don't use Python/dtoa.c. */ [all...] |
/bionic/libm/i387/ |
fenv.c | 36 * has the rounding control bits offset by 3 and the exception mask 325 * rounding mode. Reading the control word on the x87 turns
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
lp_setup_point.c | 312 /* Point size as fixed point integer, remove rounding errors 334 * slightly different rounding.
|
/external/libvpx/libvpx/vp8/common/ |
filter.c | 63 (VP8_FILTER_WEIGHT >> 1); /* Rounding */ 109 (VP8_FILTER_WEIGHT >> 1); /* Rounding */
|
/external/llvm/include/llvm/CodeGen/ |
CommandFlags.h | 128 EnableHonorSignDependentRoundingFPMath("enable-sign-dependent-rounding-fp-math", 130 cl::desc("Force codegen to assume rounding mode can change dynamically"),
|
/external/llvm/lib/Target/PowerPC/ |
PPCRegisterInfo.td | 164 // FP rounding mode: bits 30 and 31 of the FP status and control register 172 def RM: SPR<512, "**ROUNDING MODE**">;
|
Completed in 815 milliseconds
<<11121314151617181920>>