HomeSort by relevance Sort by last modified time
    Searched refs:x1 (Results 76 - 100 of 1509) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/clang/test/CXX/temp/temp.res/temp.local/
p1.cpp 17 template <int N1, const int& N2, const int* N3> struct X1 {
18 X1();
19 ~X1();
20 X1 f(const X1& x1a) { X1 x1b(x1a); return x1b; }
31 X1<42, i, &i> x1; (void)x1; local
  /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/PerformanceTests/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)
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
armVCM4P2_Clip8_s.s 35 x1 RN 4 label
48 LDMIA pSrc!,{x0, x1}
52 USAT16 x1, #8, x1 ;// clip two samples to [0,255]
56 STRB x1, [pDst,#2]
57 MOV x1, x1, LSR #16
58 STRB x1, [pDst,#3]
  /ndk/sources/cxx-stl/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 )
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/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 )
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/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 )
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
connector.h 33 #define CN_IDX_PROC 0x1
34 #define CN_VAL_PROC 0x1
36 #define CN_VAL_CIFS 0x1
38 #define CN_W1_VAL 0x1
40 #define CN_VAL_V86D_UVESAFB 0x1
if_plip.h 25 #define PLIP_GET_TIMEOUT 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...]
  /external/webkit/Source/WebCore/svg/
SVGPathSegCurvetoCubic.h 31 SVGPathSegCurvetoCubic(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, float y1, float x2, float y2)
35 , m_x1(x1)
56 float x1() const { return m_x1; } function in class:WebCore::SVGPathSegCurvetoCubic
57 void setX1(float x1)
59 m_x1 = x1;
95 static PassRefPtr<SVGPathSegCurvetoCubicAbs> create(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, float y1, float x2, float y2)
97 return adoptRef(new SVGPathSegCurvetoCubicAbs(element, role, x, y, x1, y1, x2, y2));
101 SVGPathSegCurvetoCubicAbs(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, float y1, float x2, float y2)
102 : SVGPathSegCurvetoCubic(element, role, x, y, x1, y1, x2, y2)
112 static PassRefPtr<SVGPathSegCurvetoCubicRel> create(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, float y1, float x2, float y2
    [all...]
  /external/skia/src/utils/
SkCubicInterval.cpp 42 SkScalar SkEvalCubicInterval(SkScalar x1, SkScalar y1,
45 x1 = SkScalarPin(x1, 0, SK_Scalar1);
50 x1 *= 3;
54 SkScalar t = find_cubic_t(x1, x2 - 2*x1, x1 - x2 + SK_Scalar1, unitX);
  /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));
  /frameworks/compile/libbcc/runtime/lib/ppc/
floatunditf.c 15 static const double twop52 = 0x1.0p52;
16 static const double twop84 = 0x1.0p84;
17 static const double twop84_plus_twop52 = 0x1.00000001p84;
22 high.x |= a >> 32; /* 0x1.0p84 + high 32 bits of a */
23 low.x |= a & UINT64_C(0x00000000ffffffff); /* 0x1.0p52 + low 32 bits of a */
  /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jquery/
jquery.flot.dashes.js 69 var x1 = points[i - ps],
74 if (x1 == null || x2 == null) continue;
80 x1 = (axisy.min - y1) / (y2 - y1) * (x2 - x1) + x1;
84 x2 = (axisy.min - y1) / (y2 - y1) * (x2 - x1) + x1;
91 x1 = (axisy.max - y1) / (y2 - y1) * (x2 - x1) + x1;
    [all...]
  /external/chromium/chrome/browser/ui/views/
theme_helpers.h 21 // created to calculate the two colors. x1 and x2 are the two pixel positions
23 void GetRebarGradientColors(int width, int x1, int x2,
  /external/clang/test/CXX/temp/temp.param/
p15.cpp 5 X<X<int> > *x1; variable
  /external/clang/test/CodeGenCXX/
anonymous-union-member-initializer.cpp 36 X x1; local
39 x1.l = 1;
42 X x2(x1);
46 x3 = x1;
  /external/iptables/include/linux/netfilter/
xt_CT.h 4 #define XT_CT_NOTRACK 0x1
  /external/skia/src/animator/
SkDrawLine.h 29 SkScalar x1; member in class:SkLine
  /frameworks/base/telephony/java/com/android/internal/telephony/
WapPushManagerParams.java 37 public static final int MESSAGE_HANDLED = 0x1;
  /frameworks/compile/libbcc/runtime/test/Unit/
fixsfdi_test.c 73 if (test__fixsfdi(0x1.FFFFFEp+62F, 0x7FFFFF8000000000LL))
75 if (test__fixsfdi(0x1.FFFFFCp+62F, 0x7FFFFF0000000000LL))
78 if (test__fixsfdi(-0x1.FFFFFEp+62F, 0x8000008000000000LL))
80 if (test__fixsfdi(-0x1.FFFFFCp+62F, 0x8000010000000000LL))
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter/
xt_NFLOG.h 4 #define XT_NFLOG_DEFAULT_GROUP 0x1

Completed in 851 milliseconds

1 2 34 5 6 7 8 91011>>