Home
last modified time | relevance | path

Searched defs:x2 (Results 1 – 25 of 266) sorted by relevance

1234567891011

/external/clang/test/CXX/special/class.copy/
Dp33-0x.cpp11 X x2; in return_by_move() local
21 X x2; in throw_move_only() local
36 X x2; in f() local
48 T x2; in f2() local
/external/webkit/Source/WebCore/svg/
DSVGPathSegCurvetoCubicSmooth.h31 …vetoCubicSmooth(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x2, float y2) in SVGPathSegCurvetoCubicSmooth()
54 float x2() const { return m_x2; } in x2() function
55 void setX2(float x2) in setX2()
77 …oothAbs> create(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x2, float y2) in create()
83 …oCubicSmoothAbs(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x2, float y2) in SVGPathSegCurvetoCubicSmoothAbs()
94 …oothRel> create(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x2, float y2) in create()
100 …oCubicSmoothRel(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x2, float y2) in SVGPathSegCurvetoCubicSmoothRel()
DSVGPathSegCurvetoCubic.h31 …athElement* element, SVGPathSegRole role, float x, float y, float x1, float y1, float x2, float y2) in SVGPathSegCurvetoCubic()
70 float x2() const { return m_x2; } in x2() function
71 void setX2(float x2) in setX2()
95 …athElement* element, SVGPathSegRole role, float x, float y, float x1, float y1, float x2, float y2) in create()
101 …athElement* element, SVGPathSegRole role, float x, float y, float x1, float y1, float x2, float y2) in SVGPathSegCurvetoCubicAbs()
112 …athElement* element, SVGPathSegRole role, float x, float y, float x1, float y1, float x2, float y2) in create()
118 …athElement* element, SVGPathSegRole role, float x, float y, float x1, float y1, float x2, float y2) in SVGPathSegCurvetoCubicRel()
/external/libnfc-nci/src/gki/ulinux/
Ddata_types.h63 #define BCM_STRCAT_S(x1,x2,x3) strcat((x1),(x3)) argument
64 #define BCM_STRNCAT_S(x1,x2,x3,x4) strncat((x1),(x3),(x4)) argument
65 #define BCM_STRCPY_S(x1,x2,x3) strcpy((x1),(x3)) argument
66 #define BCM_STRNCPY_S(x1,x2,x3,x4) strncpy((x1),(x3),(x4)) argument
67 #define BCM_SPRINTF_S(x1,x2,x3,x4) sprintf((x1),(x3),(x4)) argument
68 #define BCM_VSPRINTF_S(x1,x2,x3,x4) vsprintf((x1),(x3),(x4)) argument
/external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
Ddata_types.h63 #define BCM_STRCAT_S(x1,x2,x3) strcat((x1),(x3)) argument
64 #define BCM_STRNCAT_S(x1,x2,x3,x4) strncat((x1),(x3),(x4)) argument
65 #define BCM_STRCPY_S(x1,x2,x3) strcpy((x1),(x3)) argument
66 #define BCM_STRNCPY_S(x1,x2,x3,x4) strncpy((x1),(x3),(x4)) argument
67 #define BCM_SPRINTF_S(x1,x2,x3,x4) sprintf((x1),(x3),(x4)) argument
68 #define BCM_VSPRINTF_S(x1,x2,x3,x4) vsprintf((x1),(x3),(x4)) argument
/external/clang/test/SemaCXX/
Ddirect-initializer.cpp4 int (x2)(1); variable
8 int (x2)(1); in f() local
30 X x2(1.0, 3, 4.2); in g() local
/external/clang/test/CodeGen/
Dregparm-struct.c21 int x2; member
38 int x2; member
56 int x2; member
85 int x2; member
96 int x2; member
108 float x2; member
119 float x2; member
141 double x2; member
152 float x2; member
/external/bluetooth/bluedroid/gki/ulinux/
Ddata_types.h63 #define BCM_STRCAT_S(x1,x2,x3) strcat((x1),(x3)) argument
64 #define BCM_STRNCAT_S(x1,x2,x3,x4) strncat((x1),(x3),(x4)) argument
65 #define BCM_STRCPY_S(x1,x2,x3) strcpy((x1),(x3)) argument
66 #define BCM_STRNCPY_S(x1,x2,x3,x4) strncpy((x1),(x3),(x4)) argument
/external/clang/test/Analysis/
Dstack-addr-ps.cpp34 const int &x2 = x1; // expected-note {{binding reference variable 'x2' here}} in get_reference3() local
46 int &x2 = x1; // expected-note {{binding reference variable 'x2' here}} in f2() local
52 int *const &x2 = &x1; // expected-note {{binding reference variable 'x2' here}} in f3() local
58 const int &x2 = x1; // expected-note {{binding reference variable 'x2' here}} in f4() local
/external/clang/test/CXX/class/class.local/
Dp1-0x.cpp7 …int& x2 = x; // expected-error{{reference to local variable 'x' declared in enclosing function 'f'… in f() member
13 …int& x2 = x; // expected-error{{reference to local variable 'x' declared in enclosing lambda expre… in f() member
/external/guava/guava-tests/test/com/google/common/math/
DBigIntegerMathTest.java124 BigInteger x2 = x.pow(2); in testLog2HalfUp() local
135 BigInteger x2 = x.pow(2); in testLog2HalfDown() local
211 BigInteger x2 = x.pow(2); in testLog10HalfUp() local
222 BigInteger x2 = x.pow(2); in testLog10HalfDown() local
/external/ceres-solver/examples/
Dpowell.cc61 const T* const x2, in operator ()()
82 template <typename T> bool operator()(const T* const x2, in operator ()()
107 double x2 = -1.0; in main() local
/external/ceres-solver/internal/ceres/
Dproblem.cc76 double* x0, double* x1, double* x2) { in AddResidualBlock()
85 double* x0, double* x1, double* x2, double* x3) { in AddResidualBlock()
94 double* x0, double* x1, double* x2, double* x3, double* x4) { in AddResidualBlock()
103 double* x0, double* x1, double* x2, double* x3, double* x4, double* x5) { in AddResidualBlock()
112 double* x0, double* x1, double* x2, double* x3, double* x4, double* x5, in AddResidualBlock()
122 double* x0, double* x1, double* x2, double* x3, double* x4, double* x5, in AddResidualBlock()
132 double* x0, double* x1, double* x2, double* x3, double* x4, double* x5, in AddResidualBlock()
142 double* x0, double* x1, double* x2, double* x3, double* x4, double* x5, in AddResidualBlock()
Dproblem_impl.cc257 double* x0, double* x1, double* x2) { in AddResidualBlock()
268 double* x0, double* x1, double* x2, double* x3) { in AddResidualBlock()
280 double* x0, double* x1, double* x2, double* x3, double* x4) { in AddResidualBlock()
293 double* x0, double* x1, double* x2, double* x3, double* x4, double* x5) { in AddResidualBlock()
307 double* x0, double* x1, double* x2, double* x3, double* x4, double* x5, in AddResidualBlock()
323 double* x0, double* x1, double* x2, double* x3, double* x4, double* x5, in AddResidualBlock()
340 double* x0, double* x1, double* x2, double* x3, double* x4, double* x5, in AddResidualBlock()
358 double* x0, double* x1, double* x2, double* x3, double* x4, double* x5, in AddResidualBlock()
/external/qemu/android/skin/
Dargb.h81 #define ARGB_DECL2(x1,x2) mmx_t x1, x2 argument
86 #define ARGB_SUM(x1,x2,x3) x1 = _mm_add_pi32(x2, x3) argument
94 #define ARGB_INTERP255(x1,x2,x3,alpha) \ argument
97 #define ARGB_ADDW_11(x1,x2,x3) \ argument
100 #define ARGB_ADDW_31(x1,x2,x3) \ argument
107 #define ARGB_ADDW_13(x1,x2,x3) \ argument
114 #define ARGB_SHR(x1,x2,s) \ argument
118 #define ARGB_MULSHIFT(x1,x2,v,s) \ argument
134 #define ARGB_DECL2(x1,x2) argb_t x1##_ag, x1##_rb, x2##_ag, x2##_rb argument
147 #define ARGB_SUM(x1,x2,x3) \ argument
[all …]
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
Dp16.cpp28 …int &x2 = a; // expected-error{{binding of reference to type 'int' to a value of type 'const int'… in test_capture() local
36 …int &x2 = a; // expected-error{{binding of reference to type 'int' to a value of type 'const int'… in test_capture() local
/external/webkit/Source/WebCore/css/
DCSSTimingFunctionValue.h69 …static PassRefPtr<CSSCubicBezierTimingFunctionValue> create(double x1, double y1, double x2, doubl… in create()
76 double x2() const { return m_x2; } in x2() function
80 CSSCubicBezierTimingFunctionValue(double x1, double y1, double x2, double y2) in CSSCubicBezierTimingFunctionValue()
/external/clang/test/ASTMerge/Inputs/
Dvar1.h1 double x2; variable
Dtypedef2.c4 Typedef2 x2; variable
Dtypedef1.c4 Typedef2 x2; variable
/external/clang/test/PCH/
Dcmdline-include2.h1 enum { x2 }; enumerator
/external/clang/test/CodeGenCXX/
Dpragma-visibility.cpp12 struct __attribute((visibility("default"))) x2 { struct
15 int x2::y = 10; argument
/external/clang/test/CXX/temp/temp.param/
Dp15.cpp6 X<X<int>> *x2; // expected-error{{a space is required between consecutive right angle brackets (use… variable
/external/compiler-rt/lib/
Dpopcountdi2.c22 du_int x2 = (du_int)a; in __popcountdi2() local
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.string/
Dp1.cpp7 char x2[] = "hello"; variable

1234567891011