/external/eigen/Eigen/src/Core/ |
Product.h | 13 template<typename Lhs, typename Rhs> class Product; 14 template<typename Lhs, typename Rhs, typename StorageKind> class ProductImpl; 21 * \param Lhs the type of the left-hand side expression 29 template<typename Lhs, typename Rhs> 30 struct traits<Product<Lhs, Rhs> > 33 typedef typename remove_all<Lhs>::type LhsCleaned; 52 template<typename Lhs, typename Rhs> 53 class Product : public ProductImpl<Lhs,Rhs,typename internal::promote_storage_type<typename internal::traits<Lhs>::StorageKind, 59 Lhs, Rhs 79 const LhsNestedCleaned& lhs() const { return m_lhs; } function in class:Product [all...] |
/external/gtest/include/gtest/internal/ |
gtest-string.h | 134 static bool CStringEquals(const char* lhs, const char* rhs); 152 static bool WideCStringEquals(const wchar_t* lhs, const wchar_t* rhs); 160 static bool CaseInsensitiveCStringEquals(const char* lhs, 175 static bool CaseInsensitiveWideCStringEquals(const wchar_t* lhs,
|
/external/llvm/utils/unittest/googletest/include/gtest/internal/ |
gtest-string.h | 134 static bool CStringEquals(const char* lhs, const char* rhs); 152 static bool WideCStringEquals(const wchar_t* lhs, const wchar_t* rhs); 160 static bool CaseInsensitiveCStringEquals(const char* lhs, 175 static bool CaseInsensitiveWideCStringEquals(const wchar_t* lhs,
|
/external/marisa-trie/v0_1_5/lib/marisa_alpha/ |
base.h | 204 void Swap(T *lhs, T *rhs) { 205 MARISA_ALPHA_THROW_IF((lhs == NULL) || (rhs == NULL), 207 T temp = *lhs; 208 *lhs = *rhs;
|
range.h | 82 inline bool operator>(const WRange &lhs, const WRange &rhs) { 83 return lhs.weight() > rhs.weight();
|
/external/mesa3d/src/glsl/ |
opt_copy_propagation.cpp | 46 acp_entry(ir_variable *lhs, ir_variable *rhs) 48 assert(lhs); 50 this->lhs = lhs; 54 ir_variable *lhs; member in class:__anon26284::acp_entry 141 kill(ir->lhs->variable_referenced()); 156 * Replaces dereferences of ACP RHS variables with ACP LHS variables. 173 if (var == entry->lhs) { 221 this->acp->push_tail(new(this->mem_ctx) acp_entry(a->lhs, a->rhs)); 297 if (entry->lhs == var || entry->rhs == var) [all...] |
/external/mesa3d/src/gtest/include/gtest/internal/ |
gtest-string.h | 134 static bool CStringEquals(const char* lhs, const char* rhs); 152 static bool WideCStringEquals(const wchar_t* lhs, const wchar_t* rhs); 160 static bool CaseInsensitiveCStringEquals(const char* lhs, 175 static bool CaseInsensitiveWideCStringEquals(const wchar_t* lhs,
|
/external/open-vcdiff/gtest/include/gtest/internal/ |
gtest-string.h | 132 static bool CStringEquals(const char* lhs, const char* rhs); 150 static bool WideCStringEquals(const wchar_t* lhs, const wchar_t* rhs); 158 static bool CaseInsensitiveCStringEquals(const char* lhs, 173 static bool CaseInsensitiveWideCStringEquals(const wchar_t* lhs,
|
/external/protobuf/gtest/include/gtest/internal/ |
gtest-string.h | 132 static bool CStringEquals(const char* lhs, const char* rhs); 150 static bool WideCStringEquals(const wchar_t* lhs, const wchar_t* rhs); 158 static bool CaseInsensitiveCStringEquals(const char* lhs, 173 static bool CaseInsensitiveWideCStringEquals(const wchar_t* lhs,
|
/frameworks/base/libs/hwui/ |
RenderBufferCache.cpp | 80 const RenderBufferCache::RenderBufferEntry& lhs, 82 int deltaInt = int(lhs.mWidth) - int(rhs.mWidth); 85 deltaInt = int(lhs.mHeight) - int(rhs.mHeight); 88 return int(lhs.mFormat) - int(rhs.mFormat);
|
/frameworks/compile/mclinker/include/mcld/Support/ |
FileSystem.h | 68 inline bool operator==(const FileStatus& rhs, const FileStatus& lhs) { 69 return rhs.type() == lhs.type(); 72 inline bool operator!=(const FileStatus& rhs, const FileStatus& lhs ) { 73 return !(rhs == lhs);
|
/frameworks/rs/ |
rsMatrix2x2.h | 40 void loadMultiply(const rs_matrix2x2 *lhs, const rs_matrix2x2 *rhs);
|
rsMatrix3x3.h | 40 void loadMultiply(const rs_matrix3x3 *lhs, const rs_matrix3x3 *rhs);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.ops/ |
complex_divide_complex.pass.cpp | 14 // operator/(const complex<T>& lhs, const complex<T>& rhs); 23 test(const std::complex<T>& lhs, const std::complex<T>& rhs, std::complex<T> x) 25 assert(lhs / rhs == x); 32 std::complex<T> lhs(-4.0, 7.5); 35 test(lhs, rhs, x);
|
complex_times_complex.pass.cpp | 14 // operator*(const complex<T>& lhs, const complex<T>& rhs); 23 test(const std::complex<T>& lhs, const std::complex<T>& rhs, std::complex<T> x) 25 assert(lhs * rhs == x); 32 std::complex<T> lhs(1.5, 2.5); 35 test(lhs, rhs, x);
|
/external/chromium_org/third_party/WebKit/Source/platform/ |
Decimal.cpp | 63 SpecialValueHandler(const Decimal& lhs, const Decimal& rhs); 79 SpecialValueHandler::SpecialValueHandler(const Decimal& lhs, const Decimal& rhs) 80 : m_lhs(lhs), m_rhs(rhs), m_result(ResultIsUnknown) 341 const Decimal& lhs = *this; 342 const Sign lhsSign = lhs.sign(); 345 SpecialValueHandler handler(lhs, rhs); 351 return lhsSign == rhsSign ? lhs : nan(); 357 return lhs; 363 const AlignedOperands alignedOperands = alignOperands(lhs, rhs); 379 const Decimal& lhs = *this [all...] |
/external/ceres-solver/internal/ceres/ |
cgnr_solver.cc | 74 CgnrLinearOperator lhs(*A, per_solve_options.D); 79 conjugate_gradient_solver.Solve(&lhs, z.get(), cg_per_solve_options, x);
|
/external/chromium/chrome/browser/ui/views/autocomplete/ |
autocomplete_result_view.h | 77 static bool SortRunsLogically(const RunData& lhs, const RunData& rhs); 78 static bool SortRunsVisually(const RunData& lhs, const RunData& rhs);
|
/external/chromium_org/content/public/common/ |
page_transition_types.cc | 11 bool PageTransitionCoreTypeIs(PageTransition lhs, 16 return implicit_cast<int>(PageTransitionStripQualifier(lhs)) ==
|
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/bitmap/ |
bitmap_glyph_info.cc | 63 bool StartOffsetComparator::operator()(BitmapGlyphInfo* lhs, 65 return lhs->start_offset() > rhs->start_offset();
|
/external/clang/lib/StaticAnalyzer/Core/ |
SimpleSValBuilder.cpp | 37 NonLoc lhs, NonLoc rhs, QualType resultTy); 39 Loc lhs, Loc rhs, QualType resultTy); 41 Loc lhs, NonLoc rhs, QualType resultTy); 47 SVal MakeSymIntVal(const SymExpr *LHS, BinaryOperator::Opcode op, 183 SVal SimpleSValBuilder::MakeSymIntVal(const SymExpr *LHS, 245 // Wrap the LHS up in a NonLoc again and let evalCastFromNonLoc do the 248 return evalCastFromNonLoc(nonloc::SymbolVal(LHS), resultTy); 258 QualType SymbolType = LHS->getType(); 275 return makeNonLoc(LHS, op, *ConvertedRHS, resultTy); 280 NonLoc lhs, NonLoc rhs [all...] |
/external/eigen/Eigen/src/SparseCore/ |
SparseDiagonalProduct.h | 29 template<typename Lhs, typename Rhs> 30 struct traits<SparseDiagonalProduct<Lhs, Rhs> > 32 typedef typename remove_all<Lhs>::type _Lhs; 35 typedef typename promote_index_type<typename traits<Lhs>::Index, 53 template<typename Lhs, typename Rhs, typename SparseDiagonalProductType, int RhsMode, int LhsMode> 58 template<typename Lhs, typename Rhs> 60 : public SparseMatrixBase<SparseDiagonalProduct<Lhs,Rhs> >, 63 typedef typename Lhs::Nested LhsNested; 83 EIGEN_STRONG_INLINE SparseDiagonalProduct(const Lhs& lhs, const Rhs& rhs 92 EIGEN_STRONG_INLINE const _LhsNested& lhs() const { return m_lhs; } function in class:Eigen::SparseDiagonalProduct [all...] |
/external/kernel-headers/original/linux/ |
compat.h | 207 static inline int compat_timeval_compare(struct compat_timeval *lhs, 210 if (lhs->tv_sec < rhs->tv_sec) 212 if (lhs->tv_sec > rhs->tv_sec) 214 return lhs->tv_usec - rhs->tv_usec; 217 static inline int compat_timespec_compare(struct compat_timespec *lhs, 220 if (lhs->tv_sec < rhs->tv_sec) 222 if (lhs->tv_sec > rhs->tv_sec) 224 return lhs->tv_nsec - rhs->tv_nsec;
|
/external/marisa-trie/lib/marisa/ |
range.h | 82 inline bool operator>(const WRange &lhs, const WRange &rhs) { 83 return lhs.weight() > rhs.weight();
|
/external/sfntly/cpp/src/sfntly/table/bitmap/ |
bitmap_glyph_info.cc | 63 bool StartOffsetComparator::operator()(BitmapGlyphInfo* lhs, 65 return lhs->start_offset() > rhs->start_offset();
|