Searched refs:ResultType (Results 1 - 25 of 84) sorted by relevance

1234

/external/eigen/Eigen/src/SparseCore/
H A DSparseSparseProductWithPruning.h19 template<typename Lhs, typename Rhs, typename ResultType>
20 static void sparse_sparse_product_with_pruning_impl(const Lhs& lhs, const Rhs& rhs, ResultType& res, const typename ResultType::RealScalar& tolerance)
37 if(ResultType::IsRowMajor)
79 template<typename Lhs, typename Rhs, typename ResultType,
82 int ResStorageOrder = traits<ResultType>::Flags&RowMajorBit>
85 template<typename Lhs, typename Rhs, typename ResultType>
86 struct sparse_sparse_product_with_pruning_selector<Lhs,Rhs,ResultType,ColMajor,ColMajor,ColMajor>
89 typedef typename ResultType::RealScalar RealScalar;
91 static void run(const Lhs& lhs, const Rhs& rhs, ResultType
[all...]
H A DConservativeSparseSparseProduct.h17 template<typename Lhs, typename Rhs, typename ResultType>
18 static void conservative_sparse_sparse_product_impl(const Lhs& lhs, const Rhs& rhs, ResultType& res, bool sortedInsertion = false)
125 template<typename Lhs, typename Rhs, typename ResultType,
128 int ResStorageOrder = (traits<ResultType>::Flags&RowMajorBit) ? RowMajor : ColMajor>
131 template<typename Lhs, typename Rhs, typename ResultType>
132 struct conservative_sparse_sparse_product_selector<Lhs,Rhs,ResultType,ColMajor,ColMajor,ColMajor>
137 static void run(const Lhs& lhs, const Rhs& rhs, ResultType& res)
139 typedef SparseMatrix<typename ResultType::Scalar,RowMajor,typename ResultType::StorageIndex> RowMajorMatrix;
140 typedef SparseMatrix<typename ResultType
[all...]
/external/eigen/Eigen/src/LU/
H A DInverseImpl.h22 template<typename MatrixType, typename ResultType, int Size = MatrixType::RowsAtCompileTime>
26 static inline void run(const MatrixType& matrix, ResultType& result)
32 template<typename MatrixType, typename ResultType, int Size = MatrixType::RowsAtCompileTime>
39 template<typename MatrixType, typename ResultType>
40 struct compute_inverse<MatrixType, ResultType, 1>
43 static inline void run(const MatrixType& matrix, ResultType& result)
51 template<typename MatrixType, typename ResultType>
52 struct compute_inverse_and_det_with_check<MatrixType, ResultType, 1>
58 ResultType& result,
59 typename ResultType
140 compute_inverse_size3_helper( const MatrixType& matrix, const typename ResultType::Scalar& invdet, const Matrix<typename ResultType::Scalar,3,1>& cofactors_col0, ResultType& result) argument
[all...]
/external/clang/lib/CodeGen/
H A DCodeGenTypes.cpp354 llvm::Type *ResultType = nullptr; local
359 ResultType = llvm::StructType::get(getLLVMContext());
364 ResultType = GetFunctionType(*FI);
375 return ResultType;
395 llvm::Type *ResultType = nullptr;
414 ResultType = llvm::Type::getInt8Ty(getLLVMContext());
419 ResultType = llvm::Type::getInt1Ty(getLLVMContext());
438 ResultType = llvm::IntegerType::get(getLLVMContext(),
444 ResultType =
453 ResultType
[all...]
H A DCGVTables.cpp84 QualType ResultType, RValue RV,
87 bool NullCheckValue = !ResultType->isReferenceType();
105 auto ClassDecl = ResultType->getPointeeType()->getAsCXXRecordDecl();
149 QualType ResultType = FPT->getReturnType(); local
198 RV = PerformReturnAdjustment(*this, ResultType, RV, Thunk);
218 QualType ResultType = CGM.getCXXABI().HasThisReturn(GD) local
232 CGM.getCXXABI().addImplicitStructorParams(*this, ResultType, FunctionArgs);
235 StartFunction(GlobalDecl(), ResultType, Fn, FnInfo, FunctionArgs, local
310 QualType ResultType = CGM.getCXXABI().HasThisReturn(CurGD) local
316 if (!ResultType
83 PerformReturnAdjustment(CodeGenFunction &CGF, QualType ResultType, RValue RV, const ThunkInfo &Thunk) argument
[all...]
H A DCGObjCRuntime.h164 QualType ResultType,
180 QualType ResultType,
/external/eigen/unsupported/Eigen/src/MatrixFunctions/
H A DMatrixSquareRoot.h19 template <typename MatrixType, typename ResultType>
20 void matrix_sqrt_quasi_triangular_2x2_diagonal_block(const MatrixType& T, typename MatrixType::Index i, ResultType& sqrtT)
34 template <typename MatrixType, typename ResultType>
35 void matrix_sqrt_quasi_triangular_1x1_off_diagonal_block(const MatrixType& T, typename MatrixType::Index i, typename MatrixType::Index j, ResultType& sqrtT)
43 template <typename MatrixType, typename ResultType>
44 void matrix_sqrt_quasi_triangular_1x2_off_diagonal_block(const MatrixType& T, typename MatrixType::Index i, typename MatrixType::Index j, ResultType& sqrtT)
56 template <typename MatrixType, typename ResultType>
57 void matrix_sqrt_quasi_triangular_2x1_off_diagonal_block(const MatrixType& T, typename MatrixType::Index i, typename MatrixType::Index j, ResultType& sqrtT)
103 template <typename MatrixType, typename ResultType>
104 void matrix_sqrt_quasi_triangular_2x2_off_diagonal_block(const MatrixType& T, typename MatrixType::Index i, typename MatrixType::Index j, ResultType
[all...]
H A DMatrixPower.h59 template<typename ResultType>
60 inline void evalTo(ResultType& res) const
98 typedef Block<MatrixType,Dynamic,Dynamic> ResultType; typedef in class:Eigen::MatrixPowerAtomic
103 void computePade(int degree, const MatrixType& IminusT, ResultType& res) const;
104 void compute2x2(ResultType& res, RealScalar p) const;
105 void computeBig(ResultType& res) const;
132 void compute(ResultType& res) const;
144 void MatrixPowerAtomic<MatrixType>::compute(ResultType& res) const
162 void MatrixPowerAtomic<MatrixType>::computePade(int degree, const MatrixType& IminusT, ResultType& res) const
176 void MatrixPowerAtomic<MatrixType>::compute2x2(ResultType
[all...]
H A DMatrixFunction.h388 template <typename AtomicType, typename ResultType>
389 static void run(const MatrixType& A, AtomicType& atomic, ResultType &result);
401 template <typename AtomicType, typename ResultType>
402 static void run(const MatrixType& A, AtomicType& atomic, ResultType &result)
425 template <typename AtomicType, typename ResultType>
426 static void run(const MatrixType& A, AtomicType& atomic, ResultType &result)
503 template <typename ResultType>
504 inline void evalTo(ResultType& result) const
H A DMatrixExponential.h351 template <typename ArgType, typename ResultType>
352 void matrix_exp_compute(const ArgType& arg, ResultType &result)
401 template <typename ResultType>
402 inline void evalTo(ResultType& result) const
/external/pdfium/third_party/base/
H A Dstl_util.h42 template <typename ResultType, typename Collection>
43 ResultType CollectionSize(const Collection& collection) {
44 return pdfium::base::checked_cast<ResultType>(collection.size());
/external/libchrome/base/
H A Dstl_util.h213 // Returns a new ResultType containing the difference of two sorted containers.
214 template <typename ResultType, typename Arg1, typename Arg2>
215 ResultType STLSetDifference(const Arg1& a1, const Arg2& a2) {
218 ResultType difference;
225 // Returns a new ResultType containing the union of two sorted containers.
226 template <typename ResultType, typename Arg1, typename Arg2>
227 ResultType STLSetUnion(const Arg1& a1, const Arg2& a2) {
230 ResultType result;
237 // Returns a new ResultType containing the intersection of two sorted
239 template <typename ResultType, typenam
[all...]
/external/webrtc/webrtc/system_wrappers/include/
H A Dstl_util.h216 // Returns a new ResultType containing the difference of two sorted containers.
217 template <typename ResultType, typename Arg1, typename Arg2>
218 ResultType STLSetDifference(const Arg1& a1, const Arg2& a2) {
221 ResultType difference;
228 // Returns a new ResultType containing the union of two sorted containers.
229 template <typename ResultType, typename Arg1, typename Arg2>
230 ResultType STLSetUnion(const Arg1& a1, const Arg2& a2) {
233 ResultType result;
240 // Returns a new ResultType containing the intersection of two sorted
242 template <typename ResultType, typenam
[all...]
/external/eigen/Eigen/src/Geometry/
H A DTransform.h440 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const typename internal::transform_right_product_impl<Transform, OtherDerived>::ResultType
452 EIGEN_DEVICE_FUNC inline const typename internal::transform_left_product_impl<OtherDerived,Mode,Options,_Dim,_Dim+1>::ResultType
505 // Eigen::Transform<double, 3, Mode, Options>, <expression>>::ResultType (const Eigen::Transform<double, 3, Mode, Options> &) const")
510 typedef typename ProductType::ResultType ResultType; typedef in struct:Eigen::Transform::icc_11_workaround
516 inline typename icc_11_workaround<OtherMode,OtherOptions>::ResultType
525 EIGEN_DEVICE_FUNC inline typename internal::transform_transform_product_impl<Transform,Transform<Scalar,Dim,OtherMode,OtherOptions> >::ResultType
1313 typedef typename MatrixType::PlainObject ResultType; typedef in struct:Eigen::internal::transform_right_product_impl
1315 static EIGEN_STRONG_INLINE ResultType run(const TransformType& T, const MatrixType& other)
1331 typedef typename MatrixType::PlainObject ResultType; typedef in struct:Eigen::internal::transform_right_product_impl
1357 typedef typename MatrixType::PlainObject ResultType; typedef in struct:Eigen::internal::transform_right_product_impl
1382 typedef typename MatrixType::PlainObject ResultType; typedef in struct:Eigen::internal::transform_right_product_impl
1405 typedef Transform<typename Other::Scalar,Dim,Projective,Options> ResultType; typedef in struct:Eigen::internal::transform_left_product_impl
1416 typedef Transform<typename Other::Scalar,Dim,Projective,Options> ResultType; typedef in struct:Eigen::internal::transform_left_product_impl
1432 typedef TransformType ResultType; typedef in struct:Eigen::internal::transform_left_product_impl
1448 typedef TransformType ResultType; typedef in struct:Eigen::internal::transform_left_product_impl
1464 typedef TransformType ResultType; typedef in struct:Eigen::internal::transform_left_product_impl
1486 typedef Transform<Scalar,Dim,ResultMode,LhsOptions> ResultType; typedef in struct:Eigen::internal::transform_transform_product_impl
1502 typedef Transform<Scalar,Dim,Projective> ResultType; typedef in struct:Eigen::internal::transform_transform_product_impl
1514 typedef Transform<Scalar,Dim,Projective> ResultType; typedef in struct:Eigen::internal::transform_transform_product_impl
1529 typedef Transform<Scalar,Dim,Projective> ResultType; typedef in struct:Eigen::internal::transform_transform_product_impl
[all...]
/external/eigen/unsupported/Eigen/src/Skyline/
H A DSkylineProduct.h248 template<typename Lhs, typename Rhs, typename ResultType,
252 template<typename Lhs, typename Rhs, typename ResultType>
253 struct skyline_product_selector<Lhs, Rhs, ResultType, RowMajor> {
256 static void run(const Lhs& lhs, const Rhs& rhs, ResultType & res) {
257 skyline_row_major_time_dense_product<Lhs, Rhs, ResultType > (lhs, rhs, res);
261 template<typename Lhs, typename Rhs, typename ResultType>
262 struct skyline_product_selector<Lhs, Rhs, ResultType, ColMajor> {
265 static void run(const Lhs& lhs, const Rhs& rhs, ResultType & res) {
266 skyline_col_major_time_dense_product<Lhs, Rhs, ResultType > (lhs, rhs, res);
/external/gemmlowp/test/
H A Dbenchmark.cc69 template <typename LhsType, typename RhsType, typename ResultType>
88 std::vector<ResultType> result(pool_size * gemms.size());
137 template <typename LhsType, typename RhsType, typename ResultType>
141 time_for_gemms<LhsType, RhsType, ResultType>(context, gemms);
172 typedef Matrix<std::uint8_t, MapOrder::ColMajor> ResultType; typedef
188 gflops_for_gemms<LhsType, RhsType, ResultType>(context, unique_gemm);
216 typedef Matrix<std::uint8_t, MapOrder::ColMajor> ResultType; typedef
229 time_for_gemms<LhsType, RhsType, ResultType>(context, gemms));
/external/eigen/Eigen/src/LU/arch/
H A DInverse_SSE.h34 template<typename MatrixType, typename ResultType>
35 struct compute_inverse_size4<Architecture::SSE, float, MatrixType, ResultType>
39 ResultAlignment = traits<ResultType>::Alignment,
40 StorageOrdersMatch = (MatrixType::Flags&RowMajorBit) == (ResultType::Flags&RowMajorBit)
44 static void run(const MatrixType& mat, ResultType& result)
166 template<typename MatrixType, typename ResultType>
167 struct compute_inverse_size4<Architecture::SSE, double, MatrixType, ResultType>
171 ResultAlignment = traits<ResultType>::Alignment,
172 StorageOrdersMatch = (MatrixType::Flags&RowMajorBit) == (ResultType::Flags&RowMajorBit)
176 static void run(const MatrixType& mat, ResultType
[all...]
/external/clang/test/SemaCXX/
H A Dtypo-correction.cpp382 enum ResultType { enum in class:class_member_typo_corrections::Result
388 ResultType type();
402 enum ResultType { enum in class:class_member_typo_corrections::Figure
409 ResultType type();
/external/skia/src/core/
H A DSkStroke.cpp174 enum ResultType { enum in class:SkPathStroker
203 ResultType compareQuadConic(const SkConic& , SkQuadConstruct* ) const;
204 ResultType compareQuadCubic(const SkPoint cubic[4], SkQuadConstruct* );
205 ResultType compareQuadQuad(const SkPoint quad[3], SkQuadConstruct* );
217 ResultType intersectRay(SkQuadConstruct* , IntersectRayType STROKER_DEBUG_PARAMS(int) ) const;
233 ResultType strokeCloseEnough(const SkPoint stroke[3], const SkPoint ray[2],
235 ResultType tangentsMeet(const SkPoint cubic[4], SkQuadConstruct* );
872 SkPathStroker::ResultType SkPathStroker::intersectRay(SkQuadConstruct* quadPts,
927 SkPathStroker::ResultType SkPathStroker::tangentsMeet(const SkPoint cubic[4],
989 SkPathStroker::ResultType SkPathStroke
[all...]
/external/pdfium/third_party/base/numerics/
H A Dsafe_math.h375 struct ResultType;
380 struct ResultType<M, L, R> { struct in namespace:pdfium::base::internal
388 struct ResultType { struct in namespace:pdfium::base::internal
390 typename ResultType<M, typename ResultType<M, L, R>::type, Args...>::type;
417 CheckedNumeric<typename ResultType<M, L, R, Args...>::type>
429 CheckedNumeric<typename ResultType<Checked##NAME##Op, L, R, Args...>::type> \
/external/eigen/Eigen/src/Core/
H A DVectorwiseOp.h85 template <typename ResultType> \
88 typedef ResultType result_type; \
93 ResultType operator()(const XprType& mat) const \
113 template <int p, typename ResultType>
115 typedef ResultType result_type;
120 EIGEN_DEVICE_FUNC inline ResultType operator()(const XprType& mat) const
H A DMatrixBase.h340 template<typename ResultType>
342 ResultType& inverse,
343 typename ResultType::Scalar& determinant,
347 template<typename ResultType>
349 ResultType& inverse,
/external/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp179 CodeCompletionString::Chunk::CreateResultType(const char *ResultType) { argument
180 return Chunk(CK_ResultType, ResultType);
362 void CodeCompletionBuilder::AddResultTypeChunk(const char *ResultType) { argument
363 Chunks.push_back(Chunk::CreateResultType(ResultType));
/external/eigen/Eigen/src/Eigenvalues/
H A DHessenbergDecomposition.h354 template <typename ResultType>
355 inline void evalTo(ResultType& result) const
/external/eigen/Eigen/src/QR/
H A DFullPivHouseholderQR.h612 template <typename ResultType>
613 void evalTo(ResultType& result) const
620 template <typename ResultType>
621 void evalTo(ResultType& result, WorkVectorType& workspace) const

Completed in 551 milliseconds

1234