/external/clang/test/CXX/special/class.copy/ |
D | p33-0x.cpp | 11 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/ceres-solver/examples/ |
D | more_garbow_hillstrom.cc | 86 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
|
D | libmv_homography.cc | 112 const Eigen::Matrix<T, 2, 1> &x2, in SymmetricGeometricDistanceTerms() 137 const Vec2 &x2) { in SymmetricGeometricDistance() 199 const Mat &x2, in Homography2DFromCorrespondencesLinearEuc() 281 TerminationCheckingCallback(const Mat &x1, const Mat &x2, in TerminationCheckingCallback() 318 const Mat &x2, in EstimateHomography2DFromCorrespondences() 389 Mat x2 = x1; in main() local
|
/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 | 46 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
|
D | problem.cc | 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/clang/test/CodeGen/ |
D | regparm-struct.c | 21 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/ |
D | direct-initializer.cpp | 4 int (x2)(1); variable 8 int (x2)(1); in f() local 30 X x2(1.0, 3, 4.2); in g() local
|
D | type-definition-in-specifier.cpp | 33 e19018_1 x2; // expected-error{{unknown type name 'e19018_1'}} variable 58 enum en_3 x2; // expected-error{{ISO C++ forbids forward references to 'enum' types}} \ member
|
/external/libcxx/test/std/localization/locale.categories/category.collate/locale.collate/locale.collate.members/ |
D | hash.pass.cpp | 27 std::string x2("12345"); in main() local 34 std::wstring x2(L"12345"); in main() local
|
/external/libcxx/test/std/localization/locale.categories/category.collate/locale.collate.byname/ |
D | hash.pass.cpp | 29 std::string x2("12345"); in main() local 36 std::wstring x2(L"12345"); in main() local
|
/external/guava/guava-tests/test/com/google/common/math/ |
D | BigIntegerMathTest.java | 124 BigInteger x2 = x.pow(2); in testLog2HalfUp() local 135 BigInteger x2 = x.pow(2); in testLog2HalfDown() local 215 BigInteger x2 = x.pow(2); in testLog10HalfUp() local 227 BigInteger x2 = x.pow(2); in testLog10HalfDown() 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/clang/test/CXX/class/class.local/ |
D | p1-0x.cpp | 7 …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/clang/test/Analysis/ |
D | stack-addr-ps.cpp | 38 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/pdfium/core/src/fxge/agg/agg23/ |
D | agg_math.h | 26 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()
|
D | fx_agg_curves.cpp | 29 FX_FLOAT x2, FX_FLOAT y2, in init() 40 FX_FLOAT x2, FX_FLOAT y2, in recursive_bezier() 101 FX_FLOAT x2, FX_FLOAT y2, in bezier()
|
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/ |
D | p16.cpp | 28 …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/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()
|
/external/clang/test/CodeGenCXX/ |
D | pragma-visibility.cpp | 12 struct __attribute((visibility("default"))) x2 { struct 15 int x2::y = 10; argument
|
/external/skia/src/animator/ |
D | SkPathParts.h | 73 SkScalar x2; variable 91 SkScalar x2; variable
|
/external/guava/guava-gwt/test-super/com/google/common/math/super/com/google/common/math/ |
D | BigIntegerMathTest.java | 112 BigInteger x2 = x.pow(2); in testLog2HalfUp() local 123 BigInteger x2 = x.pow(2); in testLog2HalfDown() local
|
/external/valgrind/none/tests/s390x/ |
D | opcodes.h | 29 #define RXY_RRRD(op1,r1,x2,b2,dl2,dh2,op2) \ argument 84 #define RXY_FRRD(op1,r1,x2,b2,dl2,dh2,op2) \ argument 92 #define RXY_URRD(op1,r1,x2,b2,dl2,dh2,op2) \ argument 113 #define AHY(r1,x2,b2,dl2,dh2) RXY_RRRD(e3,r1,x2,b2,dl2,dh2,7a) argument 127 #define ALY(r1,x2,b2,dl2,dh2) RXY_RRRD(e3,r1,x2,b2,dl2,dh2,5e) argument 131 #define AY(r1,x2,b2,dl2,dh2) RXY_RRRD(e3,r1,x2,b2,dl2,dh2,5a) argument 158 #define CGH(r1,x2,b2,dl2,dh2) RXY_RRRD(e3,r1,x2,b2,dl2,dh2,34) argument 168 #define CHF(r1,x2,b2,dl2,dh2) RXY_RRRD(e3,r1,x2,b2,dl2,dh2,cd) argument 174 #define CHY(r1,x2,b2,dl2,dh2) RXY_RRRD(e3,r1,x2,b2,dl2,dh2,79) argument 199 #define CLHF(r1,x2,b2,dl2,dh2) RXY_RRRD(e3,r1,x2,b2,dl2,dh2,cf) argument [all …]
|
/external/clang/test/ASTMerge/Inputs/ |
D | var1.h | 1 double x2; variable
|