Searched refs:OtherType (Results 1 – 7 of 7) sorted by relevance
/external/eigen/Eigen/src/Core/products/ |
D | SelfadjointProduct.h | 47 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/angle/src/common/ |
D | vector_utils.h | 93 template <size_t CurrentIndex, size_t OtherDimension, typename OtherType, typename... Args> 94 void initWithList(const Vector<OtherDimension, OtherType> &arg1, const Args &... args); 99 template <size_t CurrentIndex, typename OtherType, typename... Args> 100 typename std::enable_if<std::is_arithmetic<OtherType>::value>::type initWithList( 101 OtherType arg1, 218 template <size_t CurrentIndex, size_t OtherDimension, typename OtherType, typename... Args> 219 void VectorBase<Dimension, Type>::initWithList(const Vector<OtherDimension, OtherType> &arg1, in initWithList() 232 template <size_t CurrentIndex, typename OtherType, typename... Args> 233 typename std::enable_if<std::is_arithmetic<OtherType>::value>::type 234 VectorBase<Dimension, Type>::initWithList(OtherType arg1, const Args &... args) in initWithList()
|
/external/clang/test/Index/ |
D | print-type.c | 8 typedef double OtherType; typedef
|
D | print-type.cpp | 25 typedef double OtherType; typedef
|
/external/pdfium/core/fxcrt/ |
D | fx_coordinates.h | 73 template <typename OtherType> 74 CFX_STemplate<OtherType> As() const { in As() 75 return CFX_STemplate<OtherType>(static_cast<OtherType>(width), in As() 76 static_cast<OtherType>(height)); in As()
|
/external/llvm/include/llvm/Analysis/ |
D | MemoryDependenceAnalysis.h | 95 enum OtherType { enum 112 PointerSumTypeMember<Other, PointerEmbeddedInt<OtherType, 3>>>
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | MemoryDependenceAnalysis.h | 106 enum OtherType { enum 123 PointerSumTypeMember<Other, PointerEmbeddedInt<OtherType, 3>>>;
|