HomeSort by relevance Sort by last modified time
    Searched refs:rounding (Results 1 - 25 of 35) sorted by null

1 2

  /external/libvpx/vp8/common/
idctllm.c 27 static const int rounding = 0; variable
43 temp1 = (ip[4] * sinpi8sqrt2 + rounding) >> 16;
44 temp2 = ip[12] + ((ip[12] * cospi8sqrt2minus1 + rounding) >> 16);
47 temp1 = ip[4] + ((ip[4] * cospi8sqrt2minus1 + rounding) >> 16);
48 temp2 = (ip[12] * sinpi8sqrt2 + rounding) >> 16;
69 temp1 = (ip[1] * sinpi8sqrt2 + rounding) >> 16;
70 temp2 = ip[3] + ((ip[3] * cospi8sqrt2minus1 + rounding) >> 16);
73 temp1 = ip[1] + ((ip[1] * cospi8sqrt2minus1 + rounding) >> 16);
74 temp2 = (ip[3] * sinpi8sqrt2 + rounding) >> 16;
  /dalvik/vm/mterp/x86/
cvtfp_int.S 5 * should be zero. Further, the rounding mode is to truncate. This model
18 fnstcw LOCAL0_OFFSET(%ebp) # remember original rounding mode
22 fldcw LOCAL0_OFFSET+2(%ebp) # set "to zero" rounding mode
29 fldcw LOCAL0_OFFSET(%ebp) # restore previous rounding mode
  /external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
timestamp.js 23 shouldBeTrue('now - 1 <= t'); // Avoid rounding errors
28 shouldBeTrue('t <= then + 1'); // Avoid rounding errors
  /external/icu4c/i18n/
decContext.h 36 /* round -- must be one of the enumerated rounding modes */
74 enum rounding { enum
91 enum rounding round; /* rounding mode */
252 U_INTERNAL enum rounding U_EXPORT2 uprv_decContextGetRounding(decContext *);
256 U_INTERNAL decContext * U_EXPORT2 uprv_decContextSetRounding(decContext *, enum rounding);
decContext.c 130 /* decContextGetRounding -- return current rounding mode */
133 /* returns the rounding mode */
137 U_CAPI enum rounding U_EXPORT2 uprv_decContextGetRounding(decContext *context) {
187 /* decContextSetRounding -- set current rounding mode */
196 enum rounding newround) {
digitlst.cpp 22 * 08/02/98 stephen Added nearest/even rounding
240 // (which DigitList follows) and the ICU Formatting Rounding Mode values.
249 enum rounding r;
494 // Force to an integer, with zero exponent, rounding if necessary.
794 * TODO: probably should expand some, for rounding increments that
  /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/webrtc/src/common_audio/signal_processing/
spl_sqrt_floor.s 85 bic r0, r2, #3 << 30 @ for rounding add: cmp r0, r2 adc r2, #1
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_4/
shell.js 90 // if both objects are numbers, give a little leeway for rounding.
jsref.js 89 // if both objects are numbers, give a little leeway for rounding.
  /external/libvpx/vp8/common/arm/neon/
shortidct4x4llm_neon.asm 27 ;static const int rounding = 0;
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_1/
jsref.js 91 // if both objects are numbers, give a little leeway for rounding.
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_3/
shell.js 95 // need to replace w/ IEEE standard for rounding
jsref.js 100 // need to replace w/ IEEE standard for rounding
  /external/libvpx/vp8/common/ppc/
filter_bilinear_altivec.asm 51 ;# rounding added in on the multiply
66 ;# v18 rounding
446 ;# 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/vp8/encoder/arm/neon/
shortfdct_neon.asm 54 ; rounding
  /external/libvpx/vp8/encoder/x86/
temporal_filter_apply_sse2.asm 49 ; calculate the rounding bit outside the loop
  /external/libvpx/vp8/encoder/ppc/
variance_subpixel_altivec.asm 54 ;# rounding added in on the multiply
69 ;# v18 rounding
549 ;# v18 rounding
  /external/libvpx/vp8/decoder/arm/neon/
idct_dequant_dc_full_2x_neon.asm 155 ; +4 >> 3 (rounding)
idct_dequant_full_2x_neon.asm 147 ; +4 >> 3 (rounding)
  /packages/apps/Calculator/
arity-2.1.2.jar 
  /external/svox/pico/lib/
picosig2.c 4014 picoos_single rounding = 0.5f; local
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/
jsref.js 143 // need to replace w/ IEEE standard for rounding
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/
jsref.js 103 // need to replace w/ IEEE standard for rounding

Completed in 2448 milliseconds

1 2