OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_condition
(Results
1 - 3
of
3
) sorted by null
/external/eigen/Eigen/src/Core/
Select.h
66
:
m_condition
(a_conditionMatrix), m_then(a_thenMatrix), m_else(a_elseMatrix)
68
eigen_assert(
m_condition
.rows() == m_then.rows() &&
m_condition
.rows() == m_else.rows());
69
eigen_assert(
m_condition
.cols() == m_then.cols() &&
m_condition
.cols() == m_else.cols());
72
Index rows() const { return
m_condition
.rows(); }
73
Index cols() const { return
m_condition
.cols(); }
77
if (
m_condition
.coeff(i,j))
85
if (
m_condition
.coeff(i))
93
return
m_condition
;
107
typename ConditionMatrixType::Nested
m_condition
;
member in class:Eigen::Select
[
all
...]
/external/deqp/framework/randomshaders/
rsgStatement.cpp
356
:
m_condition
(DE_NULL)
364
delete
m_condition
;
427
DE_ASSERT(!
m_condition
);
435
m_condition
= generator.generate(range, 1);
458
DE_ASSERT(
m_condition
&& m_trueStatement);
462
m_condition
->tokenize(state, str);
500
m_condition
->evaluate(execCtx);
505
trueMask =
m_condition
->getValue().value();
rsgStatement.hpp
127
Expression*
m_condition
;
member in class:rsg::ConditionalStatement
Completed in 524 milliseconds