HomeSort by relevance Sort by last modified time
    Searched full:rounding (Results 651 - 675 of 2466) sorted by null

<<21222324252627282930>>

  /prebuilts/gdb/linux-x86/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/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)) +

Completed in 1920 milliseconds

<<21222324252627282930>>