/aosp_15_r20/external/deqp/framework/randomshaders/ |
H A D | rsgToken.cpp | 33 m_arg.identifier = deStrdup(identifier); in Token() 34 if (!m_arg.identifier) in Token() 41 deFree(m_arg.identifier); in ~Token() 48 deFree(m_arg.identifier); in operator =() 49 m_arg.identifier = DE_NULL; in operator =() 56 m_arg.identifier = deStrdup(other.m_arg.identifier); in operator =() 57 if (!m_arg.identifier) in operator =() 61 m_arg.floatValue = other.m_arg.floatValue; in operator =() 63 m_arg.intValue = other.m_arg.intValue; in operator =() 65 m_arg.boolValue = other.m_arg.boolValue; in operator =() [all …]
|
H A D | rsgToken.hpp | 169 } m_arg; member in rsg::Token 174 m_arg.identifier = DE_NULL; in Token() 184 m_arg.floatValue = value; in Token() 189 m_arg.intValue = value; in Token() 194 m_arg.boolValue = value; in Token() 205 return m_arg.identifier; in getIdentifier() 211 return m_arg.floatValue; in getFloat() 217 return m_arg.intValue; in getInt() 223 return m_arg.boolValue; in getBool()
|
/aosp_15_r20/external/eigen/Eigen/src/Core/ |
H A D | PartialReduxEvaluator.h | 166 : m_arg(xpr.nestedExpression()), m_functor(xpr.functor()) 183 return m_functor(m_arg.template subVector<DirectionType(Direction)>(index)); 203 PanelType panel(m_arg, 206 Direction==Vertical ? m_arg.rows() : Index(PacketSize), 207 Direction==Vertical ? Index(PacketSize) : m_arg.cols()); 219 …yOp,PanelEvaluator>::template run<PacketType>(panel_eval,m_functor.binaryFunc(),m_arg.outerSize()); 224 ConstArgTypeNested m_arg;
|
H A D | CoreEvaluators.h | 1310 : m_arg(replicate.nestedExpression()), 1311 m_argImpl(m_arg), 1367 const ArgTypeNested m_arg; 1690 : m_arg(arg) 1695 return m_arg; 1700 return m_arg.rows(); 1705 return m_arg.cols(); 1709 const ArgType& m_arg;
|
/aosp_15_r20/external/eigen/doc/examples/ |
H A D | make_circulant.cpp.expression | 6 : m_arg(arg) 15 Index rows() const { return m_arg.rows(); } 16 Index cols() const { return m_arg.rows(); } 19 ArgTypeNested m_arg;
|
H A D | nullary_indexing.cpp | 9 const ArgType &m_arg; member in indexing_functor 21 : m_arg(arg), m_rowIndices(row_indices), m_colIndices(col_indices) in indexing_functor() 25 return m_arg(m_rowIndices[row], m_colIndices[col]); in operator ()()
|
H A D | make_circulant.cpp.evaluator | 18 : m_argImpl(xpr.m_arg), m_rows(xpr.rows())
|
/aosp_15_r20/external/eigen/Eigen/src/SparseCore/ |
H A D | SparseTriangularView.h | 94 …explicit unary_evaluator(const XprType &xpr) : m_argImpl(xpr.nestedExpression()), m_arg(xpr.nested… 106 …rEval.m_argImpl,outer), m_returnOne(false), m_containsDiag(Base::outer()<xprEval.m_arg.innerSize()) 174 const ArgType& m_arg;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/Host/ |
D | FileAction.h | 40 int GetActionArgument() const { return m_arg; } in GetActionArgument() 51 int m_arg = -1; // oflag for eFileActionOpen*, dup_fd for eFileActionDuplicate variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/lldb/Host/ |
D | FileAction.h | 40 int GetActionArgument() const { return m_arg; } in GetActionArgument() 51 int m_arg = -1; // oflag for eFileActionOpen*, dup_fd for eFileActionDuplicate variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/Host/ |
D | FileAction.h | 40 int GetActionArgument() const { return m_arg; } in GetActionArgument() 51 int m_arg = -1; // oflag for eFileActionOpen*, dup_fd for eFileActionDuplicate variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/Host/ |
D | FileAction.h | 40 int GetActionArgument() const { return m_arg; } in GetActionArgument() 51 int m_arg = -1; // oflag for eFileActionOpen*, dup_fd for eFileActionDuplicate variable
|
/aosp_15_r20/external/bcc/tests/cc/ |
H A D | catch.hpp | 3255 std::string m_arg; member in Catch::TestSpecParser 3267 m_arg = m_tagAliases->expandAliases( arg ); in parse() 3268 for( m_pos = 0; m_pos < m_arg.size(); ++m_pos ) in parse() 3269 visitChar( m_arg[m_pos] ); in parse() 3311 std::string subString() const { return m_arg.substr( m_start, m_pos - m_start ); } in subString() 4287 ArgBuilder( Arg* arg ) : m_arg( arg ) {} in ArgBuilder() 4292 m_arg->boundField = new Detail::BoundDataMember<C,M>( field ); in bind() 4293 m_arg->placeholder = placeholder; in bind() 4298 m_arg->boundField = new Detail::BoundDataMember<C,bool>( field ); in bind() 4304 m_arg->boundField = new Detail::BoundUnaryMethod<C,M>( unaryMethod ); in bind() [all …]
|
/aosp_15_r20/external/eigen/doc/ |
H A D | NewExpressionType.dox | 86 variable \c m_arg. Finally, the expression class should compute the
|