HomeSort by relevance Sort by last modified time
    Searched defs:x2 (Results 76 - 100 of 1056) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/ceres-solver/internal/ceres/
partitioned_matrix_view_test.cc 86 Vector x2(pmv_->num_cols());
87 x2.setZero();
90 x1(i) = x2(i) = RandDouble();
97 A_->RightMultiply(x2.data(), y2.data());
106 Vector x2 = Vector::Zero(pmv_->num_cols()); local
110 x2(i + pmv_->num_cols_e()) = x1(i);
117 A_->RightMultiply(x2.data(), y2.data());
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSTimingFunctionValue.h 37 static PassRefPtrWillBeRawPtr<CSSCubicBezierTimingFunctionValue> create(double x1, double y1, double x2, double y2)
39 return adoptRefWillBeNoop(new CSSCubicBezierTimingFunctionValue(x1, y1, x2, y2));
46 double x2() const { return m_x2; } function in class:blink::CSSCubicBezierTimingFunctionValue
54 CSSCubicBezierTimingFunctionValue(double x1, double y1, double x2, double y2)
58 , m_x2(x2)
  /external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
RectangleShape.cpp 69 float x2 = bounds.maxX(); local
79 x2 = bounds.maxX() - marginRadiusX + xi;
84 x2 = bounds.maxX() - marginRadiusX + xi;
88 return LineSegment(x1, x2);
ShapeInterval.h 45 // The initial values of m_x1,x2 don't matter (unless you're looking
50 ShapeInterval(T x1, T x2)
52 , m_x2(x2)
54 ASSERT(x2 >= x1);
59 T x2() const { return isUndefined() ? 0 : m_x2; } function in class:blink::ShapeInterval
63 void set(T x1, T x2)
65 ASSERT(x2 >= x1);
67 m_x2 = x2;
74 return x2() >= interval.x1() && x1() <= interval.x2();
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
arc.h 50 VGfloat x1, y1, x2, y2; member in struct:arc
58 VGfloat x2, VGfloat y2,
  /external/clang/test/CXX/temp/temp.spec/
no-body.cpp 59 template<typename T> struct x2 { }; struct
63 template struct x2<int> { }; // expected-error {{explicit template instantiation cannot have a definition; if this definition is meant to be an explicit specialization, add '<>' after the 'template' keyword}} struct
  /external/clang/test/Sema/
bitfield.c 33 struct {unsigned x : 2;} x2; variable in typeref:struct:__anon2780
  /external/clang/test/SemaCXX/
switch.cpp 32 void x2() { function
warn-unused-result.cpp 41 X x, *x2; local
43 x2->foo(); // expected-warning {{ignoring return value}}
  /external/compiler-rt/lib/tsan/tests/rtl/
tsan_mop.cc 197 int x2 = x; local
198 (void)x2;
203 int x2 = x; local
204 (void)x2;
  /external/eigen/test/
array_replicate.cpp 31 MatrixX x1, x2; local
43 x2.resize(2*rows,3*cols);
44 x2 << m2, m2, m2,
46 VERIFY_IS_APPROX(x2, (m2.template replicate<2,3>()));
48 x2.resize(rows,f1);
50 x2.col(j) = v1;
51 VERIFY_IS_APPROX(x2, v1.rowwise().replicate(f1));
  /external/eigen/unsupported/Eigen/src/MoreVectorization/
MathFunctions.h 70 Packet4f x2=a; local
71 z2=pmul(x2,x2);
77 z2=pmadd(temp,x2,x2);
  /external/mesa3d/src/gallium/state_trackers/vega/
arc.h 50 VGfloat x1, y1, x2, y2; member in struct:arc
58 VGfloat x2, VGfloat y2,
  /external/openssl/crypto/rc2/
rc2_cbc.c 140 register RC2_INT x0,x1,x2,x3,t; local
147 x2=(RC2_INT)l&0xffff;
156 t=(x0+(x1& ~x3)+(x2&x3)+ *(p0++))&0xffff;
158 t=(x1+(x2& ~x0)+(x3&x0)+ *(p0++))&0xffff;
160 t=(x2+(x3& ~x1)+(x0&x1)+ *(p0++))&0xffff;
161 x2=(t<<3)|(t>>13);
162 t=(x3+(x0& ~x2)+(x1&x2)+ *(p0++))&0xffff;
172 x2+=p1[x1&0x3f];
173 x3+=p1[x2&0x3f]
185 register RC2_INT x0,x1,x2,x3,t; local
    [all...]
  /external/pdfium/fpdfsdk/include/
fpdfdoc.h 180 FS_FLOAT x2; member in struct:_FS_QUADPOINTSF
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
hp_wsp.c 87 Word16 x0, x1, x2, x3; local
99 x2 = mem[8];
103 x3 = x2;
104 x2 = x1;
120 L_tmp += (x2 * b[2])<<1;
143 mem[8] = x2;
  /frameworks/av/media/libstagefright/foundation/
base64.cpp 111 uint8_t x2 = data[i + 1]; local
115 out->append(encode6Bit((x1 << 4 | x2 >> 4) & 0x3f));
116 out->append(encode6Bit((x2 << 2 | x3 >> 6) & 0x3f));
125 uint8_t x2 = data[i + 1]; local
127 out->append(encode6Bit((x1 << 4 | x2 >> 4) & 0x3f));
128 out->append(encode6Bit((x2 << 2) & 0x3f));
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicLUT.cpp 64 uint32_t x2 = xend; local
71 while (x1 < x2) {
  /hardware/samsung_slsi/exynos5/include/
ExynosRect.h 122 int x2; //!< Right (The x-coordinate value of lower-right corner) member in struct:ExynosRect2
131 x2 = _x2_;
140 x2 = other->x2;
149 x2 = other.x2;
159 && x2 == other.x2
  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
smisc.c 181 ULong *x, *x0, x1, x2; local
189 x1 = x2 = x[n];
192 if (x1 != x2)
  /development/ndk/sources/android/ndk_helper/
gestureDetector.cpp 241 float x2 = AMotionEvent_getX( event_, index ); local
245 v2 = Vec2( x2, y2 );
  /external/bluetooth/bluedroid/embdrv/sbc/encoder/srce/
sbc_dct.c 87 register SINT32 x0, x1, x2, x3, x4, x5, x6, x7,temp; local
94 x2 = (pInVect[2] + pInVect[6]) >>1;
106 /* rearrangement of x2 and x6 as in (15) */
107 x2 -=x6;
110 /* 2-point IDCT of x2 and x6 and post-multiplication as in (15) */
112 temp = x2 ;
113 SBC_IDCT_MULT(SBC_COS_PI_SUR_8,( x2 + x6 ), x2); /*x2 = ( x2 + x6 ) * cos(1*pi/8) ; *
209 SINT32 temp,x2; local
    [all...]
  /external/chromium_org/content/browser/renderer_host/input/
gesture_text_selector_unittest.cc 47 virtual void SelectRange(float x1, float y1, float x2, float y2) OVERRIDE {
129 const float x2 = 100.0f; local
141 MockMotionEvent action_move(MotionEvent::ACTION_MOVE, event_time, x2, y2);
151 CreateGesture(ui::ET_GESTURE_DOUBLE_TAP, event_time, x2, y2);
165 CreateGesture(ui::ET_GESTURE_SCROLL_UPDATE, event_time, x2, y2);
172 MockMotionEvent action_up(MotionEvent::ACTION_UP, event_time, x2, y2);
181 CreateGesture(ui::ET_GESTURE_SCROLL_END, event_time, x2, y2);
190 const float x2 = 51.0f; local
203 CreateGesture(ui::ET_GESTURE_TAP_DOWN, event_time, x2, y2);
209 MockMotionEvent action_move(MotionEvent::ACTION_MOVE, event_time, x2, y2)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/svg/
LinearGradientAttributes.h 42 SVGLength* x2() const { return m_x2.get(); } function in struct:blink::LinearGradientAttributes
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;

Completed in 627 milliseconds

1 2 34 5 6 7 8 91011>>