OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:isvector
(Results
1 - 25
of
80
) sorted by null
1
2
3
4
/external/eigen/test/
mapstaticmethods.cpp
17
bool
IsVector
= PlainObjectType::IsVectorAtCompileTime
21
template<typename PlainObjectType, bool
IsVector
>
22
struct mapstaticmethods_impl<PlainObjectType, false,
IsVector
>
26
mapstaticmethods_impl<PlainObjectType, true,
IsVector
>::run(m);
/external/eigen/unsupported/Eigen/src/SparseExtra/
MatrixMarketIterator.h
187
bool
isvector
,iscomplex;
local
188
if(!getMarketHeader(curfile,m_sym,iscomplex,
isvector
)) continue;
189
if(
isvector
) continue;
MarketIO.h
109
inline bool getMarketHeader(const std::string& filename, int& sym, bool& iscomplex, bool&
isvector
)
112
isvector
= false;
124
if(substr[2].compare("array") == 0)
isvector
= true;
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
VariableInfo.cpp
28
} else if (type.
isVector
()) {
41
} else if (type.
isVector
()) {
54
} else if (type.
isVector
()) {
Intermediate.cpp
158
if (left->isMatrix() || left->isArray() || left->
isVector
() || left->getBasicType() == EbtStruct) {
165
if (left->getBasicType() != EbtBool || left->isMatrix() || left->isArray() || left->
isVector
()) {
293
if (child->getType().getBasicType() != EbtBool || child->getType().isMatrix() || child->getType().isArray() || child->getType().
isVector
()) {
943
if (left->
isVector
())
950
if (right->
isVector
()) {
959
if (left->
isVector
() && right->
isVector
()) {
961
} else if (left->
isVector
() || right->
isVector
()) {
972
if (left->
isVector
())
[
all
...]
intermediate.h
254
bool
isVector
() const { return type.
isVector
(); }
SymbolTable.cpp
27
else if (
isVector
())
Types.h
201
bool
isVector
() const { return size > 1 && !matrix; }
/external/clang/utils/ABITest/
TypeGen.py
113
def __init__(self, index,
isVector
, elementType, size):
114
if
isVector
:
120
self.
isVector
=
isVector
123
if
isVector
:
131
if self.
isVector
:
140
if self.
isVector
: