Searched refs:op_ (Results 1 – 2 of 2) sorted by relevance
/cmsis-dsp-latest/dsppp/Include/dsppp/ |
D | fusion.hpp | 367 lhs_(lhs),rhs_(rhs),op_(op){ in _Binary() 372 lhs_(other.lhs_),rhs_(other.rhs_),op_(other.op_){ in _Binary() 379 lhs_(std::move(other.lhs_)),rhs_(std::move(other.rhs_)),op_(std::move(other.op_)) in _Binary() 426 return(op_(lhs_[i],rhs_[i])); in operator []() 433 return(op_(lhs_[i],rhs_)); 440 return(op_(lhs_,rhs_[i])); 448 return(op_(lhs_(r,c),rhs_(r,c))); in operator ()() 456 return(op_(lhs_,rhs_(r,c))); 464 return(op_(lhs_(r,c),rhs_)); 475 return(op_(lhs_.vector_op(i),rhs_.vector_op(i))); in vector_op() [all …]
|
D | matrix.hpp | 494 lhs_(lhs),rhs_(rhs),op_(op){ in _Outer() 503 lhs_(other.lhs_),rhs_(other.rhs_),op_(other.op_){ in _Outer() 515 lhs_(std::move(other.lhs_)),rhs_(std::move(other.rhs_)),op_(std::move(other.op_)) in _Outer() 576 return(op_(lhs_[r],rhs_[c])); in operator ()() 605 return(op_(lhs_[r],rhs_.vector_op(c))); in matrix_op() 625 return(op_(lhs_[r],rhs_.vector_op_tail(c,remaining),inner::vctpq<Scalar>::mk(remaining))); in matrix_op_tail() 632 const _BinaryOperator<Scalar,DerivedOp> op_; member
|