Searched refs:x2 (Results 51 - 75 of 1796) sorted by relevance

1234567891011>>

/external/clang/test/Frontend/
H A Dbackend-diagnostic.c27 void inlineAsmError(int x0, int x1, int x2, int x3, int x4, argument
29 __asm__("hello world": : "r" (x0),"r" (x1),"r" (x2),"r" (x3), // expected-error + {{inline assembly requires more registers than available}}
/external/fio/os/windows/posix/include/
H A Dsyslog.h7 #define LOG_ERROR 0x2
11 #define LOG_NOWAIT 0x2
/external/llvm/test/MC/AArch64/
H A Delf-reloc-pcreladdressing.s4 adr x2, some_label
/external/stlport/stlport/
H A Dbitset42 # define _STLP_OUTERMOST_HEADER_ID 0x2
47 #if (_STLP_OUTERMOST_HEADER_ID == 0x2)
53 #if (_STLP_OUTERMOST_HEADER_ID != 0x2) || defined (_STLP_IMPORT_VENDOR_STD)
61 #if (_STLP_OUTERMOST_HEADER_ID == 0x2 )
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGPathSegCurvetoCubic.h30 SVGPathSegCurvetoCubic(SVGPathElement* element, float x, float y, float x1, float y1, float x2, float y2) argument
36 , m_x2(x2)
69 float x2() const { return m_x2; } function in class:blink::SVGPathSegCurvetoCubic
70 void setX2(float x2) argument
72 m_x2 = x2;
H A DSVGPathSegCurvetoCubicSmooth.h30 SVGPathSegCurvetoCubicSmooth(SVGPathElement* element, float x, float y, float x2, float y2) argument
34 , m_x2(x2)
53 float x2() const { return m_x2; } function in class:blink::SVGPathSegCurvetoCubicSmooth
54 void setX2(float x2) argument
56 m_x2 = x2;
H A DSVGPathSegCurvetoCubicAbs.h32 static PassRefPtr<SVGPathSegCurvetoCubicAbs> create(SVGPathElement* element, float x, float y, float x1, float y1, float x2, float y2) argument
34 return adoptRef(new SVGPathSegCurvetoCubicAbs(element, x, y, x1, y1, x2, y2));
38 SVGPathSegCurvetoCubicAbs(SVGPathElement* element, float x, float y, float x1, float y1, float x2, float y2) argument
39 : SVGPathSegCurvetoCubic(element, x, y, x1, y1, x2, y2) { }
H A DSVGPathSegCurvetoCubicRel.h32 static PassRefPtr<SVGPathSegCurvetoCubicRel> create(SVGPathElement* element, float x, float y, float x1, float y1, float x2, float y2) argument
34 return adoptRef(new SVGPathSegCurvetoCubicRel(element, x, y, x1, y1, x2, y2));
38 SVGPathSegCurvetoCubicRel(SVGPathElement* element, float x, float y, float x1, float y1, float x2, float y2) argument
39 : SVGPathSegCurvetoCubic(element, x, y, x1, y1, x2, y2) { }
/external/ceres-solver/examples/
H A Dpowell.cc35 // f1 = x1 + 10*x2;
37 // f3 = (x2 - 2*x3)^2
40 // The starting values are x1 = 3, x2 = -1, x3 = 0, x4 = 1.
41 // The minimum is 0 at (x1, x2, x3, x4) = 0.
60 const T* const x2,
62 // f1 = x1 + 10 * x2;
63 residual[0] = x1[0] + T(10.0) * x2[0];
79 template <typename T> bool operator()(const T* const x2, argument
82 // f3 = (x2 - 2 x3)^2
83 residual[0] = (x2[
59 operator ()(const T* const x1, const T* const x2, T* residual) const argument
106 double x2 = -1.0; local
[all...]
H A Dlibmv_homography.cc105 // forward_error = D(H * x1, x2)
106 // backward_error = D(H^-1 * x2, x1)
112 const Eigen::Matrix<T, 2, 1> &x2,
117 Vec3 y(x2(0), x2(1), T(1.0));
133 // D(H * x1, x2)^2 + D(H^-1 * x2, x1)^2
137 const Vec2 &x2) {
141 x2,
187 // | 0 -1 x2| |
110 SymmetricGeometricDistanceTerms(const Eigen::Matrix<T, 3, 3> &H, const Eigen::Matrix<T, 2, 1> &x1, const Eigen::Matrix<T, 2, 1> &x2, T forward_error[2], T backward_error[2]) argument
135 SymmetricGeometricDistance(const Mat3 &H, const Vec2 &x1, const Vec2 &x2) argument
197 Homography2DFromCorrespondencesLinearEuc( const Mat &x1, const Mat &x2, Mat3 *H, double expected_precision) argument
281 TerminationCheckingCallback(const Mat &x1, const Mat &x2, const EstimateHomographyOptions &options, Mat3 *H) argument
316 EstimateHomography2DFromCorrespondences( const Mat &x1, const Mat &x2, const EstimateHomographyOptions &options, Mat3 *H) argument
389 Mat x2 = x1; local
[all...]
H A Dmore_garbow_hillstrom.cc86 const T x2 = x[1]; member in namespace:ceres::examples
87 residual[0] = T(10.0) * (x2 - x1 * x1);
101 const T x2 = x[1]; member in namespace:ceres::examples
102 residual[0] = T(-13.0) + x1 + ((T(5.0) - x2) * x2 - T(2.0)) * x2;
103 residual[1] = T(-29.0) + x1 + ((x2 + T(1.0)) * x2 - T(14.0)) * x2;
116 const T x2 member in namespace:ceres::examples
130 const T x2 = x[1]; member in namespace:ceres::examples
145 const T x2 = x[1]; member in namespace:ceres::examples
160 const T x2 = x[1]; member in namespace:ceres::examples
178 const T x2 = x[1]; member in namespace:ceres::examples
196 const T x2 = x[1]; member in namespace:ceres::examples
223 const T x2 = x[1]; member in namespace:ceres::examples
245 const T x2 = x[1]; member in namespace:ceres::examples
[all...]
/external/chromium_org/third_party/sqlite/src/ext/rtree/
H A Drtree_perf.tcl17 set x2 [expr {$x1+rand()*50}]
20 lappend data $x1 $x2 $y1 $y2
25 set sql1 {CREATE TABLE btree(ii INTEGER PRIMARY KEY, x1, x2, y1, y2)}
26 set sql2 {CREATE VIRTUAL TABLE rtree USING rtree(ii, x1, x2, y1, y2)}
39 foreach {x1 x2 y1 y2} $data {
40 db eval {INSERT INTO btree VALUES($ii, $x1, $x2, $y1, $y2)}
50 foreach {x1 x2 y1 y2} $data {
52 db eval {INSERT INTO rtree VALUES($ii, $x1, $x2, $y1, $y2)}
61 foreach {x1 x2 y1 y2} [lrange $data 0 [expr $NQUERY*4-1]] {
62 db eval {SELECT * FROM btree WHERE x1<$x1 AND x2>
[all...]
/external/eigen/test/eigen2/
H A Deigen2_smallvectors.cpp18 x2 = ei_random<Scalar>(), local
21 V2 v2(x1, x2);
22 V3 v3(x1, x2, x3);
23 V4 v4(x1, x2, x3, x4);
27 VERIFY_IS_APPROX(x2, v2.y());
28 VERIFY_IS_APPROX(x2, v3.y());
29 VERIFY_IS_APPROX(x2, v4.y());
/external/chromium_org/v8/test/mjsunit/
H A Dtop-level-assignments.js62 var x2 = new Object(); class
65 x2.a = 7;
66 x2.b = function() { return 42; };
69 x2.c = 88;
70 x2.d = "A Man Called Horse";
77 assertEquals(7, x2.a);
78 assertEquals(42, x2.b());
79 assertEquals(88, x2.c);
80 assertEquals("A Man Called Horse", x2.d);
H A Dobj-construct.js41 var x2 = { a: 3, b: 4 };
/external/compiler-rt/lib/builtins/
H A Dpopcountti2.c34 du_int x2 = (du_int)(x3 + (x3 >> 64)); local
36 su_int x = (su_int)(x2 + (x2 >> 32));
/external/libhevc/common/arm64/
H A Dihevc_intra_pred_luma_horz.s84 //x2 => *pu1_dst
117 add x9,x2,#16
126 st1 { v2.16b},[x2],x3 //store in 1st row 0-16 columns
130 st1 { v4.16b},[x2],x3
134 st1 { v6.16b},[x2],x3
138 st1 { v1.16b},[x2],x3
142 st1 { v2.16b},[x2],x3
146 st1 { v4.16b},[x2],x3
150 st1 { v6.16b},[x2],x3
154 st1 { v1.16b},[x2],x
[all...]
H A Dihevc_deblk_chroma_vert.s76 add x2,x2,x3
78 add x2,x2,#1
86 adds x3,x7,x2,asr #1
106 adds x2,x6,x2,asr #1
111 cmp x2,#0x39
113 ldr w2, [x7,x2,lsl #2]
114 sxtw x2,w
[all...]
H A Dihevc_intra_pred_chroma_horz.s84 //x2 => *pu1_dst
115 add x9,x2,#16
126 st1 { v2.8h},[x2],x3 //store in 1st row 0-16 columns
130 st1 { v4.8h},[x2],x3
134 st1 { v6.8h},[x2],x3
138 st1 { v1.8h},[x2],x3
142 st1 { v2.8h},[x2],x3
146 st1 { v4.8h},[x2],x3
150 st1 { v6.8h},[x2],x3
154 st1 { v1.8h},[x2],x
[all...]
/external/oprofile/gui/
H A Doprof_start_util.h27 inline double ratio(double x1, double x2) argument
29 return fabs(((x1 - x2) / x2)) * 100;
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/ubench/
H A Dfunction-correct-args.js1 function f(x0, x1, x2, x3, x4, x5, x6, x7, x8, x9)
H A Dfunction-missing-args.js1 function f(x0, x1, x2, x3, x4, x5, x6, x7, x8, x9)
/external/clang/test/CXX/temp/temp.param/
H A Dp15.cpp6 X<X<int>> *x2; // expected-error{{a space is required between consecutive right angle brackets (use '> >')}} variable
/external/clang/test/Sema/
H A Dparentheses.c18 (void)(i & 0x2 == 0); // expected-warning {{& has lower precedence than ==}} \
26 (void)(0 == i & 0x2); // expected-warning {{& has lower precedence than ==}} \
42 (void)((i & 0x2) == 0);
43 (void)(i & (0x2 == 0));
/external/kernel-headers/original/uapi/linux/
H A Dif_plip.h25 #define PLIP_SET_TIMEOUT 0x2

Completed in 620 milliseconds

1234567891011>>