/external/libvpx/vp8/common/ |
D | idctllm.c | 27 static const int rounding = 0; variable 43 temp1 = (ip[4] * sinpi8sqrt2 + rounding) >> 16; in vp8_short_idct4x4llm_c() 44 temp2 = ip[12] + ((ip[12] * cospi8sqrt2minus1 + rounding) >> 16); in vp8_short_idct4x4llm_c() 47 temp1 = ip[4] + ((ip[4] * cospi8sqrt2minus1 + rounding) >> 16); in vp8_short_idct4x4llm_c() 48 temp2 = (ip[12] * sinpi8sqrt2 + rounding) >> 16; in vp8_short_idct4x4llm_c() 69 temp1 = (ip[1] * sinpi8sqrt2 + rounding) >> 16; in vp8_short_idct4x4llm_c() 70 temp2 = ip[3] + ((ip[3] * cospi8sqrt2minus1 + rounding) >> 16); in vp8_short_idct4x4llm_c() 73 temp1 = ip[1] + ((ip[1] * cospi8sqrt2minus1 + rounding) >> 16); in vp8_short_idct4x4llm_c() 74 temp2 = (ip[3] * sinpi8sqrt2 + rounding) >> 16; in vp8_short_idct4x4llm_c()
|
/external/icu4c/i18n/ |
D | decContext.h | 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);
|
D | decContext.c | 137 U_CAPI enum rounding U_EXPORT2 uprv_decContextGetRounding(decContext *context) { in uprv_decContextGetRounding() 196 enum rounding newround) { in uprv_decContextSetRounding()
|
D | digitlst.cpp | 249 enum rounding r; in setRoundingMode()
|
/external/arduino/hardware/arduino/cores/arduino/ |
D | Print.cpp | 197 double rounding = 0.5; in printFloat() local 199 rounding /= 10.0; in printFloat() 201 number += rounding; in printFloat()
|
/external/chromium/base/third_party/dmg_fp/ |
D | dtoa.cc | 485 BCinfo { int dp0, dp1, dplen, dsign, e0, inexact, nd, nd0, rounding, scale, uflchk; }; member 1733 gethex(sp, rvp, rounding, sign) 1734 CONST char **sp; U *rvp; int rounding, sign; variable 1736 gethex( CONST char **sp, U *rvp, int rounding, int sign) 1869 switch(rounding) { 1891 switch(rounding) { 1979 switch (rounding) { 2015 switch(rounding) { 2061 switch(rounding) { 2255 if (bc->rounding == 1) [all …]
|
/external/llvm/test/CodeGen/ARM/ |
D | fnmul.ll | 2 ; RUN: llc < %s -march=arm -mattr=+v6,+vfp2 -enable-sign-dependent-rounding-fp-math | grep vmul.f64
|
/external/libvpx/vp8/common/arm/neon/ |
D | shortidct4x4llm_neon.asm | 27 ;static const int rounding = 0;
|
/external/llvm/test/CodeGen/Hexagon/ |
D | doubleconvert-ieee-rnd-near.ll | 3 ; to 32-bit int value in IEEE rounding to the nearest mode in V5.
|
/external/libvpx/vp8/encoder/x86/ |
D | temporal_filter_apply_sse2.asm | 49 ; calculate the rounding bit outside the loop
|
/external/v8/test/preparser/ |
D | duplicate-property.pyt | 153 TestBothWays("rounding-down", "1.12512512512512452", "1.1251251251251244") 154 TestBothWays("rounding-up", "1.12512512512512453", "1.1251251251251246")
|
/external/webrtc/src/common_audio/signal_processing/ |
D | spl_sqrt_floor.s | 85 bic r0, r2, #3 << 30 @ for rounding add: cmp r0, r2 adc r2, #1
|
/external/libvpx/vp8/encoder/arm/neon/ |
D | shortfdct_neon.asm | 54 ; rounding
|
/external/icu4c/data/curr/ |
D | supplementalData.txt | 4613 * rounding increment. The fraction digits must be an integer 4614 * from 0..9. If there is no rounding, the rounding incrementis 4615 * zero. Otherwise the rounding increment is given in units of
|
/external/libvorbis/doc/ |
D | 09-helper.tex | 131 rounding division of both positive and negative numbers toward zero.
|
/external/libvpx/vp8/decoder/arm/neon/ |
D | idct_dequant_full_2x_neon.asm | 147 ; +4 >> 3 (rounding)
|
D | idct_dequant_dc_full_2x_neon.asm | 155 ; +4 >> 3 (rounding)
|
/external/llvm/include/llvm/ |
D | Intrinsics.td | 252 // rounding mode. This needs to be modelled separately; in the meantime 432 // various types with rounding and saturation. NOTE: avoid using these
|
D | IntrinsicsARM.td | 265 // The various saturating and rounding vector shift operations need to be
|
/external/libvpx/vp8/common/ppc/ |
D | filter_altivec.asm | 406 ;# rounding added in on the multiply 831 ;# rounding added in on the multiply
|
/external/valgrind/main/docs/internals/ |
D | 3_1_BUGSTATUS.txt | 138 many v5694/5 n-i-bz ppc32 rounding mode problems
|
/external/webkit/Source/WebKit/mac/Misc/ |
D | WebKitNSStringExtras.mm | 77 // The following is a half-assed attempt to match AppKit's rounding rules for drawAtPoint.
|
/external/webkit/Source/WebCore/platform/mac/ |
D | DragImageMac.mm | 182 // The following is a half-assed attempt to match AppKit's rounding rules for drawAtPoint.
|
/external/chromium/chrome/browser/ui/cocoa/ |
D | browser_window_controller_unittest.mm | 518 // Use the actual width of the window frame, since it's subject to rounding. 534 // Use the actual width of the window frame, since it's subject to rounding.
|
/external/libvpx/ |
D | CHANGELOG | 205 Normalize quantizer's zero bin and rounding factors
|