OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VType
(Results
1 - 4
of
4
) sorted by null
/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, 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, Scalar alpha)
/external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp
[
all
...]
/external/clang/lib/CodeGen/
CGExprScalar.cpp
[
all
...]
/external/clang/lib/Sema/
SemaInit.cpp
490
} else if (const VectorType *
VType
= ILE->getType()->getAs<VectorType>()) {
491
ElementType =
VType
->getElementType();
492
NumElements =
VType
->getNumElements();
[
all
...]
Completed in 153 milliseconds