Home
last modified time | relevance | path

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

12345678910>>...23

/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
Dlibmv_homography.cc112 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/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/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/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/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/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
215 BigInteger x2 = x.pow(2); in testLog10HalfUp() local
227 BigInteger x2 = x.pow(2); in testLog10HalfDown() local
/external/clang/test/SemaCXX/
Ddirect-initializer.cpp6 int (x2)(1); variable
10 int (x2)(1); in f() local
40 X x2(1.0, 3, 4.2); in g() local
Dtype-definition-in-specifier.cpp33 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/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/libcxx/test/std/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/std/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/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/pdfium/third_party/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()
Dagg_curves.cpp31 FX_FLOAT x2, FX_FLOAT y2, in init()
42 FX_FLOAT x2, FX_FLOAT y2, in recursive_bezier()
103 FX_FLOAT x2, FX_FLOAT y2, in bezier()
/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/valgrind/none/tests/s390x/
Dopcodes.h29 #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/CXX/expr/expr.prim/expr.prim.lambda/
Dp16.cpp28 …int &x2 = a; // expected-error{{binding value of type 'const int' to reference to type 'int' drop… in test_capture() local
36 …int &x2 = a; // expected-error{{binding value of type 'const int' to reference to type 'int' drop… in test_capture() local
/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/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()
/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/clang/test/CodeGenCXX/
Dpragma-visibility.cpp12 struct __attribute((visibility("default"))) x2 { struct
15 int x2::y = 10; argument
/external/valgrind/VEX/priv/
Dhost_s390_defs.c1387 emit_RX(UChar *p, UInt op, UChar r1, UChar x2, UChar b2, UShort d2) in emit_RX()
1401 emit_RXF(UChar *p, ULong op, UChar r3, UChar x2, UChar b2, UShort d2, UChar r1) in emit_RXF()
1416 emit_RXY(UChar *p, ULong op, UChar r1, UChar x2, UChar b2, UShort dl2, UChar dh2) in emit_RXY()
1522 s390_emit_A(UChar *p, UChar r1, UChar x2, UChar b2, UShort d2) in s390_emit_A()
1532 s390_emit_AY(UChar *p, UChar r1, UChar x2, UChar b2, UShort dl2, UChar dh2) in s390_emit_AY()
1542 s390_emit_AG(UChar *p, UChar r1, UChar x2, UChar b2, UShort dl2, UChar dh2) in s390_emit_AG()
1576 s390_emit_AH(UChar *p, UChar r1, UChar x2, UChar b2, UShort d2) in s390_emit_AH()
1586 s390_emit_AHY(UChar *p, UChar r1, UChar x2, UChar b2, UShort dl2, UChar dh2) in s390_emit_AHY()
1660 s390_emit_N(UChar *p, UChar r1, UChar x2, UChar b2, UShort d2) in s390_emit_N()
1670 s390_emit_NY(UChar *p, UChar r1, UChar x2, UChar b2, UShort dl2, UChar dh2) in s390_emit_NY()
[all …]

12345678910>>...23