/external/clang/test/CodeGen/ |
D | regparm-struct.c | 10 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/ |
D | data_types.h | 63 #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/ |
D | data_types.h | 63 #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/ |
D | numeric_diff_test_utils.cc | 45 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
|
D | problem.cc | 66 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/ |
D | hash.pass.cpp | 28 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/ |
D | hash.pass.cpp | 26 std::string x1("1234"); in main() local 33 std::wstring x1(L"1234"); in main() local
|
/external/libvncserver/examples/ |
D | zippy.c | 49 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/ |
D | GeometryUtils.java | 98 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/ |
D | cvpyramids.cpp | 53 #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/ |
D | stack-addr-ps.cpp | 37 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/ |
D | libmv_homography.cc | 111 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/ |
D | AbstractIntegerDistribution.java | 87 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/ |
D | agg_math.h | 25 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()
|
D | agg_curves.cpp | 30 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/ |
D | FileName.h | 57 #define IF_USE_MAIN_PATH_2(x1, x2) \ argument 65 #define IF_USE_MAIN_PATH_2(x1, x2) argument
|
/external/skia/src/core/ |
D | SkBitmapProcState_sample.h | 98 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=/ |
D | lv_value.pass.cpp | 26 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()
|
D | rv_value.pass.cpp | 29 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/ |
D | extern-templates.cpp | 56 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/ |
D | cmdline-include1.h | 1 enum { x1 }; enumerator
|
/external/libvncserver/libvncserver/ |
D | font.c | 50 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/ |
D | MeshSpawnShapeValue.java | 18 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/ |
D | comment-in-macro.c | 3 #define x1 "" // ... macro
|
/external/clang/test/CXX/temp/temp.spec/ |
D | no-body.cpp | 45 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
|