Home
last modified time | relevance | path

Searched defs:stream (Results 1 – 6 of 6) sorted by relevance

/cmsis-dsp-latest/dsppp/Include/dsppp/
Dfixed_point.hpp502 friend std::ostream& operator<< (std::ostream& stream, const Q& other) { in operator <<()
581 friend std::ostream& operator<< (std::ostream& stream, const Q& other) { in operator <<()
833 friend std::ostream& operator<< (std::ostream& stream, const Q& other) { in operator <<()
924 friend std::ostream& operator<< (std::ostream& stream, const Q& other) { in operator <<()
1181 friend std::ostream& operator<< (std::ostream& stream, const Q& other) { in operator <<()
1343 friend std::ostream& operator<< (std::ostream& stream, const Q& other) { in operator <<()
1536 friend std::ostream& operator<< (std::ostream& stream, const Q& other) { in operator <<()
1698 friend std::ostream& operator<< (std::ostream& stream, const Q& other) { in operator <<()
Dvector_view.hpp405 friend std::ostream& operator<< (std::ostream& stream, const VectorView<T,stride>& other) { in operator <<()
862 friend std::ostream& operator<< (std::ostream& stream, const VectorView<T,DYNAMIC>& other) { in operator <<()
Dmatrix_view.hpp245 friend std::ostream& operator<< (std::ostream& stream, const MatrixView& other) { in operator <<()
726 friend std::ostream& operator<< (std::ostream& stream, const MatrixView& other) { in operator <<()
1215 friend std::ostream& operator<< (std::ostream& stream, const MatrixView& other) { in operator <<()
Dmatrix_impl.hpp349 friend std::ostream& operator<< (std::ostream& stream, const Matrix& other) { in operator <<()
741 friend std::ostream& operator<< (std::ostream& stream, const Matrix& other) { in operator <<()
Dvector_impl.hpp107 friend std::ostream& operator<< (std::ostream& stream, const Vector_Base<P>& other) { in operator <<()
/cmsis-dsp-latest/dsppp/Include/dsppp/Helium/
Dbasic.hpp201 static std::ostream& operator<< (std::ostream& stream, const float32x4_t& other) in operator <<()