Home
last modified time | relevance | path

Searched refs:rounding (Results 1 – 25 of 81) sorted by relevance

1234

/external/libvpx/vp8/common/
Didctllm.c27 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/
DdecContext.h74 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);
DdecContext.c137 U_CAPI enum rounding U_EXPORT2 uprv_decContextGetRounding(decContext *context) { in uprv_decContextGetRounding()
196 enum rounding newround) { in uprv_decContextSetRounding()
Ddigitlst.cpp249 enum rounding r; in setRoundingMode()
/external/arduino/hardware/arduino/cores/arduino/
DPrint.cpp197 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/
Ddtoa.cc485 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/
Dfnmul.ll2 ; RUN: llc < %s -march=arm -mattr=+v6,+vfp2 -enable-sign-dependent-rounding-fp-math | grep vmul.f64
/external/libvpx/vp8/common/arm/neon/
Dshortidct4x4llm_neon.asm27 ;static const int rounding = 0;
/external/llvm/test/CodeGen/Hexagon/
Ddoubleconvert-ieee-rnd-near.ll3 ; to 32-bit int value in IEEE rounding to the nearest mode in V5.
/external/libvpx/vp8/encoder/x86/
Dtemporal_filter_apply_sse2.asm49 ; calculate the rounding bit outside the loop
/external/v8/test/preparser/
Dduplicate-property.pyt153 TestBothWays("rounding-down", "1.12512512512512452", "1.1251251251251244")
154 TestBothWays("rounding-up", "1.12512512512512453", "1.1251251251251246")
/external/webrtc/src/common_audio/signal_processing/
Dspl_sqrt_floor.s85 bic r0, r2, #3 << 30 @ for rounding add: cmp r0, r2 adc r2, #1
/external/libvpx/vp8/encoder/arm/neon/
Dshortfdct_neon.asm54 ; rounding
/external/icu4c/data/curr/
DsupplementalData.txt4613 * 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/
D09-helper.tex131 rounding division of both positive and negative numbers toward zero.
/external/libvpx/vp8/decoder/arm/neon/
Didct_dequant_full_2x_neon.asm147 ; +4 >> 3 (rounding)
Didct_dequant_dc_full_2x_neon.asm155 ; +4 >> 3 (rounding)
/external/llvm/include/llvm/
DIntrinsics.td252 // rounding mode. This needs to be modelled separately; in the meantime
432 // various types with rounding and saturation. NOTE: avoid using these
DIntrinsicsARM.td265 // The various saturating and rounding vector shift operations need to be
/external/libvpx/vp8/common/ppc/
Dfilter_altivec.asm406 ;# rounding added in on the multiply
831 ;# rounding added in on the multiply
/external/valgrind/main/docs/internals/
D3_1_BUGSTATUS.txt138 many v5694/5 n-i-bz ppc32 rounding mode problems
/external/webkit/Source/WebKit/mac/Misc/
DWebKitNSStringExtras.mm77 // The following is a half-assed attempt to match AppKit's rounding rules for drawAtPoint.
/external/webkit/Source/WebCore/platform/mac/
DDragImageMac.mm182 // The following is a half-assed attempt to match AppKit's rounding rules for drawAtPoint.
/external/chromium/chrome/browser/ui/cocoa/
Dbrowser_window_controller_unittest.mm518 // 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/
DCHANGELOG205 Normalize quantizer's zero bin and rounding factors

1234