HomeSort by relevance Sort by last modified time
    Searched refs:w_ (Results 1 - 23 of 23) sorted by null

  /frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
sparse_weight_vector.cpp 38 for (Witer_const iter = w_.begin();
39 iter != w_.end();
52 for (Witer_const iter = w1.w_.begin();
53 iter != w1.w_.end();
55 w_[iter->first] += ((multiplier * iter->second) / w1.normalizer_
66 for (Witer_const iter = w1.w_.begin();
67 iter != w1.w_.end();
69 w_[iter->first] += ((multiplier * iter->second * iter->second) /
81 for (Witer_const iter = w1.w_.begin();
82 iter != w1.w_.end()
    [all...]
sparse_weight_vector.h 52 w_ = other.w_;
101 GetValue(w_, fname, &val);
106 w_[fname] = val;
109 w_[fname] += val;
112 w_[fname] *= val;
116 w_.clear();
117 w_.insert(vec.w_.begin(), vec.w_.end())
167 Wmap w_; member in class:learning_stochastic_linear::SparseWeightVector
    [all...]
  /development/ndk/sources/android/ndk_helper/
vecmath.h 493 float x_, y_, z_, w_; member in class:ndk_helper::Vec4
502 x_ = y_ = z_ = w_ = 0.f;
510 w_ = fW;
518 w_ = vec.w_;
526 w_ = fW;
534 w_ = *pVec;
544 ret.w_ = z_ * rhs.w_;
554 ret.w_ = z_ / rhs.w_
964 float x_, y_, z_, w_; member in class:ndk_helper::Quaternion
    [all...]
vecmath.cpp 41 out.x_ = x_ * rhs.f_[0] + y_ * rhs.f_[1] + z_ * rhs.f_[2] + w_ * rhs.f_[3];
42 out.y_ = x_ * rhs.f_[4] + y_ * rhs.f_[5] + z_ * rhs.f_[6] + w_ * rhs.f_[7];
43 out.z_ = x_ * rhs.f_[8] + y_ * rhs.f_[9] + z_ * rhs.f_[10] + w_ * rhs.f_[11];
44 out.w_ = x_ * rhs.f_[12] + y_ * rhs.f_[13] + z_ * rhs.f_[14] + w_ * rhs.f_[15];
108 ret.x_ = rhs.x_ * f_[0] + rhs.y_ * f_[4] + rhs.z_ * f_[8] + rhs.w_ * f_[12];
109 ret.y_ = rhs.x_ * f_[1] + rhs.y_ * f_[5] + rhs.z_ * f_[9] + rhs.w_ * f_[13];
110 ret.z_ = rhs.x_ * f_[2] + rhs.y_ * f_[6] + rhs.z_ * f_[10] + rhs.w_ * f_[14];
111 ret.w_ = rhs.x_ * f_[3] + rhs.y_ * f_[7] + rhs.z_ * f_[11] + rhs.w_ * f_[15]
    [all...]
  /external/chromium_org/tools/imagediff/
image_diff.cc 53 Image() : w_(0), h_(0) {
57 : w_(image.w_),
63 return w_ > 0 && h_ > 0;
67 return w_;
89 &data_, &w_, &h_)) {
114 &data_, &w_, &h_)) {
122 w_ = h_ = 0;
128 DCHECK(x >= 0 && x < w_);
130 return *reinterpret_cast<const uint32*>(&(data_[(y * w_ + x) * 4]))
142 int w_, h_; member in class:Image
    [all...]
  /external/ceres-solver/internal/ceres/
parameter_block_ordering_test.cc 69 problem_.AddParameterBlock(w_, 6);
76 z_, x_, w_);
80 double x_[3], y_[4], z_[5], w_[6]; member in class:ceres::internal::SchurOrderingTest
128 problem_.SetParameterBlockConstant(w_);
  /external/chromium_org/v8/test/cctest/
test-utils-arm64.h 63 return dump_.w_[code];
125 return ((dump_.x_[code] & kWRegMask) == dump_.w_[code]);
146 uint32_t w_[kNumberOfRegisters];
170 STATIC_ASSERT(sizeof(for_sizeof().w_[0]) == kWRegSize);
test-utils-arm64.cc 341 const int w_offset = offsetof(dump_t, w_);
  /external/vixl/test/
test-utils-a64.h 48 VIXL_ASSERT(sizeof(dump_.w_[0]) == kWRegSizeInBytes);
66 return dump_.w_[code];
128 return ((dump_.x_[code] & kWRegMask) == dump_.w_[code]);
149 uint32_t w_[kNumberOfRegisters];
test-utils-a64.cc 339 const int w_offset = offsetof(dump_t, w_);
  /external/chromium_org/third_party/re2/re2/
prog.h 26 w_[i] = 0;
29 return w_[k >> WordLog] & (1<<(k & 31));
32 w_[k >> WordLog] |= 1<<(k & 31);
35 w_[k >> WordLog] &= ~(1<<(k & 31));
38 return w_[i];
44 uint32 w_[Words]; member in class:re2::Bitmap
  /external/regex-re2/re2/
prog.h 26 w_[i] = 0;
29 return w_[k >> WordLog] & (1<<(k & 31));
32 w_[k >> WordLog] |= 1<<(k & 31);
35 w_[k >> WordLog] &= ~(1<<(k & 31));
38 return w_[i];
44 uint32 w_[Words]; member in class:re2::Bitmap
  /external/valgrind/main/drd/tests/
tsan_thread_wrappers_pthread.h 347 :w_(worker), arg_(arg), name_(name) {}
349 :w_(reinterpret_cast<worker_t>(worker)), arg_(arg), name_(name) {}
351 :w_(reinterpret_cast<worker_t>(worker)), arg_(arg), name_(name) {}
353 ~MyThread(){ w_ = NULL; arg_ = NULL;}
362 my_thread->w_(my_thread->arg_);
365 worker_t w_; member in class:MyThread
  /external/chromium_org/skia/ext/
platform_canvas_unittest.cc 148 w_(w),
163 int w() const { return w_; }
167 int right() const { return x_ + w_; }
172 int x_, y_, w_, h_; member in class:skia::__anon15303::LayerSaver
  /external/deqp/framework/common/
tcuVector.hpp 109 Vector (T x_, T y_, T z_, T w_);
205 inline Vector<T, Size>::Vector (T x_, T y_, T z_, T w_)
211 m_data[3] = w_;
  /frameworks/ml/bordeaux/learning/stochastic_linear_ranker/jni/
jni_stochastic_linear_ranker.cpp 54 SparseWeightVector<string>::Wmap w_ = sample->GetMap(); local
56 for ( SparseWeightVector<string>::Witer_const iter = w_.begin();
57 iter != w_.end(); ++iter) {
  /external/chromium_org/v8/src/
jsregexp.h 1279 ContainedInLattice w_; \/\/ The \\w character class. member in class:v8::internal::BoyerMoorePositionInfo
    [all...]
gdb-jit.cc 58 Slot(Writer* w, uintptr_t offset) : w_(w), offset_(offset) { }
61 return w_->RawSlotAt<T>(offset_);
65 *w_->RawSlotAt<T>(offset_) = value;
69 return Slot<T>(w_, offset_ + sizeof(T) * i);
73 Writer* w_; member in class:v8::internal::BASE_EMBEDDED::Slot
    [all...]
jsregexp.cc     [all...]
  /external/chromium_org/v8/tools/gcmole/
gcmole.lua 53 local flag = arg[i]:match "^%-%-([%w_-]+)$"
55 local no, real_flag = flag:match "^(no)([%w_-]+)$"
  /external/deqp/modules/gles2/functional/
es2fVertexTextureTests.cpp 116 Rect (int x_, int y_, int w_, int h_) : x(x_), y(y_), w(w_), h(h_) {}
    [all...]
  /external/deqp/modules/gles3/functional/
es3fVertexTextureTests.cpp 144 Rect (int x_, int y_, int w_, int h_) : x(x_), y(y_), w(w_), h(h_) {}
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/testdata/
h264-svc-99-640x360.rtpdump     [all...]

Completed in 774 milliseconds