HomeSort by relevance Sort by last modified time
    Searched refs:x1 (Results 26 - 50 of 982) 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)
  /ndk/sources/android/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 )
  /bionic/libm/bsdsrc/
b_exp.c 79 static const double p1 = 0x1.555555555553ep-3;
80 static const double p2 = -0x1.6c16c16bebd93p-9;
81 static const double p3 = 0x1.1566aaf25de2cp-14;
82 static const double p4 = -0x1.bbd41c5d26bf1p-20;
83 static const double p5 = 0x1.6376972bea4d0p-25;
84 static const double ln2hi = 0x1.62e42fee00000p-1;
85 static const double ln2lo = 0x1.a39ef35793c76p-33;
86 static const double lnhuge = 0x1.6602b15b7ecf2p9;
87 static const double lntiny = -0x1.77af8ebeae354p9;
88 static const double invln2 = 0x1.71547652b82fep0
    [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...]
  /libcore/luni/src/test/java/libcore/java/math/
OldBigDecimalScaleOperationsTest.java 83 BigDecimal x1 = new BigDecimal(1.23400); local
84 BigDecimal x2 = x1.setScale(75);
86 assertEquals(0, x1.compareTo(x2));
87 assertEquals(0, x2.compareTo(x1));
89 x1.precision();
91 assertEquals(0, x1.compareTo(x2));
92 assertEquals(0, x2.compareTo(x1));
96 assertEquals(0, x1.compareTo(x2));
97 assertEquals(0, x2.compareTo(x1));
  /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
  /development/ndk/platforms/android-3/include/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);
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/netfilter/
xt_statistic.h 23 XT_STATISTIC_INVERT = 0x1,
25 #define XT_STATISTIC_MASK 0x1
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/netfilter/
xt_statistic.h 23 XT_STATISTIC_INVERT = 0x1,
25 #define XT_STATISTIC_MASK 0x1
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/netfilter/
xt_statistic.h 23 XT_STATISTIC_INVERT = 0x1,
25 #define XT_STATISTIC_MASK 0x1
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/netfilter/
xt_statistic.h 23 XT_STATISTIC_INVERT = 0x1,
25 #define XT_STATISTIC_MASK 0x1
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/netfilter/
xt_statistic.h 23 XT_STATISTIC_INVERT = 0x1,
25 #define XT_STATISTIC_MASK 0x1
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/netfilter/
xt_statistic.h 23 XT_STATISTIC_INVERT = 0x1,
25 #define XT_STATISTIC_MASK 0x1
  /external/libgsm/src/
gsm_print.c 38 bc[0] = (*c++ & 0x1) << 1;
39 bc[0] |= (*c >> 7) & 0x1;
42 xmaxc[0] |= (*c >> 7) & 0x1;
45 xmc[2] = (*c++ & 0x1) << 2;
52 xmc[7] |= (*c >> 7) & 0x1;
55 xmc[10] = (*c++ & 0x1) << 2;
61 bc[1] = (*c++ & 0x1) << 1;
62 bc[1] |= (*c >> 7) & 0x1;
65 xmaxc[1] |= (*c >> 7) & 0x1;
68 xmc[15] = (*c++ & 0x1) << 2
    [all...]

Completed in 307 milliseconds

12 3 4 5 6 7 8 91011>>