HomeSort by relevance Sort by last modified time
    Searched refs:x2 (Results 51 - 75 of 1871) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/clang/test/Frontend/
backend-diagnostic.c 27 void inlineAsmError(int x0, int x1, int x2, int x3, int x4,
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/
syslog.h 7 #define LOG_ERROR 0x2
11 #define LOG_NOWAIT 0x2
  /external/llvm/test/MC/AArch64/
elf-reloc-pcreladdressing.s 4 adr x2, some_label
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGPathSegCurvetoCubic.h 30 SVGPathSegCurvetoCubic(SVGPathElement* element, float x, float y, float x1, float y1, float x2, float y2)
36 , m_x2(x2)
69 float x2() const { return m_x2; } function in class:blink::SVGPathSegCurvetoCubic
70 void setX2(float x2)
72 m_x2 = x2;
  /external/ceres-solver/examples/
powell.cc 35 // 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,
82 // f3 = (x2 - 2 x3)^2
83 residual[0] = (x2[0] - T(2.0) * x4[0]) * (x2[0] - T(2.0) * x4[0])
106 double x2 = -1.0; local
    [all...]
libmv_homography.cc 105 // 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| |a b c| |y1| |0
389 Mat x2 = x1; local
    [all...]
more_garbow_hillstrom.cc 86 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 = x[1] 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/
rtree_perf.tcl 17 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>$x2 AND y1<$y1 AND y2>$y2
    [all...]
  /external/eigen/test/eigen2/
eigen2_smallvectors.cpp 18 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/clang/test/SemaCXX/
direct-initializer.cpp 4 int (x2)(1);
8 int (x2)(1);
30 X x2(1.0, 3, 4.2);
  /external/compiler-rt/lib/builtins/
popcountti2.c 34 du_int x2 = (du_int)(x3 + (x3 >> 64)); local
36 su_int x = (su_int)(x2 + (x2 >> 32));
  /external/libhevc/common/arm64/
ihevc_intra_pred_luma_horz.s 84 //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...]
ihevc_deblk_chroma_vert.s 76 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...]
ihevc_intra_pred_chroma_horz.s 84 //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/
oprof_start_util.h 27 inline double ratio(double x1, double x2)
29 return fabs(((x1 - x2) / x2)) * 100;
  /bionic/libc/kernel/uapi/linux/
if_plip.h 31 #define PLIP_SET_TIMEOUT 0x2
  /development/ndk/platforms/android-L/include/linux/
if_plip.h 31 #define PLIP_SET_TIMEOUT 0x2
  /external/chromium_org/base/message_loop/
message_pump_dispatcher.h 28 POST_DISPATCH_PERFORM_DEFAULT = 0x2,
  /external/chromium_org/third_party/WebKit/public/platform/
WebFilterAnimationCurve.h 49 virtual void add(const WebFilterKeyframe&, double x1, double y1, double x2, double y2) = 0;
WebFloatAnimationCurve.h 45 virtual void add(const WebFloatKeyframe&, double x1, double y1, double x2, double y2) = 0;
WebTransformAnimationCurve.h 44 virtual void add(const WebTransformKeyframe&, double x1, double y1, double x2, double y2) = 0;
  /external/chromium_org/third_party/skia/src/animator/
SkDrawLine.h 22 SkScalar x2; member in class:SkLine
  /external/chromium_org/ui/events/platform/
platform_event_dispatcher.h 19 POST_DISPATCH_STOP_PROPAGATION = 0x2,
  /external/clang/test/CXX/temp/temp.param/
p15.cpp 6 X<X<int>> *x2; // expected-error{{a space is required between consecutive right angle brackets (use '> >')}} variable
  /external/clang/test/Sema/
parentheses.c 18 (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));

Completed in 1053 milliseconds

1 23 4 5 6 7 8 91011>>