Home
last modified time | relevance | path

Searched refs:OtherType (Results 1 – 7 of 7) sorted by relevance

/external/eigen/Eigen/src/Core/products/
DSelfadjointProduct.h47 template<typename MatrixType, typename OtherType, int UpLo, bool OtherIsVector = OtherType::IsVecto…
50 template<typename MatrixType, typename OtherType, int UpLo>
51 struct selfadjoint_product_selector<MatrixType,OtherType,UpLo,true>
53 static void run(MatrixType& mat, const OtherType& other, const typename MatrixType::Scalar& alpha)
56 typedef internal::blas_traits<OtherType> OtherBlasTraits;
67 …internal::gemv_static_vector_if<Scalar,OtherType::SizeAtCompileTime,OtherType::MaxSizeAtCompileTim…
82 template<typename MatrixType, typename OtherType, int UpLo>
83 struct selfadjoint_product_selector<MatrixType,OtherType,UpLo,false>
85 static void run(MatrixType& mat, const OtherType& other, const typename MatrixType::Scalar& alpha)
88 typedef internal::blas_traits<OtherType> OtherBlasTraits;
/external/pdfium/core/fxcrt/
Dfx_coordinates.h87 template <typename OtherType>
88 CFX_STemplate<OtherType> As() const { in As()
89 return CFX_STemplate<OtherType>(static_cast<OtherType>(width), in As()
90 static_cast<OtherType>(height)); in As()
238 template <typename OtherType>
239 CFX_RTemplate<OtherType> As() const { in As()
240 return CFX_RTemplate<OtherType>( in As()
241 static_cast<OtherType>(left), static_cast<OtherType>(top), in As()
242 static_cast<OtherType>(width), static_cast<OtherType>(height)); in As()
/external/clang/test/Index/
Dprint-type.c8 typedef double OtherType; typedef
Dprint-type.cpp25 typedef double OtherType; typedef
/external/llvm/include/llvm/Analysis/
DMemoryDependenceAnalysis.h95 enum OtherType { enum
112 PointerSumTypeMember<Other, PointerEmbeddedInt<OtherType, 3>>>
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DMemoryDependenceAnalysis.h84 enum OtherType { enum
/external/swiftshader/third_party/LLVM/utils/TableGen/
DCodeGenDAGPatterns.cpp360 EVT OtherType(Other.TypeVec[0]); in EnforceSmallerThan() local
363 if (Type.getSizeInBits() >= OtherType.getSizeInBits()) in EnforceSmallerThan()
365 >= OtherType.getVectorElementType().getSizeInBits()) in EnforceSmallerThan()
373 if (Type.getSizeInBits() >= OtherType.getSizeInBits()) in EnforceSmallerThan()