HomeSort by relevance Sort by last modified time
    Searched defs:x_ (Results 1 - 25 of 31) sorted by null

1 2

  /external/v8/test/mjsunit/
global-accessors.js 30 var x_ = 0; variable
32 __defineSetter__('x', function(x) { x_ = x; });
33 __defineGetter__('x', function() { return x_; });
  /ndk/sources/cxx-stl/llvm-libc++/test/numerics/rand/rand.adapt/rand.adapt.ibits/
result_type.pass.cpp 30 result_type x_; member in class:rand1
44 explicit rand1(result_type sd = Min) : x_(sd)
46 if (x_ < Min)
47 x_ = Min;
48 if (x_ > Max)
49 x_ = Max;
54 result_type r = x_;
55 if (x_ < Max)
56 ++x_;
58 x_ = Min
    [all...]
eval.pass.cpp 28 result_type x_; member in class:rand1
42 explicit rand1(result_type sd = Min) : x_(sd)
44 if (x_ > Max)
45 x_ = Max; member in class:rand1
50 result_type r = x_;
51 if (x_ < Max)
52 ++x_;
54 x_ = Min;
  /ndk/sources/cxx-stl/llvm-libc++/test/numerics/rand/rand.adapt/rand.adapt.shuf/
result_type.pass.cpp 30 result_type x_; member in class:rand1
44 explicit rand1(result_type sd = Min) : x_(sd)
46 if (x_ < Min)
47 x_ = Min;
48 if (x_ > Max)
49 x_ = Max;
54 result_type r = x_;
55 if (x_ < Max)
56 ++x_;
58 x_ = Min
    [all...]
eval.pass.cpp 28 result_type x_; member in class:rand1
42 explicit rand1(result_type sd = Min) : x_(sd)
44 if (x_ > Max)
45 x_ = Max; member in class:rand1
50 result_type r = x_;
51 if (x_ < Max)
52 ++x_;
54 x_ = Min;
  /external/chromium/testing/gtest/test/
production.h 49 int x() const { return x_; }
51 void set_x(int an_x) { x_ = an_x; }
52 int x_; member in class:PrivateCode
  /external/gtest/test/
production.h 49 int x() const { return x_; }
51 void set_x(int an_x) { x_ = an_x; }
52 int x_; member in class:PrivateCode
  /external/libvpx/libvpx/third_party/googletest/src/test/
production.h 49 int x() const { return x_; }
51 void set_x(int an_x) { x_ = an_x; }
52 int x_; member in class:PrivateCode
  /external/protobuf/gtest/test/
production.h 49 int x() const { return x_; }
51 void set_x(int x) { x_ = x; }
52 int x_; member in class:PrivateCode
  /external/ceres-solver/examples/
data_fitting.cc 124 : x_(x), y_(y) {}
129 residual[0] = T(y_) - exp(m[0] * T(x_) + c[0]);
134 const double x_; member in class:ExponentialResidual
  /external/clang/test/CodeGenCXX/
incomplete-types.cpp 7 int x_; member in struct:Bar
thunk-use-after-free.cpp 30 struct DDD { int x_;}; member in struct:DDD
debug-info-use-after-free.cpp 117 struct DDD { int x_;}; member in struct:DDD
  /frameworks/base/core/jni/android/graphics/
TextLayout.cpp 61 SkScalar x_ = SkFloatToScalar(x); local
64 paint->getTextPath(value->getGlyphs(), value->getGlyphsCount() * 2, x_, y_, path);
Path.cpp 96 SkScalar x_ = SkFloatToScalar(x); local
98 obj->moveTo(x_, y_);
108 SkScalar x_ = SkFloatToScalar(x); local
110 obj->lineTo(x_, y_);
188 SkScalar x_ = SkFloatToScalar(x); local
191 obj->addCircle(x_, y_, radius_, dir);
  /frameworks/base/media/mca/filterfw/native/core/
geometry.h 30 Point() : x_(0.0f), y_(0.0f) {}
31 Point(float x, float y) : x_(x), y_(y) {}
33 float x() const { return x_; }
48 float x_, y_; member in class:android::filterfw::Point
  /external/ceres-solver/internal/ceres/
parameter_block_ordering_test.cc 66 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_);
dogleg_strategy_test.cc 49 Vector x_; member in class:ceres::internal::__anon3553::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_.data())
    [all...]
system_test.cc 202 x_[0] = 3.0;
203 x_[1] = -1.0;
204 x_[2] = 0.0;
205 x_[3] = 1.0;
208 new AutoDiffCostFunction<F1, 1, 1, 1>(new F1), NULL, &x_[0], &x_[1]);
210 new AutoDiffCostFunction<F2, 1, 1, 1>(new F2), NULL, &x_[2], &x_[3]);
212 new AutoDiffCostFunction<F3, 1, 1, 1>(new F3), NULL, &x_[1], &x_[2])
269 double x_[4]; member in class:ceres::internal::PowellsFunction
    [all...]
  /external/chromium/chrome/browser/automation/
automation_provider_gtk.cc 84 x_(absolute_x),
92 ui_controls::SendMouseMoveNotifyWhenDone(x_, y_, next_task_);
100 int x_; member in class:MouseMoveTask
  /external/chromium/ui/gfx/
point.h 41 int x() const { return x_; }
45 x_ = x;
49 void set_x(int x) { x_ = x; }
53 x_ += delta_x;
59 copy.Offset(other.x_, other.y_);
65 copy.Offset(-other.x_, -other.y_);
70 return Point((x_ + other.x_) / 2, (y_ + other.y_) / 2);
74 return x_ == rhs.x_ && y_ == rhs.y_
101 int x_; member in class:gfx::Point
    [all...]
  /frameworks/base/media/mca/filterpacks/native/base/
geometry.h 30 Point() : x_(0.0f), y_(0.0f) {}
31 Point(float x, float y) : x_(x), y_(y) {}
33 float x() const { return x_; }
48 float x_, y_; member in class:android::filterfw::Point
  /frameworks/wilhelm/tools/permute/
permute.c 69 const Segment *x_ = (Segment *) x; local
71 return x_->mFrameStart - y_->mFrameStart;
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/
DrawUtils.java 158 int x_ = x; local
163 if (x_ + extent.x > x + width) {
168 x_ = x;
170 gc.drawText(c, x_, y_);
171 x_ += extent.x;
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl.h 149 x_ = tid << kTidShift;
150 x_ |= epoch << kClkShift;
157 : x_(x) {
161 return x_;
165 u64 res = (x_ & ~kIgnoreBit) >> kTidShift;
170 u64 res = x_ >> kTidShift;
175 u64 res = (x_ << (kTidBits + 1)) >> (64 - kClkBits);
181 x_ += 1 << kClkShift;
186 void SetIgnoreBit() { x_ |= kIgnoreBit; }
187 void ClearIgnoreBit() { x_ &= ~kIgnoreBit;
217 u64 x_; member in class:__tsan::FastState
    [all...]

Completed in 400 milliseconds

1 2