/external/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/ |
median5.cpp | 120 int16 x1, x2, x3, x4, x5; local 124 x2 = x[-1]; 131 if (x2 < x1) 134 x1 = x2; 135 x2 = tmp; 153 if (x3 < x2) 155 tmp = x2; 156 x2 = x3; 159 if (x4 < x2) 161 tmp = x2; [all...] |
/frameworks/base/media/libstagefright/codecs/amrwb/src/ |
median5.cpp | 120 int16 x1, x2, x3, x4, x5; local 124 x2 = x[-1]; 131 if (x2 < x1) 134 x1 = x2; 135 x2 = tmp; 153 if (x3 < x2) 155 tmp = x2; 156 x2 = x3; 159 if (x4 < x2) 161 tmp = x2; [all...] |
/external/webkit/WebCore/svg/ |
SVGPathSegCurvetoCubicSmooth.cpp | 27 SVGPathSegCurvetoCubicSmoothAbs::SVGPathSegCurvetoCubicSmoothAbs(float x, float y, float x2, float y2) 28 : SVGPathSegCurvetoCubicSmooth(x, y, x2, y2) 32 SVGPathSegCurvetoCubicSmoothRel::SVGPathSegCurvetoCubicSmoothRel(float x, float y, float x2, float y2) 33 : SVGPathSegCurvetoCubicSmooth(x, y, x2, y2)
|
SVGPathSegCurvetoCubic.cpp | 28 SVGPathSegCurvetoCubicAbs::SVGPathSegCurvetoCubicAbs(float x, float y, float x1, float y1, float x2, float y2) 29 : SVGPathSegCurvetoCubic(x, y, x1, y1, x2, y2) 33 SVGPathSegCurvetoCubicRel::SVGPathSegCurvetoCubicRel(float x, float y, float x1, float y1, float x2, float y2) 34 : SVGPathSegCurvetoCubic(x, y, x1, y1, x2, y2)
|
SVGPathSegCurvetoCubicSmooth.h | 32 SVGPathSegCurvetoCubicSmooth(float x, float y, float x2, float y2) 33 : m_x(x), m_y(y), m_x2(x2), m_y2(y2) { } 43 void setX2(float x2) { m_x2 = x2; } 44 float x2() const { return m_x2; } function in class:WebCore::SVGPathSegCurvetoCubicSmooth 58 static PassRefPtr<SVGPathSegCurvetoCubicSmoothAbs> create(float x, float y, float x2, float y2) { return adoptRef(new SVGPathSegCurvetoCubicSmoothAbs(x, y, x2, y2)); } 64 SVGPathSegCurvetoCubicSmoothAbs(float x, float y, float x2, float y2); 69 static PassRefPtr<SVGPathSegCurvetoCubicSmoothRel> create(float x, float y, float x2, float y2) { return adoptRef(new SVGPathSegCurvetoCubicSmoothRel(x, y, x2, y2)); [all...] |
SVGPathSegCurvetoCubic.h | 32 SVGPathSegCurvetoCubic(float x, float y, float x1, float y1, float x2, float y2) : SVGPathSeg() , m_x(x) , m_y(y) , m_x1(x1) , m_y1(y1) , m_x2(x2) , m_y2(y2) {} 48 void setX2(float x2) { m_x2 = x2; } 49 float x2() const { return m_x2; } function in class:WebCore::SVGPathSegCurvetoCubic 65 static PassRefPtr<SVGPathSegCurvetoCubicAbs> create(float x, float y, float x1, float y1, float x2, float y2) 67 return adoptRef(new SVGPathSegCurvetoCubicAbs(x, y, x1, y1, x2, y2)); 74 SVGPathSegCurvetoCubicAbs(float x, float y, float x1, float y1, float x2, float y2); 79 static PassRefPtr<SVGPathSegCurvetoCubicRel> create(float x, float y, float x1, float y1, float x2, float y2) 81 return adoptRef(new SVGPathSegCurvetoCubicRel(x, y, x1, y1, x2, y2)) [all...] |
SVGPathSegCurvetoCubicSmoothAbs.idl | 34 attribute float x2
|
SVGPathSegCurvetoCubicSmoothRel.idl | 34 attribute float x2
|
/external/webkit/SunSpider/tests/ubench/ |
function-excess-args.js | 1 function f(x0, x1, x2, x3, x4)
|
function-correct-args.js | 1 function f(x0, x1, x2, x3, x4, x5, x6, x7, x8, x9)
|
function-missing-args.js | 1 function f(x0, x1, x2, x3, x4, x5, x6, x7, x8, x9)
|
/external/webkit/WebCore/css/ |
CSSTimingFunctionValue.h | 36 static PassRefPtr<CSSTimingFunctionValue> create(double x1, double y1, double x2, double y2) 38 return adoptRef(new CSSTimingFunctionValue(x1, y1, x2, y2)); 45 double x2() const { return m_x2; } function in class:WebCore::CSSTimingFunctionValue 49 CSSTimingFunctionValue(double x1, double y1, double x2, double y2) 52 , m_x2(x2)
|
/frameworks/base/awt/java/awt/geom/ |
Line2D.java | 59 public float x2; field in class:Line2D.Float 80 * @param x2 85 public Float(float x1, float y1, float x2, float y2) { 86 setLine(x1, y1, x2, y2); 113 return x2; 128 return new Point2D.Float(x2, y2); 132 public void setLine(double x1, double y1, double x2, double y2) { 135 this.x2 = (float)x2; 146 * @param x2 199 public double x2; field in class:Line2D.Double 320 double x2; field in class:Line2D.Iterator [all...] |
/external/skia/src/animator/ |
SkDrawLine.cpp | 27 SK_MEMBER(x2, Float), 36 SkLine::SkLine() : x1(0), x2(0), y1(0), y2(0) { 41 maker.fCanvas->drawLine(x1, y1, x2, y2, *maker.fPaint);
|
/bootable/diskinstaller/ |
installer.h | 32 #define INSTALL_FLAG_ADDJOURNAL 0x2
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/TnetwServices/TNETW1130/ |
whalHwRegs.h | 53 #define ACX_CLK_CFG_ARM_80_MAC_40_MHZ 0x2
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/TnetwServices/TNETW1150/ |
whalHwRegs.h | 53 #define ACX_CLK_CFG_ARM_80_MAC_40_MHZ 0x2
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/TnetwServices/TNETW1251/ |
whalHwRegs.h | 53 #define ACX_CLK_CFG_ARM_80_MAC_40_MHZ 0x2
|
/external/stlport/stlport/ |
bitset | 42 # define _STLP_OUTERMOST_HEADER_ID 0x2 47 #if (_STLP_OUTERMOST_HEADER_ID == 0x2) 53 #if (_STLP_OUTERMOST_HEADER_ID != 0x2) || defined (_STLP_IMPORT_VENDOR_STD) 61 #if (_STLP_OUTERMOST_HEADER_ID == 0x2 )
|
/external/opencore/codecs_v2/video/m4v_h263/dec/src/ |
vlc_tab.cpp | 200 {0x2, 1, 1, 6}, {0x2, 1, 1, 6}, {0x1, 1, 1, 6}, {0x1, 1, 1, 6}, {0x9, 1, 0, 6}, {0x9, 1, 0, 6}, 214 {0x2, 1, 0, 4}, {0x2, 1, 0, 4}, {0x2, 1, 0, 4}, {0x2, 1, 0, 4}, {0x2, 1, 0, 4}, {0x2, 1, 0, 4}, 215 {0x2, 1, 0, 4}, {0x2, 1, 0, 4}, {0x0, 2, 0, 4}, {0x0, 2, 0, 4}, {0x0, 2, 0, 4}, {0x0, 2, 0, 4} [all...] |
idct_vca.cpp | 104 int32 x0, x1, x2, x4, x5; local 128 x2 = (181 * (x4 + x5) + 128) >> 8; 135 res2 = (x0 + x2) >> 14; 152 res = (x0 - x2) >> 14; 192 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local 205 x2 = blk[10]; 215 x6 = (W6 * x2 + 4) >> 3; 216 x2 = (W2 * x2 + 4) >> 3; 217 x8 = x0 - x2; 264 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local 301 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local 378 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local 458 int32 x0, x1, x2, x4, x5, temp; local 515 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8, temp; local 588 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8, temp; local [all...] |
/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/ |
vlc_tab.cpp | 200 {0x2, 1, 1, 6}, {0x2, 1, 1, 6}, {0x1, 1, 1, 6}, {0x1, 1, 1, 6}, {0x9, 1, 0, 6}, {0x9, 1, 0, 6}, 214 {0x2, 1, 0, 4}, {0x2, 1, 0, 4}, {0x2, 1, 0, 4}, {0x2, 1, 0, 4}, {0x2, 1, 0, 4}, {0x2, 1, 0, 4}, 215 {0x2, 1, 0, 4}, {0x2, 1, 0, 4}, {0x0, 2, 0, 4}, {0x0, 2, 0, 4}, {0x0, 2, 0, 4}, {0x0, 2, 0, 4} [all...] |
idct_vca.cpp | 99 int32 x0, x1, x2, x4, x5; local 123 x2 = (181 * (x4 + x5) + 128) >> 8; 130 res2 = (x0 + x2) >> 14; 147 res = (x0 - x2) >> 14; 187 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local 200 x2 = blk[10]; 210 x6 = (W6 * x2 + 4) >> 3; 211 x2 = (W2 * x2 + 4) >> 3; 212 x8 = x0 - x2; 259 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local 296 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local 373 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local 450 int32 x0, x1, x2, x4, x5, temp; local 507 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8, temp; local 580 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8, temp; local [all...] |
/external/webkit/WebCore/platform/graphics/ |
UnitBezier.h | 68 double x2; local 74 x2 = sampleCurveX(t2) - x; 75 if (fabs (x2) < epsilon) 80 t2 = t2 - x2 / d2; 94 x2 = sampleCurveX(t2); 95 if (fabs(x2 - x) < epsilon) 97 if (x > x2)
|
/bionic/libstdc++/src/ |
one_time_construction.cpp | 25 if (__atomic_cmpxchg(0, 0x2, gv) == 0) 28 __atomic_cmpxchg(0x2, 0x6, gv); // Indicate there is a waiter 39 if (__atomic_cmpxchg(0x2, 0x1, gv) == 0)
|