HomeSort by relevance Sort by last modified time
    Searched refs:VType (Results 1 - 7 of 7) sorted by null

  /external/google-benchmark/src/
stat.h 12 template <typename VType, typename NumType>
15 template <typename VType, typename NumType>
23 template <typename VType>
25 template <typename VType>
27 template <typename VType>
30 template <typename VType, typename NumType>
33 typedef Stat1<VType, NumType> Self;
37 explicit Stat1(const VType &dat) {
44 explicit Stat1(const VType *begin, const VType *end)
    [all...]
  /external/libcxxabi/test/
catch_multi_level_pointer.pass.cpp 73 typedef Tp volatile* VType;
83 typedef volatile Member (Class::*VType);
94 typedef typename ThrowTypes::VType VType;
99 run_catch_tests<VType>();
107 typedef typename CatchTypes::VType VType;
112 catch_pointer_test<ThrowTp, VType>();
117 generate_tests_imp<ThrowTp, VType, level-1>()();
  /external/eigen/Eigen/src/Core/products/
SelfadjointRank2Update.h 21 template<typename Scalar, typename Index, typename UType, typename VType, int UpLo>
24 template<typename Scalar, typename Index, typename UType, typename VType>
25 struct selfadjoint_rank2_update_selector<Scalar,Index,UType,VType,Lower>
27 static void run(Scalar* mat, Index stride, const UType& u, const VType& v, const Scalar& alpha)
39 template<typename Scalar, typename Index, typename UType, typename VType>
40 struct selfadjoint_rank2_update_selector<Scalar,Index,UType,VType,Upper>
42 static void run(Scalar* mat, Index stride, const UType& u, const VType& v, const Scalar& alpha)
  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp     [all...]
  /external/clang/lib/Sema/
SemaOpenMP.cpp     [all...]
SemaInit.cpp 637 } else if (const VectorType *VType = ILE->getType()->getAs<VectorType>()) {
638 ElementType = VType->getElementType();
639 NumElements = VType->getNumElements();
    [all...]

Completed in 2117 milliseconds