Searched refs:_Binary (Results 1 – 2 of 2) sorted by relevance
/cmsis-dsp-latest/dsppp/Include/dsppp/ |
D | fusion.hpp | 358 struct _Binary: _Expr<_Binary<LHS,RHS,DerivedOp>> struct 364 _Binary(const LHS &lhs, in _Binary() function 371 _Binary(const _Binary &other): in _Binary() argument 375 _Binary& operator=(const _Binary& other) = delete; 376 _Binary& operator=(_Binary&& other) = delete; 378 _Binary(_Binary &&other): in _Binary() argument 613 struct Complexity<_Binary<LHS,RHS,DerivedOp>> 621 struct ElementType<_Binary<LHS,RHS,DerivedOp>> 640 struct IsVector<_Binary<LHS,RHS,DerivedOp>> 649 struct HasMatrixIndexing<_Binary<LHS,RHS,DerivedOp>> [all …]
|
D | vec.hpp | 74 struct VecRef<_Binary<LHS,RHS,OP>> 76 typedef _Binary<LHS,RHS,OP> type; 77 static type ref(const _Binary<LHS,RHS,OP>&a){ in ref() 342 …return(_Binary<typename VecLHS::type,typename VecRHS::type,_AddOp<Scalar>>(VecLHS::ref(a),VecRHS::… in operator +() 440 return(_Binary<typename VecLHS::type,typename VecRHS::type,_SubOp<Scalar>>( in operator -() 487 return(_Binary<typename VecLHS::type,typename VecRHS::type,_MulOp<Scalar>>( in operator *()
|