Searched defs:m_ (Results 1 - 10 of 10) sorted by relevance

/external/ceres-solver/internal/ceres/
H A Dschur_jacobi_preconditioner.h103 scoped_ptr<BlockRandomAccessDiagonalMatrix> m_; member in class:ceres::internal::SchurJacobiPreconditioner
H A Ddense_sparse_matrix.h70 virtual const double* values() const { return m_.data(); }
71 virtual double* mutable_values() { return m_.data(); }
101 ColMajorMatrix m_; member in class:ceres::internal::DenseSparseMatrix
H A Dblock_random_access_sparse_matrix_test.cc131 m_.reset(new BlockRandomAccessSparseMatrix(blocks, block_pairs));
135 int64 value = m_->IntPairToLong(a, b);
142 scoped_ptr<BlockRandomAccessSparseMatrix> m_; member in class:ceres::internal::BlockRandomAccessSparseMatrixTest
H A Dvisibility_based_preconditioner.h189 scoped_ptr<BlockRandomAccessSparseMatrix> m_; member in class:ceres::internal::VisibilityBasedPreconditioner
/external/compiler-rt/lib/tsan/benchmarks/
H A Dvts_many_threads_bench.cc33 Mutex() { pthread_mutex_init(&m_, NULL); }
34 ~Mutex() { pthread_mutex_destroy(&m_); }
35 void Lock() { pthread_mutex_lock(&m_); }
36 void Unlock() { pthread_mutex_unlock(&m_); }
39 pthread_mutex_t m_; member in class:Mutex
/external/libchrome/base/
H A Dobserver_list_threadsafe.h69 UnboundMethod(Method m, const Params& p) : m_(m), p_(p) {
74 DispatchToMethod(obj, m_, p_);
77 Method m_; member in class:base::internal::UnboundMethod
/external/opencv3/modules/cudafilters/test/
H A Dtest_filters.cpp57 cv::Mat getInnerROI(cv::InputArray m_, cv::Size ksize) argument
59 cv::Mat m = getMat(m_);
/external/clang/test/CXX/special/class.copy/
H A Dp11.0x.move.cpp173 member m_; member in struct:DR1402::A
183 // ok, A's explicitly-defaulted move operations copy m_.
/external/webrtc/talk/app/webrtc/
H A Dproxy.h139 MethodCall0(C* c, Method m) : c_(c), m_(m) {}
147 void OnMessage(rtc::Message*) { r_.Invoke(c_, m_); }
150 Method m_; member in class:webrtc::MethodCall0
159 ConstMethodCall0(C* c, Method m) : c_(c), m_(m) {}
167 void OnMessage(rtc::Message*) { r_.Invoke(c_, m_); }
170 Method m_; member in class:webrtc::ConstMethodCall0
179 MethodCall1(C* c, Method m, T1 a1) : c_(c), m_(m), a1_(a1) {}
187 void OnMessage(rtc::Message*) { r_.Invoke(c_, m_, a1_); }
190 Method m_; member in class:webrtc::MethodCall1
200 ConstMethodCall1(C* c, Method m, T1 a1) : c_(c), m_(
211 Method m_; member in class:webrtc::ConstMethodCall1
232 Method m_; member in class:webrtc::MethodCall2
255 Method m_; member in class:webrtc::MethodCall3
280 Method m_; member in class:webrtc::MethodCall4
306 Method m_; member in class:webrtc::MethodCall5
[all...]
/external/libyuv/files/util/
H A Dssim.cc63 __m128i m_; member in union:__anon11884::__anon11885
231 const __m128i ww0 = _mm_mullo_epi16(w0, (WEIGHT).values_.m_); \
232 const __m128i ww1 = _mm_mullo_epi16(w1, (WEIGHT).values_.m_); \

Completed in 306 milliseconds