Searched refs:OtherType (Results 1 – 6 of 6) 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) 57 typedef internal::blas_traits<OtherType> OtherBlasTraits; 68 …internal::gemv_static_vector_if<Scalar,OtherType::SizeAtCompileTime,OtherType::MaxSizeAtCompileTim… 83 template<typename MatrixType, typename OtherType, int UpLo> 84 struct selfadjoint_product_selector<MatrixType,OtherType,UpLo,false> 86 static void run(MatrixType& mat, const OtherType& other, const typename MatrixType::Scalar& alpha) 90 typedef internal::blas_traits<OtherType> OtherBlasTraits;
|
/external/jetty/src/java/org/eclipse/jetty/webapp/ |
D | FragmentDescriptor.java | 40 public enum OtherType {None, Before, After}; enum in FragmentDescriptor 41 protected OtherType _otherType = OtherType.None; 113 if (_otherType != OtherType.None) in processBefores() 116 _otherType = OtherType.Before; in processBefores() 139 if (_otherType != OtherType.None) in processAfters() 142 _otherType = OtherType.After; in processAfters() 160 public OtherType getOtherType () in getOtherType()
|
/external/clang/test/Index/ |
D | print-type.c | 8 typedef double OtherType; typedef
|
D | print-type.cpp | 25 typedef double OtherType; typedef
|
/external/v8/src/ |
D | types.cc | 1205 template<class OtherType> 1207 typename OtherType::TypeHandle type, Region* region) { in Convert() 1219 TypeHandle outer = Convert<OtherType>(type->AsContext()->Outer(), region); in Convert() 1225 TypeHandle t = Convert<OtherType>(type->AsUnion()->Get(i), region); in Convert() 1230 TypeHandle element = Convert<OtherType>(type->AsArray()->Element(), region); in Convert() 1233 TypeHandle res = Convert<OtherType>(type->AsFunction()->Result(), region); in Convert() 1234 TypeHandle rcv = Convert<OtherType>(type->AsFunction()->Receiver(), region); in Convert() 1238 TypeHandle param = Convert<OtherType>( in Convert()
|
/external/llvm/include/llvm/Analysis/ |
D | MemoryDependenceAnalysis.h | 83 enum OtherType { enum
|