HomeSort by relevance Sort by last modified time
    Searched refs:rounding (Results 51 - 75 of 94) sorted by null

1 23 4

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/x86/
temporal_filter_apply_sse2.asm 49 ; calculate the rounding bit outside the loop
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
vp9_temporal_filter_apply_sse2.asm 49 ; calculate the rounding bit outside the loop
  /external/libavc/common/arm/
ih264_resi_trans_quant_a9.s 60 @ rounding factor,
172 vdup.s32 q4, r8 @Load rounding value row 1
258 @ rounding factor,
367 vdup.s32 q4, r8 @Load rounding value row 1
ih264_weighted_bi_pred_a9q.s 81 @* offset 1 used after rounding off
84 @* offset 2 used after rounding off
396 @* offset 1 used after rounding off for U an dV
399 @* offset 2 used after rounding off for U and V
ih264_weighted_pred_a9q.s 72 @* offset used after rounding off
302 @* offsets used after rounding off for U and V
  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
strtodg.c 206 fpi->rounding ==
555 switch(fpi->rounding & 3) {
1093 switch(fpi->rounding & 3) {
gdtoa.c 91 * when rounding the final digit up. This is often faster.
324 if ( (rdir = fpi->rounding - 1) !=0) {
  /external/libvpx/libvpx/vp8/encoder/
quantize.c 158 /* Perform regular quantization, with unbiased rounding and no zero bin. */
187 int rounding; local
193 rounding = dq >> 1;
197 x += rounding;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
quantize.c 158 /* Perform regular quantization, with unbiased rounding and no zero bin. */
187 int rounding; local
193 rounding = dq >> 1;
197 x += rounding;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_decimal.py 58 rounding = ROUND_HALF_EVEN,
217 'rounding' : self.change_rounding_method,
259 if funct == 'rounding':
401 def change_rounding_method(self, rounding):
402 self.context.rounding = rounding
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_decimal.py 58 rounding = ROUND_HALF_EVEN,
217 'rounding' : self.change_rounding_method,
259 if funct == 'rounding':
401 def change_rounding_method(self, rounding):
402 self.context.rounding = rounding
    [all...]
  /external/libvpx/libvpx/vp8/common/ppc/
variance_subpixel_altivec.asm 54 ;# rounding added in on the multiply
69 ;# v18 rounding
549 ;# v18 rounding
filter_altivec.asm 216 ;# rounding added in on the multiply
406 ;# rounding added in on the multiply
578 ;# rounding added in on the multiply
831 ;# rounding added in on the multiply
  /external/libvpx/libvpx/vp9/common/x86/
vp9_subpixel_8t_sse2.asm 77 paddsw xmm0, krd ;rounding
124 movdqa krd, xmm6 ;rounding
169 paddsw xmm0, krd ;rounding
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/
variance_subpixel_altivec.asm 54 ;# rounding added in on the multiply
69 ;# v18 rounding
549 ;# v18 rounding
filter_altivec.asm 216 ;# rounding added in on the multiply
406 ;# rounding added in on the multiply
578 ;# rounding added in on the multiply
831 ;# rounding added in on the multiply
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/
vp9_subpixel_8t_sse2.asm 77 paddsw xmm0, krd ;rounding
124 movdqa krd, xmm6 ;rounding
169 paddsw xmm0, krd ;rounding
  /ndk/sources/android/support/src/stdio/
strtod.c 36 * biased rounding (add half and chop).
78 * #define ROUND_BIASED for IEEE-format with biased rounding.
393 int rounding; member in struct:FPI
397 enum { /* FPI.rounding values: same as FLT_ROUNDS */
1669 fpi1.rounding = Rounding;
    [all...]
  /external/libvpx/libvpx/vp8/common/arm/neon/
idct_dequant_full_2x_neon.asm 147 ; +4 >> 3 (rounding)
  /external/v8/src/
math.js 258 // Kahan summation to avoid rounding errors.
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/neon/
idct_dequant_full_2x_neon.asm 145 ; +4 >> 3 (rounding)
  /packages/apps/Calculator/
arity-2.1.2.jar 
  /frameworks/rs/api/
rs_math.spec 37 rounding may be done towards zero. In comparison, rs_fp_full requires correct handling of
44 subnormal values may be flushed to zero, rounding towards zero may be used, and NaN and
47 values may be flushed to zero, and rounding towards zero may be used.</li>
975 In rs_fp_relaxed mode, mad() may not do the rounding after multiplicaiton.
    [all...]
  /external/icu/icu4c/source/i18n/
digitlst.cpp 22 * 08/02/98 stephen Added nearest/even rounding
245 // (which DigitList follows) and the ICU Formatting Rounding Mode values.
254 enum rounding r;
500 // Force to an integer, with zero exponent, rounding if necessary.
851 * TODO: probably should expand some, for rounding increments that
  /external/v8/third_party/fdlibm/
fdlibm.js 180 // thus, reducing the rounding error in the subtraction.
561 // specific way which minimize the accumulation rounding error:

Completed in 847 milliseconds

1 23 4