Searched refs:y_ (Results 26 - 50 of 61) sorted by relevance

123

/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
H A Ddate-format-tofte.js124 var y_ = Y();
126 (y_ % 4 == 0 && y_ % 100 != 0) ||
127 (y_ % 4 == 0 && y_ % 100 == 0 && y_ % 400 == 0)
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
H A Ddate-format-tofte.js124 var y_ = Y();
126 (y_ % 4 == 0 && y_ % 100 != 0) ||
127 (y_ % 4 == 0 && y_ % 100 == 0 && y_ % 400 == 0)
/external/pdfium/core/src/fxge/agg/agg23/
H A Dagg_basics.h264 point_type(FX_FLOAT x_, FX_FLOAT y_, unsigned flag_ = 0) : x(x_), y(y_), flag(flag_) {} argument
272 point_type_flag(FX_FLOAT x_, FX_FLOAT y_, unsigned flag_ = 0) : point_type(x_, y_), flag(flag_) {} argument
278 vertex_type(FX_FLOAT x_, FX_FLOAT y_, unsigned cmd_) : argument
279 x(x_), y(y_), cmd(cmd_) {}
/external/ceres-solver/examples/
H A Drobust_curve_fitting.cc125 : x_(x), y_(y) {}
130 residual[0] = T(y_) - exp(m[0] * T(x_) + c[0]);
136 const double y_; member in struct:ExponentialResidual
H A Dlibmv_homography.cc249 : x_(x), y_(y) { }
258 Vec2 y(T(y_(0)), T(y_(1)));
269 const Vec2 y_; member in class:__anon1751::HomographySymmetricGeometricCostFunctor
H A Dnist.cc254 : x_(*x), y_(*y) {} \
256 double y_; \
259 const T y(y_); \
391 : x1_(x[0]), x2_(x[1]), y_(y[0]) {}
396 residual[0] = T(log(y_)) - (b[0] - b[1] * T(x1_) * exp(-b[2] * T(x2_)));
403 double y_; member in struct:ceres::examples::Nelson
H A Dellipse_approximation.cc276 : num_segments_(num_segments), y_(y) {
299 residuals[0] = y_[0] - ((1.0 - u) * x[1 + i0][0] + u * x[1 + i1][0]);
300 residuals[1] = y_[1] - ((1.0 - u) * x[1 + i0][1] + u * x[1 + i1][1]);
336 const Eigen::Vector2d y_; member in class:PointToLineSegmentContourCostFunction
/external/ceres-solver/internal/ceres/
H A Ddynamic_numeric_diff_cost_function_test.cc316 y_.resize(2);
317 y_[0] = 1.0;
318 y_[1] = 3.0;
327 parameter_blocks_[1] = &y_[0];
346 jacobian_vect_[1].resize(7 * y_.size(), -100000);
351 const double sum_y = y_[0] + 2.0 * y_[1];
415 vector<double> y_; member in class:ceres::internal::ThreeParameterCostFunctorTest
H A Ddynamic_autodiff_cost_function_test.cc315 y_.resize(2);
316 y_[0] = 1.0;
317 y_[1] = 3.0;
326 parameter_blocks_[1] = &y_[0];
345 jacobian_vect_[1].resize(7 * y_.size(), -100000);
350 const double sum_y = y_[0] + 2.0 * y_[1];
414 vector<double> y_; member in class:ceres::internal::ThreeParameterCostFunctorTest
/external/chromium_org/ui/events/ozone/evdev/
H A Dtouch_event_converter_evdev.h89 float y_; member in struct:ui::TouchEventConverterEvdev::InProgressEvents
H A Dtouch_event_converter_evdev.cc210 events_[current_slot_].y_ = TuxelsToPixels(input.value,
278 gfx::PointF(events_[i].x_, events_[i].y_),
/external/chromium_org/ui/gfx/geometry/
H A Dpoint3_f.cc12 return base::StringPrintf("%f,%f,%f", x_, y_, z_);
/external/chromium_org/v8/test/mjsunit/
H A Ddebug-references.js109 function Point(x, y) { this.x_ = x; this.y_ = y;}
/external/deqp/framework/common/
H A 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_);
188 inline Vector<T, Size>::Vector (T x_, T y_) argument
192 m_data[1] = y_;
196 inline Vector<T, Size>::Vector (T x_, T y_, T z_) argument
200 m_data[1] = y_;
205 inline Vector<T, Size>::Vector (T x_, T y_, T z_, T w_) argument
209 m_data[1] = y_;
/external/chromium_org/third_party/libyuv/util/
H A Dssim.cc108 for (int y_ = 0; y_ < KERNEL_SIZE; ++y_, org += stride, rec += stride) {
109 if (((yo - KERNEL + y_) < 0) || ((yo - KERNEL + y_) >= H)) continue;
110 const int Wy = K[y_];
/external/chromium_org/third_party/libjingle/source/talk/media/devices/
H A Dcarbonvideorenderer.cc40 y_(y),
151 bounds.top = y_;
/external/chromium_org/third_party/libwebp/enc/
H A Diterator.c24 (it->y_ > 0) ? 129 : 127;
41 it->y_ = y;
129 const int x = it->x_, y = it->y_;
187 const int x = it->x_, y = it->y_;
288 const int x = it->x_, y = it->y_;
319 VP8IteratorSetRow(it, ++it->y_);
H A Dvp8enci.h278 int x_, y_; // current macroblock member in struct:__anon13289
/external/webp/src/enc/
H A Diterator.c24 (it->y_ > 0) ? 129 : 127;
41 it->y_ = y;
129 const int x = it->x_, y = it->y_;
187 const int x = it->x_, y = it->y_;
288 const int x = it->x_, y = it->y_;
319 VP8IteratorSetRow(it, ++it->y_);
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/
H A DDrawUtils.java157 int y_ = y;
164 y_ += lineHeight;
165 if (y_ > y + height) {
170 gc.drawText(c, x_, y_);
/external/chromium_org/skia/ext/
H A Dplatform_canvas_unittest.cc147 y_(y),
151 bounds.set(SkIntToScalar(x_), SkIntToScalar(y_),
162 int y() const { return y_; }
168 int bottom() const { return y_ + h_; }
172 int x_, y_, w_, h_; member in class:skia::__anon10678::LayerSaver
/external/chromium_org/content/common/gpu/client/
H A Dgl_helper.cc267 ScalerHolder y_; member in class:content::GLHelper::CopyTextureToImpl::ReadbackYUVImpl
308 TextureFrameBufferPair y_; member in class:content::GLHelper::CopyTextureToImpl::ReadbackYUV_MRT
1049 y_(gl,
1112 y_.Scale(scaler_.texture());
1125 copy_impl_->ReadbackPlane(y_.texture_and_framebuffer(),
1195 y_(gl, gfx::Size((dst_subrect.width() + 3) / 4, dst_subrect.height())),
1245 outputs[0] = y_.texture();
1263 copy_impl_->ReadbackPlane(&y_,
/external/deqp/modules/egl/
H A DteglColorClearCase.cpp64 ClearOp (int x_, int y_, int width_, int height_, const tcu::RGBA& color_) argument
66 , y (y_)
/external/deqp/modules/glshared/
H A DglsLifetimeTests.hpp385 Rectangle (GLint x_, GLint y_, GLint width_, GLint height_) argument
387 , y (y_)
/external/chromium_org/win8/metro_driver/
H A Dchrome_app_view_ash.cc360 y_(0),
407 y_ = dip_point_win32.y();
482 int y() const { return y_; }
496 int y_; member in class:ChromeAppViewAsh::PointerInfoHandler

Completed in 699 milliseconds

123