Searched refs:x1 (Results 1 - 25 of 487) sorted by relevance

1234567891011>>

/external/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/
H A Dmedian5.cpp120 int16 x1, x2, x3, x4, x5; local
123 x1 = x[-2];
131 if (x2 < x1)
133 tmp = x1;
134 x1 = x2;
137 if (x3 < x1)
139 tmp = x1;
140 x1 = x3;
143 if (x4 < x1)
145 tmp = x1;
[all...]
H A Dhighpass_400hz_at_12k8.cpp150 int16 y2_hi, y2_lo, y1_hi, y1_lo, x0, x1; local
159 x1 = mem[5];
171 x2 = x1;
172 x1 = x0;
175 L_tmp2 = fxp_mac_16by16(x1, -1830, L_tmp2);
197 mem[5] = x1;
/external/webkit/WebCore/svg/
H A DSVGPathSegCurvetoQuadratic.cpp28 SVGPathSegCurvetoQuadraticAbs::SVGPathSegCurvetoQuadraticAbs(float x, float y, float x1, float y1) argument
29 : SVGPathSegCurvetoQuadratic(x, y, x1, y1)
33 SVGPathSegCurvetoQuadraticRel::SVGPathSegCurvetoQuadraticRel(float x, float y, float x1, float y1) argument
34 : SVGPathSegCurvetoQuadratic(x, y, x1, y1)
H A DSVGPathSegCurvetoCubic.cpp28 SVGPathSegCurvetoCubicAbs::SVGPathSegCurvetoCubicAbs(float x, float y, float x1, float y1, float x2, float y2) argument
29 : SVGPathSegCurvetoCubic(x, y, x1, y1, x2, y2)
33 SVGPathSegCurvetoCubicRel::SVGPathSegCurvetoCubicRel(float x, float y, float x1, float y1, float x2, float y2) argument
34 : SVGPathSegCurvetoCubic(x, y, x1, y1, x2, y2)
H A DSVGPathSegCurvetoQuadratic.h32 SVGPathSegCurvetoQuadratic(float x, float y, float x1, float y1) argument
33 : SVGPathSeg(), m_x(x), m_y(y), m_x1(x1), m_y1(y1) {}
43 void setX1(float x1) { m_x1 = x1; } argument
44 float x1() const { return m_x1; } function in class:WebCore::SVGPathSegCurvetoQuadratic
58 static PassRefPtr<SVGPathSegCurvetoQuadraticAbs> create(float x, float y, float x1, float y1) { return adoptRef(new SVGPathSegCurvetoQuadraticAbs(x, y, x1, y1)); } argument
64 SVGPathSegCurvetoQuadraticAbs(float x, float y, float x1, float y1);
69 static PassRefPtr<SVGPathSegCurvetoQuadraticRel> create(float x, float y, float x1, float y1) { return adoptRef(new SVGPathSegCurvetoQuadraticRel(x, y, x1, y argument
[all...]
H A DSVGPathSegCurvetoCubic.h32 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) {} argument
42 void setX1(float x1) { m_x1 = x1; } argument
43 float x1() const { return m_x1; } function in class:WebCore::SVGPathSegCurvetoCubic
65 static PassRefPtr<SVGPathSegCurvetoCubicAbs> create(float x, float y, float x1, float y1, float x2, float y2) argument
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) argument
81 return adoptRef(new SVGPathSegCurvetoCubicRel(x, y, x1, y
[all...]
H A DSVGPathSegCurvetoQuadraticAbs.idl34 attribute float x1
H A DSVGPathSegCurvetoQuadraticRel.idl34 attribute float x1
H A DSVGPathSegCurvetoCubicAbs.idl34 attribute float x1
H A DSVGPathSegCurvetoCubicRel.idl34 attribute float x1
/external/kernel-headers/original/linux/netfilter/
H A Dxt_quota.h5 XT_QUOTA_INVERT = 0x1,
7 #define XT_QUOTA_MASK 0x1
H A Dxt_statistic.h12 XT_STATISTIC_INVERT = 0x1,
14 #define XT_STATISTIC_MASK 0x1
/external/webkit/SunSpider/tests/ubench/
H A Dfunction-excess-args.js1 function f(x0, x1, x2, x3, x4)
H A Dfunction-correct-args.js1 function f(x0, x1, x2, x3, x4, x5, x6, x7, x8, x9)
H A Dfunction-missing-args.js1 function f(x0, x1, x2, x3, x4, x5, x6, x7, x8, x9)
/external/opencore/codecs_v2/video/m4v_h263/dec/src/
H A Dvlc_tab.cpp200 {0x2, 1, 1, 6}, {0x2, 1, 1, 6}, {0x1, 1, 1, 6}, {0x1, 1, 1, 6}, {0x9, 1, 0, 6}, {0x9, 1, 0, 6},
202 {0x1, 2, 0, 6}, {0x1, 2, 0, 6}, {0x0, 3, 0, 6}, {0x0, 3, 0, 6}, {0x5, 1, 0, 5}, {0x5, 1, 0, 5},
211 {0x0, 1, 0, 2}, {0x0, 1, 0, 2}, {0x1, 1, 0, 3}, {0x1, 1, 0, 3}, {0x1, 1, 0, 3}, {0x1, 1, 0, 3},
212 {0x1, 1, 0, 3}, {0x1,
[all...]
H A Didct_vca.cpp104 int32 x0, x1, x2, x4, x5; local
129 x1 = (181 * (x4 - x5) + 128) >> 8;
138 res = (x0 + x1) >> 14;
149 res2 = (x0 - x1) >> 14;
165 int32 x0, x1, x3, x5, x7;//, x8; local
167 x1 = blk[8];
171 x7 = W7 * x1;
172 x1 = W1 * x1;
175 x5 = (181 * (x1
192 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
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...]
/external/skia/src/animator/
H A DSkDrawLine.cpp26 SK_MEMBER(x1, Float),
36 SkLine::SkLine() : x1(0), x2(0), y1(0), y2(0) {
41 maker.fCanvas->drawLine(x1, y1, x2, y2, *maker.fPaint);
/external/dropbear/libtommath/etc/
H A Dmersenne.c74 long x1, x2; local
78 x1 = x2;
79 x2 = x1 - ((x1 * x1) - x) / (2 * x1);
80 } while (x1 != x2);
82 if (x1 * x1 > x) {
83 --x1;
[all...]
/external/stlport/stlport/
H A Dalgorithm29 # define _STLP_OUTERMOST_HEADER_ID 0x1
34 #if (_STLP_OUTERMOST_HEADER_ID == 0x1)
45 #if (_STLP_OUTERMOST_HEADER_ID != 0x1) || defined (_STLP_IMPORT_VENDOR_STD)
53 #if (_STLP_OUTERMOST_HEADER_ID == 0x1 )
/external/webkit/WebCore/css/
H A DCSSTimingFunctionValue.h36 static PassRefPtr<CSSTimingFunctionValue> create(double x1, double y1, double x2, double y2) argument
38 return adoptRef(new CSSTimingFunctionValue(x1, y1, x2, y2));
43 double x1() const { return m_x1; } function in class:WebCore::CSSTimingFunctionValue
49 CSSTimingFunctionValue(double x1, double y1, double x2, double y2) argument
50 : m_x1(x1)
/external/v8/test/mjsunit/
H A Dtop-level-assignments.js61 var x1 = new Object(); class
63 x1.a = 7;
64 x1.b = function() { return 42; };
67 x1.c = 88;
68 x1.d = "A Man Called Horse";
72 assertEquals(7, x1.a);
73 assertEquals(42, x1.b());
74 assertEquals(88, x1.c);
75 assertEquals("A Man Called Horse", x1.d);
H A Dobj-construct.js39 var x1 = { };
/external/iproute2/include/linux/tc_act/
H A Dtc_skbedit.h27 #define SKBEDIT_F_PRIORITY 0x1
/external/skia/src/svg/
H A DSkSVGLine.cpp22 SVG_ATTRIBUTE(x1),
33 SVG_ADD_ATTRIBUTE(x1);

Completed in 158 milliseconds

1234567891011>>