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

123

/external/ceres-solver/internal/ceres/
H A Dschur_ordering_test.cc67 problem_.AddParameterBlock(y_, 4);
72 problem_.AddResidualBlock(new DummyCostFunction<6, 5, 4>, NULL, z_, y_);
80 double x_[3], y_[4], z_[5], w_[6]; member in class:ceres::internal::SchurOrderingTest
126 problem_.SetParameterBlockConstant(y_);
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/crypto/
H A Dghash.h77 FieldElement y_; member in class:crypto::GaloisHash
/external/chromium_org/ui/base/ozone/evdev/
H A Dtouch_event_converter_ozone.h60 int y_; member in struct:ui::TouchEventConverterOzone::InProgressEvents
H A Dtouch_event_converter_ozone.cc122 events_[current_slot_].y_ = roundf(input.value * y_scale_);
154 gfx::Point(events_[j].x_, events_[j].y_),
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
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-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/chromium_org/third_party/libwebp/enc/
H A Diterator.c29 (it->y_ > 0) ? 129 : 127;
46 it->y_ = 0;
79 : it->percent0_ + delta * it->y_ / (enc->mb_h_ - 1);
108 const int x = it->x_, y = it->y_;
148 const int x = it->x_, y = it->y_;
251 const int x = it->x_, y = it->y_;
280 it->y_++;
281 it->bw_ = &enc->parts_[it->y_ & (enc->num_parts_ - 1)];
282 it->preds_ = enc->preds_ + it->y_ * 4 * enc->preds_w_;
/external/webp/src/enc/
H A Diterator.c29 (it->y_ > 0) ? 129 : 127;
46 it->y_ = 0;
79 : it->percent0_ + delta * it->y_ / (enc->mb_h_ - 1);
108 const int x = it->x_, y = it->y_;
148 const int x = it->x_, y = it->y_;
251 const int x = it->x_, y = it->y_;
280 it->y_++;
281 it->bw_ = &enc->parts_[it->y_ & (enc->num_parts_ - 1)];
282 it->preds_ = enc->preds_ + it->y_ * 4 * enc->preds_w_;
/external/ceres-solver/examples/
H A Ddata_fitting.cc124 : x_(x), y_(y) {}
129 residual[0] = T(y_) - exp(m[0] * T(x_) + c[0]);
135 const double y_; member in class:ExponentialResidual
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 Dnist.cc262 : x_(*x), y_(*y) {} \
264 double y_; \
267 const T y(y_); \
399 : x1_(x[0]), x2_(x[1]), y_(y[0]) {}
404 residual[0] = T(log(y_)) - (b[0] - b[1] * T(x1_) * exp(-b[2] * T(x2_)));
411 double y_; member in struct:ceres::examples::Nelson
/external/chromium_org/content/browser/renderer_host/
H A Dcompositing_iosurface_mac.h135 SurfaceVertex() : x_(0.0f), y_(0.0f), tx_(0.0f), ty_(0.0f) { }
138 y_ = y;
144 y_ = y;
151 float y_; member in struct:content::CompositingIOSurfaceMac::SurfaceVertex
/external/chromium_org/ui/gfx/
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/v8/test/mjsunit/
H A Ddebug-references.js109 function Point(x, y) { this.x_ = x; this.y_ = y;}
/external/chromium_org/third_party/libjingle/source/talk/media/devices/
H A Dcarbonvideorenderer.cc40 y_(y),
151 bounds.top = y_;
/external/chromium_org/ui/base/gtk/
H A Dgtk_expanded_container_unittest.cc9 #define EXPECT_ALLOCATION_EQ(widget, x_, y_, width_, height_) \
14 EXPECT_EQ(y_, allocation.y); \
/external/chromium_org/chrome/test/webdriver/
H A Dwebdriver_basic_types.h30 double x_, y_; member in class:webdriver::Point
/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/content/common/gpu/client/
H A Dgl_helper.cc248 ScalerHolder y_; member in class:content::GLHelper::CopyTextureToImpl::ReadbackYUVImpl
288 TextureFrameBufferPair y_; member in class:content::GLHelper::CopyTextureToImpl::ReadbackYUV_MRT
781 y_(context, scaler_impl->CreatePlanarScaler(
836 y_.Scale(scaler_.texture());
849 copy_impl_->ReadbackPlane(y_.texture_and_framebuffer(),
915 y_(context, gfx::Size((dst_subrect.width() + 3) / 4,
956 outputs[0] = y_.texture();
971 copy_impl_->ReadbackPlane(&y_,
/external/chromium_org/skia/ext/
H A Dplatform_canvas_unittest.cc150 y_(y),
154 bounds.set(SkIntToScalar(x_), SkIntToScalar(y_),
165 int y() const { return y_; }
171 int bottom() const { return y_ + h_; }
175 int x_, y_, w_, h_; member in class:skia::__anon9959::LayerSaver
/external/chromium_org/chrome/test/perf/rendering/
H A Dthroughput_tests.cc412 x_(x), y_(y), r_(r), g_(g), b_(b) {
421 SkColor color = bitmap.getColor(x_, y_);
425 LOG(INFO) << "color(" << x_ << "," << y_ << "): " <<
438 int y_; member in class:__anon7081::ThroughputTest::WaitPixel
/external/chromium_org/win8/metro_driver/
H A Dchrome_app_view_ash.cc171 y_(0),
200 y_ = point.Y;
249 int y() const { return y_; }
259 int y_; member in class:__anon14855::PointerInfoHandler

Completed in 1615 milliseconds

123