Home
last modified time | relevance | path

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

12345678910>>...21

/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/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/ceres-solver/examples/
Dmore_garbow_hillstrom.cc86 const T x2 = x[1]; variable
101 const T x2 = x[1]; variable
116 const T x2 = x[1]; variable
130 const T x2 = x[1]; variable
145 const T x2 = x[1]; variable
160 const T x2 = x[1]; variable
178 const T x2 = x[1]; variable
196 const T x2 = x[1]; variable
223 const T x2 = x[1]; variable
245 const T x2 = x[1]; variable
/external/ceres-solver/internal/ceres/
Dnumeric_diff_test_utils.cc46 const double* x2, in operator ()()
61 double x2[] = { 9.0, 9.0, 5.0, 5.0, 1.0 }; in ExpectCostFunctionEvaluationIsNearlyCorrect() local
91 const double* x2, in operator ()()
107 double x2[5]; in ExpectCostFunctionEvaluationIsNearlyCorrect() member
131 double *x2 = &(kTests[k].x2[0]); in ExpectCostFunctionEvaluationIsNearlyCorrect() local
Dproblem.cc75 double* x0, double* x1, double* x2) { in AddResidualBlock()
84 double* x0, double* x1, double* x2, double* x3) { in AddResidualBlock()
93 double* x0, double* x1, double* x2, double* x3, double* x4) { in AddResidualBlock()
102 double* x0, double* x1, double* x2, double* x3, double* x4, double* x5) { in AddResidualBlock()
111 double* x0, double* x1, double* x2, double* x3, double* x4, double* x5, in AddResidualBlock()
121 double* x0, double* x1, double* x2, double* x3, double* x4, double* x5, in AddResidualBlock()
131 double* x0, double* x1, double* x2, double* x3, double* x4, double* x5, in AddResidualBlock()
141 double* x0, double* x1, double* x2, double* x3, double* x4, double* x5, in AddResidualBlock()
/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGPathSegCurvetoCubicSmooth.h30 SVGPathSegCurvetoCubicSmooth(SVGPathElement* element, float x, float y, float x2, float y2) in SVGPathSegCurvetoCubicSmooth()
53 float x2() const { return m_x2; } in x2() function
54 void setX2(float x2) in setX2()
DSVGPathSegCurvetoCubic.h30 …SVGPathSegCurvetoCubic(SVGPathElement* element, float x, float y, float x1, float y1, float x2, fl… in SVGPathSegCurvetoCubic()
69 float x2() const { return m_x2; } in x2() function
70 void setX2(float x2) in setX2()
DSVGPathSegCurvetoCubicSmoothAbs.h32 …PathSegCurvetoCubicSmoothAbs> create(SVGPathElement* element, float x, float y, float x2, float y2) in create()
38 SVGPathSegCurvetoCubicSmoothAbs(SVGPathElement* element, float x, float y, float x2, float y2) in SVGPathSegCurvetoCubicSmoothAbs()
DSVGPathSegCurvetoCubicSmoothRel.h32 …PathSegCurvetoCubicSmoothRel> create(SVGPathElement* element, float x, float y, float x2, float y2) in create()
38 SVGPathSegCurvetoCubicSmoothRel(SVGPathElement* element, float x, float y, float x2, float y2) in SVGPathSegCurvetoCubicSmoothRel()
DSVGPathSegCurvetoCubicAbs.h32 …CubicAbs> create(SVGPathElement* element, float x, float y, float x1, float y1, float x2, float y2) in create()
38 …gCurvetoCubicAbs(SVGPathElement* element, float x, float y, float x1, float y1, float x2, float y2) in SVGPathSegCurvetoCubicAbs()
DSVGPathSegCurvetoCubicRel.h32 …CubicRel> create(SVGPathElement* element, float x, float y, float x1, float y1, float x2, float y2) in create()
38 …gCurvetoCubicRel(SVGPathElement* element, float x, float y, float x1, float y1, float x2, float y2) in SVGPathSegCurvetoCubicRel()
/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/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/libcxx/test/localization/locale.categories/category.collate/locale.collate/locale.collate.members/
Dhash.pass.cpp27 std::string x2("12345"); in main() local
34 std::wstring x2(L"12345"); in main() local
/external/libcxx/test/localization/locale.categories/category.collate/locale.collate.byname/
Dhash.pass.cpp29 std::string x2("12345"); in main() local
36 std::wstring x2(L"12345"); in main() local
/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
DShapeInterval.h50 ShapeInterval(T x1, T x2) in ShapeInterval()
59 T x2() const { return isUndefined() ? 0 : m_x2; } in x2() function
63 void set(T x1, T x2) in set()
/external/chromium_org/third_party/openmax_dl/dl/sp/src/test/
Dcompare.c48 double x2; in CompareComplex32() local
87 double x2; in CompareComplex16() local
123 double x2; in CompareReal32() local
146 double x2; in CompareReal16() local
173 double x2; in CompareComplexFloat() local
209 double x2; in CompareFloat() local
/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/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/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/chromium_org/third_party/WebKit/Source/core/css/
DCSSTimingFunctionValue.h37 …rWillBeRawPtr<CSSCubicBezierTimingFunctionValue> create(double x1, double y1, double x2, double y2) in create()
46 double x2() const { return m_x2; } in x2() function
54 CSSCubicBezierTimingFunctionValue(double x1, double y1, double x2, double y2) in CSSCubicBezierTimingFunctionValue()
/external/pdfium/core/src/fxge/agg/agg23/
Dagg_math.h26 FX_FLOAT x2, FX_FLOAT y2, in calc_point_location()
31 AGG_INLINE FX_FLOAT calc_distance(FX_FLOAT x1, FX_FLOAT y1, FX_FLOAT x2, FX_FLOAT y2) in calc_distance()
38 FX_FLOAT x2, FX_FLOAT y2, in calc_line_point_distance()
/external/clang/test/Analysis/
Dstack-addr-ps.cpp38 const int &x2 = x1; // expected-note {{binding reference variable 'x2' here}} in get_reference3() local
50 int &x2 = x1; // expected-note {{binding reference variable 'x2' here}} in f2() local
56 int *const &x2 = &x1; // expected-note {{binding reference variable 'x2' here}} in f3() local
62 const int &x2 = x1; // expected-note {{binding reference variable 'x2' here}} in f4() local
/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

12345678910>>...21