Home
last modified time | relevance | path

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

12345678910>>...23

/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/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/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()
/external/libcxx/test/std/localization/locale.categories/category.collate/locale.collate.byname/
Dhash.pass.cpp28 std::string x1("1234"); in main() local
35 std::wstring x1(L"1234"); in main() local
/external/libcxx/test/std/localization/locale.categories/category.collate/locale.collate/locale.collate.members/
Dhash.pass.cpp26 std::string x1("1234"); in main() local
33 std::wstring x1(L"1234"); in main() local
/external/libvncserver/examples/
Dzippy.c49 void blank_framebuffer(char* frame_buffer, int x1, int y1, int x2, int y2) in blank_framebuffer()
55 void draw_primary_colors (char* frame_buffer, int x1, int y1, int x2, int y2) in draw_primary_colors()
81 void draw_primary_colours_generic(rfbScreenInfoPtr s,int x1,int y1,int x2,int y2) in draw_primary_colours_generic()
95 void draw_primary_colours_generic_fast(rfbScreenInfoPtr s,int x1,int y1,int x2,int y2) in draw_primary_colours_generic_fast()
113 static void draw_primary_colours_generic_ultrafast(rfbScreenInfoPtr s,int x1,int y1,int x2,int y2) in draw_primary_colours_generic_ultrafast()
/external/libgdx/gdx/src/com/badlogic/gdx/math/
DGeometryUtils.java98 static public boolean colinear (float x1, float y1, float x2, float y2, float x3, float y3) { in colinear()
105 …static public Vector2 triangleCentroid (float x1, float y1, float x2, float y2, float x3, float y3… in triangleCentroid()
112 …static public Vector2 triangleCircumcenter (float x1, float y1, float x2, float y2, float x3, floa… in triangleCircumcenter()
125 static public float triangleArea (float x1, float y1, float x2, float y2, float x3, float y3) { in triangleArea()
129 …static public Vector2 quadrilateralCentroid (float x1, float y1, float x2, float y2, float x3, flo… in quadrilateralCentroid()
150 float x1 = polygon[i + 2]; in polygonCentroid() local
160 float x1 = polygon[offset]; in polygonCentroid() local
182 int x1 = i; in polygonArea() 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/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/ceres-solver/examples/
Dlibmv_homography.cc111 const Eigen::Matrix<T, 2, 1> &x1, in SymmetricGeometricDistanceTerms()
136 const Vec2 &x1, in SymmetricGeometricDistance()
198 const Mat &x1, in Homography2DFromCorrespondencesLinearEuc()
281 TerminationCheckingCallback(const Mat &x1, const Mat &x2, in TerminationCheckingCallback()
317 const Mat &x1, in EstimateHomography2DFromCorrespondences()
377 Mat x1(2, 100); in main() local
/external/apache-commons-math/src/main/java/org/apache/commons/math/distribution/
DAbstractIntegerDistribution.java87 public double cumulativeProbability(double x0, double x1) in cumulativeProbability()
145 public double cumulativeProbability(int x0, int x1) throws MathException { in cumulativeProbability()
173 int x1 = getDomainUpperBound(p); in inverseCumulativeProbability() local
/external/pdfium/third_party/agg23/
Dagg_math.h25 AGG_INLINE FX_FLOAT calc_point_location(FX_FLOAT x1, FX_FLOAT y1, 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()
37 AGG_INLINE FX_FLOAT calc_line_point_distance(FX_FLOAT x1, FX_FLOAT y1, in calc_line_point_distance()
Dagg_curves.cpp30 void curve4_div::init(FX_FLOAT x1, FX_FLOAT y1, in init()
41 void curve4_div::recursive_bezier(FX_FLOAT x1, FX_FLOAT y1, in recursive_bezier()
102 void curve4_div::bezier(FX_FLOAT x1, FX_FLOAT y1, in bezier()
/external/lzma/CPP/Windows/
DFileName.h57 #define IF_USE_MAIN_PATH_2(x1, x2) \ argument
65 #define IF_USE_MAIN_PATH_2(x1, x2) argument
/external/skia/src/core/
DSkBitmapProcState_sample.h98 SRCTYPE x1 = srcAddr[UNPACK_SECONDARY_SHORT(xx0)]; in MAKENAME() local
149 unsigned x1 = XX & 0x3FFF; in MAKENAME() local
189 unsigned x1 = data & 0x3FFF; in MAKENAME() local
/external/libcxx/test/std/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op=/
Dlv_value.pass.cpp26 typename C::value_type x1, typename C::value_type x2, in test()
39 typename C::value_type x1, typename C::value_type x2, in insert3at()
Drv_value.pass.cpp29 typename C::value_type x1, typename C::value_type x2, in test()
42 typename C::value_type x1, typename C::value_type x2, in insert3at()
/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/libvncserver/libvncserver/
Dfont.c50 int x1,int y1,int x2,int y2, in rfbDrawCharWithClip()
106 int x1,int y1,int x2,int y2, in rfbDrawStringWithClip()
131 void rfbFontBBox(rfbFontDataPtr font,unsigned char c,int* x1,int* y1,int* x2,int* y2) in rfbFontBBox()
144 int *x1, int *y1, int *x2, int *y2) in rfbWholeFontBBox()
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/particles/values/
DMeshSpawnShapeValue.java18 float x1, y1, z1, field in MeshSpawnShapeValue.Triangle
21 public Triangle( float x1, float y1, float z1, in Triangle()
29 public static Vector3 pick(float x1, float y1, float z1, in pick()
/external/clang/test/CoverageMapping/
Dcomment-in-macro.c3 #define x1 "" // ... macro
/external/clang/test/CXX/temp/temp.spec/
Dno-body.cpp45 template<typename T> struct x1 { }; // expected-note {{explicitly specialized declaration is here}} struct
53 …template struct x1<int> { }; // expected-error {{explicit template instantiation cannot have … variable

12345678910>>...23