Searched defs:x_ (Results 1 - 25 of 59) sorted by path

123

/external/ceres-solver/examples/
H A Dcurve_fitting.cc123 : x_(x), y_(y) {}
128 residual[0] = T(y_) - exp(m[0] * T(x_) + c[0]);
133 const double x_; member in struct:ExponentialResidual
H A Dlibmv_homography.cc249 : x_(x), y_(y) { }
257 Vec2 x(T(x_(0)), T(x_(1)));
268 const Vec2 x_; member in class:__anon1751::HomographySymmetricGeometricCostFunctor
H A Drobust_curve_fitting.cc125 : x_(x), y_(y) {}
130 residual[0] = T(y_) - exp(m[0] * T(x_) + c[0]);
135 const double x_; member in struct:ExponentialResidual
/external/ceres-solver/internal/ceres/
H A Ddogleg_strategy_test.cc49 Vector x_; member in class:ceres::internal::__anon1763::Fixture
84 x_.resize(6);
85 x_.setZero();
112 x_.resize(6);
113 x_.setZero();
145 x_.data());
148 EXPECT_LE(x_.norm(), options_.initial_radius * (1.0 + 4.0 * kEpsilon));
165 x_.data());
168 EXPECT_LE(x_.norm(), options_.initial_radius * (1.0 + 4.0 * kEpsilon));
185 x_
[all...]
H A Ddynamic_autodiff_cost_function_test.cc312 x_.resize(1);
313 x_[0] = 0.0;
325 parameter_blocks_[0] = &x_[0];
344 jacobian_vect_[0].resize(7 * x_.size(), -100000);
349 const double sum_x = x_[0];
413 vector<double> x_; member in class:ceres::internal::ThreeParameterCostFunctorTest
H A Ddynamic_numeric_diff_cost_function_test.cc313 x_.resize(1);
314 x_[0] = 0.0;
326 parameter_blocks_[0] = &x_[0];
345 jacobian_vect_[0].resize(7 * x_.size(), -100000);
350 const double sum_x = x_[0];
414 vector<double> x_; member in class:ceres::internal::ThreeParameterCostFunctorTest
H A Dparameter_block_ordering_test.cc66 problem_.AddParameterBlock(x_, 3);
71 problem_.AddResidualBlock(new DummyCostFunction<2, 3>, NULL, x_);
73 problem_.AddResidualBlock(new DummyCostFunction<3, 3, 5>, NULL, x_, z_);
74 problem_.AddResidualBlock(new DummyCostFunction<7, 5, 3>, NULL, z_, x_);
76 z_, x_, w_);
80 double x_[3], y_[4], z_[5], w_[6]; member in class:ceres::internal::SchurOrderingTest
125 problem_.SetParameterBlockConstant(x_);
136 problem_.SetParameterBlockConstant(x_);
H A Dsystem_test.cc214 x_[0] = 3.0;
215 x_[1] = -1.0;
216 x_[2] = 0.0;
217 x_[3] = 1.0;
220 new AutoDiffCostFunction<F1, 1, 1, 1>(new F1), NULL, &x_[0], &x_[1]);
222 new AutoDiffCostFunction<F2, 1, 1, 1>(new F2), NULL, &x_[2], &x_[3]);
224 new AutoDiffCostFunction<F3, 1, 1, 1>(new F3), NULL, &x_[1], &x_[
281 double x_[4]; member in class:ceres::internal::PowellsFunction
[all...]
/external/chromium_org/cc/resources/
H A Dlayer_quad.h25 Edge() : x_(0), y_(0), z_(0) {}
28 float x() const { return x_; }
32 void set_x(float x) { x_ = x; }
36 x_ = x;
41 void move_x(float dx) { x_ += dx; }
45 x_ += dx;
50 void scale_x(float sx) { x_ *= sx; }
54 x_ *= sx;
67 float x_; member in class:cc::LayerQuad::Edge
/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dstacked_tab_strip_layout.h149 // x-coordinate of |x_|. Similarly those at the end have the same x-coordinate
195 x_ + width_for_count(tab_count() - mini_tab_count_) > width_;
223 int x_; member in class:StackedTabStripLayout
237 // X-coordinate of the first tab. This is either |x_| if there are no
/external/chromium_org/chrome/test/chromedriver/
H A Dbasic_types.cc13 void WebPoint::Offset(int x_, int y_) { argument
14 x += x_;
/external/chromium_org/content/browser/renderer_host/
H A Dcompositing_iosurface_mac.h118 SurfaceVertex() : x_(0.0f), y_(0.0f), tx_(0.0f), ty_(0.0f) { }
120 x_ = x;
126 x_ = x;
133 float x_; member in struct:content::CompositingIOSurfaceMac::SurfaceVertex
/external/chromium_org/crypto/
H A Dp224_spake.h99 // x_ is the secret Diffie-Hellman exponent (see paper referenced in .cc
101 uint8 x_[p224::kScalarBytes]; member in class:crypto::P224EncryptedKeyExchange
/external/chromium_org/media/base/
H A Dfake_audio_render_callback.h41 void reset() { x_ = 0; }
52 double x_; member in class:media::FakeAudioRenderCallback
/external/chromium_org/native_client_sdk/src/examples/demo/flock/
H A Dvector2.h17 Vector2() : x_(0.0), y_(0.0) {}
18 Vector2(double x, double y) : x_(x), y_(y) {}
29 return sqrt(x_ * x_ + y_ * y_);
34 x_ += vec.x();
49 x_ *= scale;
66 double angle = atan2(y_, x_);
71 double x() const { return x_; }
72 void set_x(double x) { x_ = x; }
77 double x_; member in class:Vector2
[all...]
/external/chromium_org/skia/ext/
H A Dplatform_canvas_unittest.cc146 x_(x),
151 bounds.set(SkIntToScalar(x_), SkIntToScalar(y_),
161 int x() const { return x_; }
167 int right() const { return x_ + w_; }
172 int x_, y_, w_, h_; member in class:skia::__anon10678::LayerSaver
/external/chromium_org/testing/gtest/test/
H A Dgtest_unittest.cc5142 explicit Base(int an_x) : x_(an_x) {}
5143 int x() const { return x_; }
5145 int x_; member in class:Base
H A Dproduction.h49 int x() const { return x_; }
51 void set_x(int an_x) { x_ = an_x; }
52 int x_; member in class:PrivateCode
/external/chromium_org/third_party/android_crazy_linker/src/tests/
H A Dfoo_with_static_constructor.cpp24 x_ = rand();
40 int Get() const { return x_; }
43 int x_; member in class:A
/external/chromium_org/third_party/boringssl/src/crypto/ec/
H A Doct.c336 EC_POINT *point, const BIGNUM *x_,
367 if (!BN_nnmod(x, x_, &group->field, ctx)) {
373 if (!group->meth->field_sqr(group, tmp2, x_, ctx) ||
374 !group->meth->field_mul(group, tmp1, tmp2, x_, ctx)) {
378 if (!BN_mod_sqr(tmp2, x_, &group->field, ctx) ||
379 !BN_mod_mul(tmp1, tmp2, x_, &group->field, ctx)) {
335 ec_GFp_simple_set_compressed_coordinates(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x_, int y_bit, BN_CTX *ctx) argument
/external/chromium_org/third_party/libjingle/source/talk/media/devices/
H A Dcarbonvideorenderer.h64 int x_; member in class:cricket::CarbonVideoRenderer
/external/chromium_org/third_party/libwebp/enc/
H A Dvp8enci.h278 int x_, y_; // current macroblock member in struct:__anon13289
307 uint8_t* y_top_; // top luma samples at position 'x_'
308 uint8_t* uv_top_; // top u/v samples at position 'x_', packed as 16 bytes
/external/chromium_org/third_party/webrtc/modules/desktop_capture/
H A Ddesktop_geometry.h22 DesktopVector() : x_(0), y_(0) {}
23 DesktopVector(int32_t x, int32_t y) : x_(x), y_(y) {}
25 int32_t x() const { return x_; }
27 bool is_zero() const { return x_ == 0 && y_ == 0; }
30 return x_ == other.x_ && y_ == other.y_;
34 x_ = x;
46 int32_t x_; member in class:webrtc::DesktopVector
/external/chromium_org/ui/events/ozone/evdev/
H A Dtouch_event_converter_evdev.h88 float x_; member in struct:ui::TouchEventConverterEvdev::InProgressEvents
/external/chromium_org/ui/gfx/geometry/
H A Dpoint3_f.h20 Point3F() : x_(0), y_(0), z_(0) {}
22 Point3F(float x, float y, float z) : x_(x), y_(y), z_(z) {}
24 explicit Point3F(const PointF& point) : x_(point.x()), y_(point.y()), z_(0) {}
36 float x() const { return x_; }
40 void set_x(float x) { x_ = x; }
45 x_ = x;
52 x_ += v.x();
59 x_ -= v.x();
66 float dx = x_ - other.x_;
78 float x_; member in class:gfx::Point3F
[all...]

Completed in 7575 milliseconds

123