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

1 2 3

  /external/libcxx/test/std/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;
  /external/libcxx/test/std/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/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++/libcxx/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++/libcxx/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/clang/test/CodeGenCXX/
sanitize-dtor-tail-call.cpp 6 int x_; member in struct:Simple
8 x_ = 5;
11 x_ += 1;
incomplete-types.cpp 7 int x_; member in struct:Bar
  /external/google-breakpad/src/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/protobuf/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/vulkan-validation-layers/tests/gtest-1.7.0/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
  /ndk/sources/third_party/googletest/googletest/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/compiler-rt/test/msan/
dtor-member.cc 22 int x_; member in struct:Simple
24 x_ = 5;
use-after-dtor.cc 19 int x_; member in struct:Simple
21 x_ = 5;
24 x_ += 1;
35 return s->x_;
  /external/clang/test/Index/
index-file.cpp 28 mutable int x_; member in class:B
38 // CHECK: [indexDeclaration]: kind: field | name: x_ | USR: c:@S@B@FI@x_ | lang: C++ | cursor: FieldDecl=x_:28:15 (Definition) (mutable) | loc: 28:15 | semantic-container: [B:27:7] | lexical-container: [B:27:7] | isRedecl: 0 | isDef: 1 | isContainer: 0 | isImplicit: 0
  /external/webrtc/talk/media/devices/
carbonvideorenderer.h 66 int x_; member in class:cricket::CarbonVideoRenderer
  /external/ceres-solver/examples/
curve_fitting.cc 123 : x_(x), y_(y) {}
128 residual[0] = T(y_) - exp(m[0] * T(x_) + c[0]);
133 const double x_; member in struct:ExponentialResidual
robust_curve_fitting.cc 125 : 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/drm_hwcomposer/
drmcrtc.h 56 uint32_t x_; member in class:android::DrmCrtc
  /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_);

Completed in 441 milliseconds

1 2 3