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

1 23

  /external/ceres-solver/internal/ceres/
system_test.cc 214 x_[0] = 3.0;
215 x_[1] = -1.0;
216 x_[2] = 0.0;
217 x_[3] = 1.0;
220 new AutoDiffCostFunction<F1, 1, 1, 1>(new F1), NULL, &x_[0], &x_[1]);
222 new AutoDiffCostFunction<F2, 1, 1, 1>(new F2), NULL, &x_[2], &x_[3]);
224 new AutoDiffCostFunction<F3, 1, 1, 1>(new F3), NULL, &x_[1], &x_[2])
281 double x_[4]; member in class:ceres::internal::PowellsFunction
    [all...]
  /external/clang/test/CodeGenCXX/
debug-info-use-after-free.cpp 117 struct DDD { int x_;}; member in struct:DDD
  /external/gemmlowp/internal/
pack.h 216 ScalarRoundingOffsetGenerator() { x_ = 128; }
219 std::uint8_t result = x_ - 1;
221 x_ ^= x_ << 7;
222 x_ ^= x_ >> 5;
223 x_ ^= x_ << 3;
229 std::uint8_t x_; member in class:gemmlowp::ScalarRoundingOffsetGenerator
244 ScalarRoundingOffsetGenerator() { x_ = 1; } // Start must be non-zer
256 std::uint8_t x_; member in class:gemmlowp::ScalarRoundingOffsetGenerator
    [all...]
  /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 94 x_ = tid << kTidShift;
95 x_ |= epoch;
102 : x_(x) {
106 return x_;
110 u64 res = (x_ & ~kIgnoreBit) >> kTidShift;
115 u64 res = x_ >> kTidShift;
120 u64 res = x_ & ((1ull << kClkBits) - 1);
126 x_ += 1;
131 void SetIgnoreBit() { x_ |= kIgnoreBit; }
132 void ClearIgnoreBit() { x_ &= ~kIgnoreBit;
165 u64 x_; member in class:__tsan::FastState
    [all...]
  /external/deqp/modules/gles3/performance/
es3pDepthTests.cpp 194 const float x_ = float(x)/float(resolution)*2.0f - 1.0f + (isEdge ? 0.0f : rng.getFloat(-xyNoise, +xyNoise)); local
198 vertices[y*gridsize + x] = Vec3(x_, y_, z_);
    [all...]
  /external/google-breakpad/src/testing/test/
gmock-matchers_test.cc 3134 static double x_; member in class:testing::gmock_matchers_test::AClass
3137 double AClass::x_ = 0.0; member in class:testing::gmock_matchers_test::AClass
    [all...]
  /external/opencv3/3rdparty/libwebp/enc/
vp8enci.h 273 int x_, y_; // current macroblock member in struct:__anon21068
  /external/webp/src/enc/
vp8enci.h 222 int x_, y_; // current macroblock member in struct:__anon26628
251 uint8_t* y_top_; // top luma samples at position 'x_'
252 uint8_t* uv_top_; // top u/v samples at position 'x_', packed as 16 bytes
  /external/gmock/test/
gmock-matchers_test.cc 3417 static double x_; member in class:testing::gmock_matchers_test::AClass
3420 double AClass::x_ = 0.0; member in class:testing::gmock_matchers_test::AClass
    [all...]
  /external/protobuf/gtest/test/
gtest_unittest.cc 4776 int x_; member in class:Base
    [all...]
  /external/google-breakpad/src/testing/gtest/test/
gtest_unittest.cc 5181 int x_; member in class:Base
    [all...]
  /external/gtest/test/
gtest_unittest.cc 5036 int x_; member in class:Base
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest_unittest.cc 5036 int x_; member in class:Base
    [all...]
  /ndk/sources/third_party/googletest/googletest/test/
gtest_unittest.cc 5045 int x_; member in class:Base
    [all...]
  /external/v8/test/cctest/
test-api.cc 7557 int x_; member in class:Trivial
7573 int x_; member in class:Trivial2
    [all...]
  /prebuilts/tools/common/m2/repository/com/android/tools/external/propertysheet/1.0/
propertysheet-1.0.jar 

Completed in 1396 milliseconds

1 23