HomeSort by relevance Sort by last modified time
    Searched refs:x1 (Results 26 - 50 of 966) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/webkit/WebCore/svg/
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) {}
42 void setX1(float x1) { m_x1 = x1; }
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)
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...]
SVGPathSegCurvetoQuadraticAbs.idl 34 attribute float x1
SVGPathSegCurvetoQuadraticRel.idl 34 attribute float x1
SVGPathSegCurvetoCubicAbs.idl 34 attribute float x1
SVGPathSegCurvetoCubicRel.idl 34 attribute float x1
  /external/stlport/stlport/
algorithm 29 # 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/SunSpider/tests/ubench/
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)
  /bionic/libm/bsdsrc/
b_exp.c 79 const static double p1 = 0x1.555555555553ep-3;
80 const static double p2 = -0x1.6c16c16bebd93p-9;
81 const static double p3 = 0x1.1566aaf25de2cp-14;
82 const static double p4 = -0x1.bbd41c5d26bf1p-20;
83 const static double p5 = 0x1.6376972bea4d0p-25;
84 const static double ln2hi = 0x1.62e42fee00000p-1;
85 const static double ln2lo = 0x1.a39ef35793c76p-33;
86 const static double lnhuge = 0x1.6602b15b7ecf2p9;
87 const static double lntiny = -0x1.77af8ebeae354p9;
88 const static double invln2 = 0x1.71547652b82fep0
    [all...]
  /frameworks/base/awt/java/awt/geom/
Line2D.java 49 public float x1; field in class:Line2D.Float
76 * @param x1
85 public Float(float x1, float y1, float x2, float y2) {
86 setLine(x1, y1, x2, y2);
103 return x1;
123 return new Point2D.Float(x1, y1);
132 public void setLine(double x1, double y1, double x2, double y2) {
133 this.x1 = (float)x1;
142 * @param x1
189 public double x1; field in class:Line2D.Double
310 double x1; field in class:Line2D.Iterator
    [all...]
  /external/opencore/codecs_v2/video/m4v_h263/dec/src/
idct_vca.cpp 104 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 - x7) + 128) >> 8
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...]
  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
idct_vca.cpp 99 int32 x0, x1, x2, x4, x5; local
124 x1 = (181 * (x4 - x5) + 128) >> 8;
133 res = (x0 + x1) >> 14;
144 res2 = (x0 - x1) >> 14;
160 int32 x0, x1, x3, x5, x7;//, x8; local
162 x1 = blk[8];
166 x7 = W7 * x1;
167 x1 = W1 * x1;
170 x5 = (181 * (x1 - x7) + 128) >> 8
187 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
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/iproute2/include/linux/tc_act/
tc_skbedit.h 27 #define SKBEDIT_F_PRIORITY 0x1
  /external/skia/src/animator/
SkDrawLine.h 29 SkScalar x1; member in class:SkLine
  /bionic/libc/kernel/common/linux/netfilter/
xt_statistic.h 23 XT_STATISTIC_INVERT = 0x1,
25 #define XT_STATISTIC_MASK 0x1
  /external/kernel-headers/original/linux/netfilter/
xt_statistic.h 12 XT_STATISTIC_INVERT = 0x1,
14 #define XT_STATISTIC_MASK 0x1
  /external/skia/src/svg/
SkSVGLine.cpp 22 SVG_ATTRIBUTE(x1),
33 SVG_ADD_ATTRIBUTE(x1);
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/netfilter/
xt_statistic.h 23 XT_STATISTIC_INVERT = 0x1,
25 #define XT_STATISTIC_MASK 0x1
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/netfilter/
xt_statistic.h 23 XT_STATISTIC_INVERT = 0x1,
25 #define XT_STATISTIC_MASK 0x1
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/netfilter/
xt_statistic.h 23 XT_STATISTIC_INVERT = 0x1,
25 #define XT_STATISTIC_MASK 0x1
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/netfilter/
xt_statistic.h 23 XT_STATISTIC_INVERT = 0x1,
25 #define XT_STATISTIC_MASK 0x1
  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/netfilter/
xt_statistic.h 23 XT_STATISTIC_INVERT = 0x1,
25 #define XT_STATISTIC_MASK 0x1
  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/netfilter/
xt_statistic.h 23 XT_STATISTIC_INVERT = 0x1,
25 #define XT_STATISTIC_MASK 0x1
  /external/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/
highpass_400hz_at_12k8.cpp 150 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;
highpass_50hz_at_12k8.cpp 152 int16 y2_hi, y2_lo, y1_hi, y1_lo, x0, x1; local
162 x1 = mem[5];
176 x2 = x1;
177 x1 = x0;
180 L_tmp2 = fxp_mac_16by16(x1, -16212, L_tmp2);
202 mem[5] = x1;

Completed in 508 milliseconds

12 3 4 5 6 7 8 91011>>