Searched defs:rhs (Results 476 - 500 of 738) sorted by relevance

<<11121314151617181920>>

/external/deqp/framework/common/
H A DtcuMatrix.hpp93 bool operator== (const Matrix<T, Rows, Cols>& lhs, const Matrix<T, Rows, Cols>& rhs);
96 bool operator!= (const Matrix<T, Rows, Cols>& lhs, const Matrix<T, Rows, Cols>& rhs);
583 bool operator== (const Matrix<T, Rows, Cols>& lhs, const Matrix<T, Rows, Cols>& rhs) argument
587 if (lhs(row, col) != rhs(row, col))
593 bool operator!= (const Matrix<T, Rows, Cols>& lhs, const Matrix<T, Rows, Cols>& rhs) argument
595 return !(lhs == rhs);
/external/dng_sdk/source/
H A Ddng_pixel_buffer.cpp1739 real64 dng_pixel_buffer::MaximumDifference (const dng_pixel_buffer &rhs, argument
1748 const void *s1Ptr = rhs.ConstPixel (area.t,
1756 int32 s1RowStep = rhs.fRowStep;
1757 int32 s1ColStep = rhs.fColStep;
1758 int32 s1PlaneStep = rhs.fPlaneStep;
1764 if (fPixelType == rhs.fPixelType)
/external/eigen/Eigen/src/Cholesky/
H A DLDLT.h262 void _solve_impl(const RhsType &rhs, DstType &dst) const;
558 void LDLT<_MatrixType,_UpLo>::_solve_impl(const RhsType &rhs, DstType &dst) const argument
560 eigen_assert(rhs.rows() == rows());
562 dst = m_transpositions * rhs;
/external/eigen/Eigen/src/Core/products/
H A DGeneralMatrixMatrix.h32 const RhsScalar* rhs, Index rhsStride,
43 ::run(cols,rows,depth,rhs,rhsStride,lhs,lhsStride,res,resStride,alpha,blocking,info);
71 RhsMapper rhs(_rhs,rhsStride);
95 // For each horizontal panel of the rhs, and corresponding vertical panel of the lhs...
102 pack_rhs(blockB, rhs.getSubMapper(k,0), actual_kc, nc);
140 pack_rhs(blockB, rhs.getSubMapper(k,j), actual_kc, actual_nc);
167 // For each horizontal panel of the rhs, and corresponding panel of the lhs...
176 // OK, here we have selected one horizontal panel of rhs and one vertical panel of lhs.
178 // Note that this panel will be read as many times as the number of blocks in the rhs's
182 // For each kc x nc block of the rhs'
29 run( Index rows, Index cols, Index depth, const LhsScalar* lhs, Index lhsStride, const RhsScalar* rhs, Index rhsStride, ResScalar* res, Index resStride, ResScalar alpha, level3_blocking<RhsScalar,LhsScalar>& blocking, GemmParallelInfo<Index>* info = 0) argument
211 gemm_functor(const Lhs& lhs, const Rhs& rhs, Dest& dest, const Scalar& actualAlpha, BlockingType& blocking) argument
428 evalTo(Dst& dst, const Lhs& lhs, const Rhs& rhs) argument
440 addTo(Dst& dst, const Lhs& lhs, const Rhs& rhs) argument
449 subTo(Dst& dst, const Lhs& lhs, const Rhs& rhs) argument
465 typename internal::add_const_on_value_type<ActualRhsType>::type rhs = RhsBlasTraits::extract(a_rhs); local
[all...]
/external/eigen/Eigen/src/LU/
H A DFullPivLU.h415 void _solve_impl(const RhsType &rhs, DstType &dst) const;
419 void _solve_impl_transposed(const RhsType &rhs, DstType &dst) const;
747 void FullPivLU<_MatrixType>::_solve_impl(const RhsType &rhs, DstType &dst) const argument
751 * Step 1: compute c = P * rhs.
760 eigen_assert(rhs.rows() == rows);
769 typename RhsType::PlainObject c(rhs.rows(), rhs.cols());
772 c = permutationP() * rhs;
795 void FullPivLU<_MatrixType>::_solve_impl_transposed(const RhsType &rhs, DstType &dst) const argument
801 * Step 1: compute c = Q^T rhs
[all...]
/external/eigen/Eigen/src/QR/
H A DFullPivHouseholderQR.h399 void _solve_impl(const RhsType &rhs, DstType &dst) const;
542 void FullPivHouseholderQR<_MatrixType>::_solve_impl(const RhsType &rhs, DstType &dst) const argument
544 eigen_assert(rhs.rows() == rows());
555 typename RhsType::PlainObject c(rhs);
557 Matrix<Scalar,1,RhsType::ColsAtCompileTime> temp(rhs.cols());
562 c.bottomRightCorner(remainingSize, rhs.cols())
/external/eigen/Eigen/src/SparseCore/
H A DSparseSelfAdjointView.h74 /** \returns an expression of the matrix product between a sparse self-adjoint matrix \c *this and a sparse matrix \a rhs.
81 operator*(const SparseMatrixBase<OtherDerived>& rhs) const
83 return Product<SparseSelfAdjointView, OtherDerived>(*this, rhs.derived());
86 /** \returns an expression of the matrix product between a sparse matrix \a lhs and a sparse self-adjoint matrix \a rhs.
93 operator*(const SparseMatrixBase<OtherDerived>& lhs, const SparseSelfAdjointView& rhs) argument
95 return Product<OtherDerived, SparseSelfAdjointView>(lhs.derived(), rhs);
101 operator*(const MatrixBase<OtherDerived>& rhs) const
103 return Product<SparseSelfAdjointView,OtherDerived>(*this, rhs.derived());
109 operator*(const MatrixBase<OtherDerived>& lhs, const SparseSelfAdjointView& rhs) argument
111 return Product<OtherDerived,SparseSelfAdjointView>(lhs.derived(), rhs);
280 sparse_selfadjoint_time_dense_product(const SparseLhsType& lhs, const DenseRhsType& rhs, DenseResType& res, const AlphaType& alpha) argument
345 scaleAndAddTo(Dest& dst, const LhsView& lhsView, const Rhs& rhs, const typename Dest::Scalar& alpha) argument
[all...]
/external/eigen/unsupported/Eigen/src/SparseExtra/
H A DBlockSparseMatrix.h270 BlockSparseTimeDenseProduct(const Lhs& lhs, const Rhs& rhs) : Base(lhs,rhs) argument
/external/google-breakpad/src/common/windows/
H A Domap.cc147 bool MappedRangeOriginalLess(const MappedRange& lhs, const MappedRange& rhs) { argument
148 if (lhs.rva_original < rhs.rva_original)
150 if (lhs.rva_original > rhs.rva_original)
152 return lhs.length < rhs.length;
154 bool MappedRangeMappedLess(const MappedRange& lhs, const MappedRange& rhs) { argument
155 if (lhs.rva_transformed < rhs.rva_transformed)
157 if (lhs.rva_transformed > rhs.rva_transformed)
159 return lhs.length < rhs.length;
515 int AddressRange::Compare(const AddressRange& rhs) const {
516 if (end() <= rhs
[all...]
/external/googletest/googlemock/test/
H A Dgmock-generated-matchers_test.cc257 explicit GreaterThanMatcher(int rhs) : rhs_(rhs) {} argument
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bigdec/
H A DDiagBigDecimalTest.java1719 TestFmwk.assertTrue("mul038", ((new android.icu.math.BigDecimal("00.00")).multiply(new android.icu.math.BigDecimal("0E-3")).toString()).equals("0.00")); // rhs is '0'
2138 vn=new android.icu.math.BigDecimal("-1.23000e+2"); // rhs .. [was: -1.23455e+2, rounds to -123]
5062 the number is then rounded to an integer, using format(rhs+0,,0)
5073 android.icu.math.BigDecimal rhs;
5079 rhs = new android.icu.math.BigDecimal(srhs);
5082 res = lhs.add(rhs, mc).toString();
5086 mathtestcheck(test, lhs, rhs, "add", res, add);
5089 res = lhs.subtract(rhs, mc).toString();
5093 mathtestcheck(test, lhs, rhs, "sub", res, sub);
5096 res = lhs.multiply(rhs, m
5155 mathtestcheck(int test, android.icu.math.BigDecimal lhs, android.icu.math.BigDecimal rhs, java.lang.String op, java.lang.String got, java.lang.String want) argument
[all...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bigdec/
H A DDiagBigDecimalTest.java1716 TestFmwk.assertTrue("mul038", ((new com.ibm.icu.math.BigDecimal("00.00")).multiply(new com.ibm.icu.math.BigDecimal("0E-3")).toString()).equals("0.00")); // rhs is '0'
2135 vn=new com.ibm.icu.math.BigDecimal("-1.23000e+2"); // rhs .. [was: -1.23455e+2, rounds to -123]
5059 the number is then rounded to an integer, using format(rhs+0,,0)
5070 com.ibm.icu.math.BigDecimal rhs;
5076 rhs = new com.ibm.icu.math.BigDecimal(srhs);
5079 res = lhs.add(rhs, mc).toString();
5083 mathtestcheck(test, lhs, rhs, "add", res, add);
5086 res = lhs.subtract(rhs, mc).toString();
5090 mathtestcheck(test, lhs, rhs, "sub", res, sub);
5093 res = lhs.multiply(rhs, m
5152 mathtestcheck(int test, com.ibm.icu.math.BigDecimal lhs, com.ibm.icu.math.BigDecimal rhs, java.lang.String op, java.lang.String got, java.lang.String want) argument
[all...]
/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
H A DICUJDKCompare.java745 static boolean assignableFrom(Class lhs, Class rhs) { argument
746 if (lhs == rhs) {
750 if (!rhs.isPrimitive()) {
754 int rhsx = primIndex(rhs);
757 return lhs.isAssignableFrom(rhs);
/external/libchrome/base/trace_event/
H A Dtrace_config.cc137 const TraceConfig::EventFilterConfig& rhs) {
138 if (this == &rhs)
141 predicate_name_ = rhs.predicate_name_;
142 category_filter_ = rhs.category_filter_;
144 if (rhs.args_)
145 args_ = rhs.args_->CreateDeepCopy();
246 TraceConfig& TraceConfig::operator=(const TraceConfig& rhs) { argument
247 if (this == &rhs)
250 record_mode_ = rhs.record_mode_;
251 enable_systrace_ = rhs
136 operator =( const TraceConfig::EventFilterConfig& rhs) argument
[all...]
/external/libchrome/crypto/
H A Dp224.cc665 FieldElement rhs; local
666 Square(&rhs, x);
667 Mul(&rhs, x, rhs);
674 Subtract(&rhs, rhs, three_x);
675 Reduce(&rhs);
677 ::Add(&rhs, rhs, kB);
678 Contract(&rhs);
[all...]
/external/libcxx/src/
H A Dios.cpp301 ios_base::copyfmt(const ios_base& rhs) argument
309 if (__event_cap_ < rhs.__event_size_)
311 size_t newesize = sizeof(event_callback) * rhs.__event_size_;
318 size_t newisize = sizeof(int) * rhs.__event_size_;
325 if (__iarray_cap_ < rhs.__iarray_size_)
327 size_t newsize = sizeof(long) * rhs.__iarray_size_;
334 if (__parray_cap_ < rhs.__parray_size_)
336 size_t newsize = sizeof(void*) * rhs.__parray_size_;
344 __fmtflags_ = rhs.__fmtflags_;
345 __precision_ = rhs
382 move(ios_base& rhs) argument
[all...]
/external/libcxx/test/support/
H A Dcontainer_test_types.h129 inline bool operator!=(TypeInfo<L> const& lhs, TypeInfo<R> const& rhs) argument
130 { return !(lhs == rhs); }
/external/libmojo/base/android/java/src/org/chromium/base/
H A DApiCompatibilityUtils.java53 public static int compareLong(long lhs, long rhs) { argument
54 return lhs < rhs ? -1 : (lhs == rhs ? 0 : 1);
61 public static int compareBoolean(boolean lhs, boolean rhs) { argument
62 return lhs == rhs ? 0 : lhs ? 1 : -1;
/external/llvm/include/llvm/ADT/
H A DHashing.h86 friend bool operator==(const hash_code &lhs, const hash_code &rhs) { argument
87 return lhs.value == rhs.value;
89 friend bool operator!=(const hash_code &lhs, const hash_code &rhs) { argument
90 return lhs.value != rhs.value;
/external/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpressions.h249 SCEVUDivExpr(const FoldingSetNodeIDRef ID, const SCEV *lhs, const SCEV *rhs) argument
250 : SCEV(ID, scUDivExpr), LHS(lhs), RHS(rhs) {}
/external/mesa3d/src/compiler/glsl/
H A Dir_builder.cpp49 assign(deref lhs, operand rhs, operand condition, int writemask) argument
54 rhs.val,
62 assign(deref lhs, operand rhs) argument
64 return assign(lhs, rhs, (1 << lhs.val->type->vector_elements) - 1);
68 assign(deref lhs, operand rhs, int writemask) argument
70 return assign(lhs, rhs, (ir_rvalue *) NULL, writemask);
74 assign(deref lhs, operand rhs, operand condition) argument
76 return assign(lhs, rhs, condition, (1 << lhs.val->type->vector_elements) - 1);
/external/mesa3d/src/gallium/drivers/swr/
H A Dswr_shader.cpp54 bool operator==(const swr_jit_fs_key &lhs, const swr_jit_fs_key &rhs) argument
56 return !memcmp(&lhs, &rhs, sizeof(lhs));
59 bool operator==(const swr_jit_vs_key &lhs, const swr_jit_vs_key &rhs) argument
61 return !memcmp(&lhs, &rhs, sizeof(lhs));
/external/sfntly/cpp/src/sfntly/table/core/
H A Dname_table.cc48 NameTable::NameEntryId::NameEntryId(const NameTable::NameEntryId& rhs) { argument
49 *this = rhs;
53 NameTable::NameEntryId::operator=(const NameTable::NameEntryId& rhs) const {
54 platform_id_ = rhs.platform_id_;
55 encoding_id_ = rhs.encoding_id_;
56 language_id_ = rhs.language_id_;
57 name_id_ = rhs.name_id_;
61 bool NameTable::NameEntryId::operator==(const NameEntryId& rhs) const {
62 return platform_id_ == rhs.platform_id_ &&
63 encoding_id_ == rhs
[all...]
/external/skia/tools/skdiff/
H A Dskdiff_main.cpp322 static int compare_file_name_metrics(SkString **lhs, SkString **rhs) { argument
323 return strcmp((*lhs)->c_str(), (*rhs)->c_str());
/external/skqp/tools/skdiff/
H A Dskdiff_main.cpp322 static int compare_file_name_metrics(SkString **lhs, SkString **rhs) { argument
323 return strcmp((*lhs)->c_str(), (*rhs)->c_str());

Completed in 777 milliseconds

<<11121314151617181920>>