Home
last modified time | relevance | path

Searched refs:y_ (Results 1 – 25 of 36) sorted by relevance

12

/external/pdfium/core/src/fxge/agg/agg23/
Dagg_vertex_sequence.h78 vertex_dist(FX_FLOAT x_, FX_FLOAT y_) : in vertex_dist()
80 y(y_), in vertex_dist()
93 vertex_dist_cmd(FX_FLOAT x_, FX_FLOAT y_, unsigned cmd_) : in vertex_dist_cmd()
94 vertex_dist(x_, y_), in vertex_dist_cmd()
Dagg_basics.h264 point_type(FX_FLOAT x_, FX_FLOAT y_, unsigned flag_ = 0) : x(x_), y(y_), flag(flag_) {} in x()
272 … point_type_flag(FX_FLOAT x_, FX_FLOAT y_, unsigned flag_ = 0) : point_type(x_, y_), flag(flag_) {} in point_type()
278 vertex_type(FX_FLOAT x_, FX_FLOAT y_, unsigned cmd_) : in vertex_type()
279 x(x_), y(y_), cmd(cmd_) {} in vertex_type()
/external/ceres-solver/examples/
Dcurve_fitting.cc123 : x_(x), y_(y) {} in ExponentialResidual()
128 residual[0] = T(y_) - exp(m[0] * T(x_) + c[0]); in operator ()()
134 const double y_; member
Drobust_curve_fitting.cc125 : x_(x), y_(y) {} in ExponentialResidual()
130 residual[0] = T(y_) - exp(m[0] * T(x_) + c[0]); in operator ()()
136 const double y_; member
Dellipse_approximation.cc276 : num_segments_(num_segments), y_(y) { in PointToLineSegmentContourCostFunction()
299 residuals[0] = y_[0] - ((1.0 - u) * x[1 + i0][0] + u * x[1 + i1][0]); in Evaluate()
300 residuals[1] = y_[1] - ((1.0 - u) * x[1 + i0][1] + u * x[1 + i1][1]); in Evaluate()
336 const Eigen::Vector2d y_; member in PointToLineSegmentContourCostFunction
Dlibmv_homography.cc249 : x_(x), y_(y) { } in HomographySymmetricGeometricCostFunctor()
258 Vec2 y(T(y_(0)), T(y_(1))); in operator ()()
269 const Vec2 y_; member in __anon18fe88b30111::HomographySymmetricGeometricCostFunctor
Dnist.cc254 : x_(*x), y_(*y) {} \
256 double y_; \
259 const T y(y_); \
391 : x1_(x[0]), x2_(x[1]), y_(y[0]) {} in Nelson()
396 residual[0] = T(log(y_)) - (b[0] - b[1] * T(x1_) * exp(-b[2] * T(x2_))); in operator ()()
403 double y_; member
/external/ceres-solver/internal/ceres/
Ddynamic_numeric_diff_cost_function_test.cc316 y_.resize(2); in SetUp()
317 y_[0] = 1.0; in SetUp()
318 y_[1] = 3.0; in SetUp()
327 parameter_blocks_[1] = &y_[0]; in SetUp()
346 jacobian_vect_[1].resize(7 * y_.size(), -100000); in SetUp()
351 const double sum_y = y_[0] + 2.0 * y_[1]; in SetUp()
415 vector<double> y_; member in ceres::internal::ThreeParameterCostFunctorTest
Dparameter_block_ordering_test.cc67 problem_.AddParameterBlock(y_, 4); in SetUp()
72 problem_.AddResidualBlock(new DummyCostFunction<6, 5, 4>, NULL, z_, y_); in SetUp()
80 double x_[3], y_[4], z_[5], w_[6]; member in ceres::internal::SchurOrderingTest
126 problem_.SetParameterBlockConstant(y_); in TEST_F()
Ddynamic_autodiff_cost_function_test.cc315 y_.resize(2); in SetUp()
316 y_[0] = 1.0; in SetUp()
317 y_[1] = 3.0; in SetUp()
326 parameter_blocks_[1] = &y_[0]; in SetUp()
345 jacobian_vect_[1].resize(7 * y_.size(), -100000); in SetUp()
350 const double sum_y = y_[0] + 2.0 * y_[1]; in SetUp()
414 vector<double> y_; member in ceres::internal::ThreeParameterCostFunctorTest
/external/deqp/framework/common/
DtcuVector.hpp107 Vector (T x_, T y_);
108 Vector (T x_, T y_, T z_);
109 Vector (T x_, T y_, T z_, T w_);
187 inline Vector<T, Size>::Vector (T x_, T y_) in Vector() argument
191 m_data[1] = y_; in Vector()
195 inline Vector<T, Size>::Vector (T x_, T y_, T z_) in Vector() argument
199 m_data[1] = y_; in Vector()
204 inline Vector<T, Size>::Vector (T x_, T y_, T z_, T w_) in Vector() argument
208 m_data[1] = y_; in Vector()
/external/webp/src/enc/
Diterator.c24 (it->y_ > 0) ? 129 : 127; in InitLeft()
41 it->y_ = y; in VP8IteratorSetRow()
129 const int x = it->x_, y = it->y_; in VP8IteratorImport()
187 const int x = it->x_, y = it->y_; in VP8IteratorExport()
288 const int x = it->x_, y = it->y_; in VP8IteratorSaveBoundary()
319 VP8IteratorSetRow(it, ++it->y_); in VP8IteratorNext()
Dvp8enci.h278 int x_, y_; // current macroblock member
Dquant.c429 const uint8_t* const top = it->y_ ? it->y_top_ : NULL; in VP8MakeLuma16Preds()
435 const uint8_t* const top = it->y_ ? it->uv_top_ : NULL; in VP8MakeChroma8Preds()
/external/google-breakpad/src/testing/test/
Dgmock_stress_test.cc79 Derived1(int a_x, int a_y) : Base(a_x), y_(a_y) {} in Derived1()
80 int y() const { return y_; } in y()
82 int y_; member in testing::__anona81e3dbe0111::Derived1
/external/freetype/src/base/
Dftcalc.c767 FT_Int32 y_ = vector->y; in FT_Vector_NormLen() local
774 FT_MOVE_SIGN( y_, sy ); in FT_Vector_NormLen()
777 y = (FT_UInt32)y_; in FT_Vector_NormLen()
823 y_ = (FT_Int32)y; in FT_Vector_NormLen()
829 v = (FT_UInt32)( y_ + ( y_ * b >> 16 ) ); in FT_Vector_NormLen()
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/
DDrawUtils.java157 int y_ = y; in drawTextWrap() local
164 y_ += lineHeight; in drawTextWrap()
165 if (y_ > y + height) { in drawTextWrap()
170 gc.drawText(c, x_, y_); in drawTextWrap()
/external/drm_hwcomposer/
Ddrmcrtc.h58 uint32_t y_; variable
Ddrmcrtc.cpp35 y_(c->y), in DrmCrtc()
/external/v8/test/mjsunit/
Ddebug-references.js109 function Point(x, y) { this.x_ = x; this.y_ = y;}
Dmirror-object.js172 this.y_ = y;
/external/deqp/modules/glshared/
DglsLifetimeTests.hpp385 Rectangle (GLint x_, GLint y_, GLint width_, GLint height_) in Rectangle()
387 , y (y_) in Rectangle()
/external/deqp/modules/egl/
DteglColorClearCase.cpp60 ClearOp (int x_, int y_, int width_, int height_, const tcu::RGBA& color_) in ClearOp()
62 , y (y_) in ClearOp()
/external/ceres-solver/docs/source/
Dtutorial.rst470 : x_(x), y_(y) {}
474 residual[0] = T(y_) - exp(m[0] * T(x_) + c[0]);
481 const double y_;
/external/deqp/modules/gles2/functional/
Des2fVertexTextureTests.cpp116 Rect (int x_, int y_, int w_, int h_) : x(x_), y(y_), w(w_), h(h_) {} in Rect()

12