Home
last modified time | relevance | path

Searched defs:x1 (Results 1 – 25 of 506) sorted by relevance

12345678910>>...21

/external/clang/test/CodeGen/
Dregparm-struct.c10 int x1; member
20 int x1; member
37 int x1; member
55 int x1; member
74 float x1; member
84 float x1; member
95 float x1; member
107 float x1; member
118 float x1; member
130 double x1; member
[all …]
/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/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/ceres-solver/internal/ceres/
Dnumeric_diff_test_utils.cc45 bool EasyFunctor::operator()(const double* x1, in operator ()()
60 double x1[] = { 1.0, 2.0, 3.0, 4.0, 5.0 }; in ExpectCostFunctionEvaluationIsNearlyCorrect() local
90 bool TranscendentalFunctor::operator()(const double* x1, in operator ()()
106 double x1[5]; in ExpectCostFunctionEvaluationIsNearlyCorrect() member
130 double *x1 = &(kTests[k].x1[0]); in ExpectCostFunctionEvaluationIsNearlyCorrect() local
Dproblem.cc66 double* x0, double* x1) { in AddResidualBlock()
75 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()
Druntime_numeric_diff_cost_function_test.cc93 double x1[] = { 1.0, 2.0, 3.0, 4.0, 5.0 }; in TEST() local
166 double x1[5]; in TEST() member
189 double *x1 = &(kTests[k].x1[0]); in TEST() local
/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGPathSegCurvetoQuadratic.h30 …urvetoQuadratic(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, float y1) in SVGPathSegCurvetoQuadratic()
53 float x1() const { return m_x1; } in x1() function
54 void setX1(float x1) in setX1()
DSVGPathSegCurvetoCubic.h30 …SVGPathSegCurvetoCubic(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, f… in SVGPathSegCurvetoCubic()
55 float x1() const { return m_x1; } in x1() function
56 void setX1(float x1) in setX1()
DSVGPathSegCurvetoQuadraticAbs.h31 …aticAbs> create(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, float y1) in create()
37 …etoQuadraticAbs(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, float y1) in SVGPathSegCurvetoQuadraticAbs()
DSVGPathSegCurvetoQuadraticRel.h31 …aticRel> create(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, float y1) in create()
37 …etoQuadraticRel(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, float y1) in SVGPathSegCurvetoQuadraticRel()
DSVGPathSegCurvetoCubicAbs.h31 … create(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, float y1, float … in create()
37 …ubicAbs(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, float y1, float … in SVGPathSegCurvetoCubicAbs()
DSVGPathSegCurvetoCubicRel.h31 … create(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, float y1, float … in create()
37 …ubicRel(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, float y1, float … in SVGPathSegCurvetoCubicRel()
/external/bluetooth/bluedroid/gki/ulinux/
Ddata_types.h65 #define BCM_STRCAT_S(x1,x2,x3) strcat((x1),(x3)) argument
66 #define BCM_STRNCAT_S(x1,x2,x3,x4) strncat((x1),(x3),(x4)) argument
67 #define BCM_STRCPY_S(x1,x2,x3) strcpy((x1),(x3)) argument
68 #define BCM_STRNCPY_S(x1,x2,x3,x4) strncpy((x1),(x3),(x4)) argument
/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/chromium_org/third_party/WebKit/Source/core/css/
DCSSTimingFunctionValue.h36 …static PassRefPtr<CSSCubicBezierTimingFunctionValue> create(double x1, double y1, double x2, doubl… in create()
43 double x1() const { return m_x1; } in x1() function
51 CSSCubicBezierTimingFunctionValue(double x1, double y1, double x2, double y2) in CSSCubicBezierTimingFunctionValue()
/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
DShapeInterval.h42 : m_x1(x1) in m_x1() argument
48 T x1() const { return m_x1; } in x1() function
53 void setX1(T x1) in setX1()
65 void set(T x1, T x2) in set()
/external/chromium_org/cc/animation/
Dtiming_function.cc18 static double eval_bezier(double x1, double x2, double t) { in eval_bezier()
27 static double bezier_interp(double x1, in bezier_interp()
75 double x1, double y1, double x2, double y2) { in Create()
79 CubicBezierTimingFunction::CubicBezierTimingFunction(double x1, in CubicBezierTimingFunction()
/external/clang/test/Analysis/
Dstack-addr-ps.cpp37 const int &x1 = get_value(); // expected-note {{binding reference variable 'x1' here}} in get_reference3() local
49 int x1; in f2() local
55 int x1; in f3() local
61 const int &x1 = get_value(); // expected-note {{binding reference variable 'x1' here}} in f4() local
/external/opencv/cv/src/
Dcvpyramids.cpp53 #define PD_FILTER( x0, x1, x2, x3, x4 ) ((x2)*6+((x1)+(x3))*4+(x0)+(x4)) argument
62 #define PD_LT(x0,x1,x2) ((x0)*6 + (x1)*8 + (x2)*2) argument
67 #define PD_RB(x0,x1,x2,x3) ((x0) + ((x1) + (x3))*4 + (x2)*7) argument
72 #define PD_SINGULAR(x0,x1) (((x0) + (x1))*8) argument
234 #define PU_FILTER( x0, x1, x2 ) ((x1)*6 + (x0) + (x2)) argument
239 #define PU_FILTER_ZI( x0, x1 ) (((x0) + (x1))*4) argument
248 #define PU_LT( x0, x1 ) ((x0)*6 + (x1)*2) argument
252 #define PU_LT_ZI( x0, x1 ) PU_FILTER_ZI((x0),(x1)) argument
257 #define PU_RB( x0, x1 ) ((x0) + (x1)*7) argument
/external/clang/test/SemaTemplate/
Dextern-templates.cpp56 void g_X1(X1<void*> x1, void *ptr) { in g_X1()
62 void g_X1_2(X1<const void *> x1, const void *ptr) { in g_X1_2()
/external/clang/test/PCH/
Dcmdline-include1.h1 enum { x1 }; enumerator
/external/clang/test/ASTMerge/Inputs/
Dtypedef1.c3 Typedef1 x1; variable
Dtypedef2.c3 Typedef1 x1; variable
/external/clang/test/CXX/temp/temp.param/
Dp15.cpp5 X<X<int> > *x1; variable
/external/chromium_org/third_party/skia/src/core/
DSkBitmapProcState_sample.h115 SRCTYPE x1 = srcAddr[UNPACK_SECONDARY_SHORT(xx0)]; in MAKENAME() local
166 unsigned x1 = XX & 0x3FFF; in MAKENAME() local
206 unsigned x1 = data & 0x3FFF; in MAKENAME() local

12345678910>>...21