| /cmsis-dsp-latest/dsppp/Include/dsppp/ |
| D | fixed_point.hpp | 502 friend std::ostream& operator<< (std::ostream& stream, const Q& other) { in operator <<() argument 503 stream << double(1.0*other.v / (maxVal >> (63 - F))) << "_Q(" << M << "," << F << ")";; in operator <<() 504 return(stream); in operator <<() 581 friend std::ostream& operator<< (std::ostream& stream, const Q& other) { in operator <<() argument 582 stream << double(1.0*other.v / (maxVal >> (64 - F))) << "_UQ(" << M << "," << F << ")";; in operator <<() 583 return(stream); in operator <<() 833 friend std::ostream& operator<< (std::ostream& stream, const Q& other) { in operator <<() argument 834 stream << double(1.0*other.v / ((wider_type)1<<F)) << "_Q(" << M << "," << F << ")";; in operator <<() 835 return(stream); in operator <<() 924 friend std::ostream& operator<< (std::ostream& stream, const Q& other) { in operator <<() argument [all …]
|
| D | vector_view.hpp | 405 friend std::ostream& operator<< (std::ostream& stream, const VectorView<T,stride>& other) { in operator <<() argument 410 stream << other[k] << " , "; in operator <<() 415 stream << "\r\n"; in operator <<() 418 stream << "\r\n"; in operator <<() 419 return(stream); in operator <<() 862 friend std::ostream& operator<< (std::ostream& stream, const VectorView<T,DYNAMIC>& other) { in operator <<() argument 867 stream << other[k] << " , "; in operator <<() 872 stream << "\r\n"; in operator <<() 875 stream << "\r\n"; in operator <<() 876 return(stream); in operator <<()
|
| D | matrix_view.hpp | 245 friend std::ostream& operator<< (std::ostream& stream, const MatrixView& other) { in operator <<() argument 250 stream << other(row,col)<< " , "; in operator <<() 252 stream << "\r\n"; in operator <<() 254 stream << "\r\n"; in operator <<() 255 return(stream); in operator <<() 726 friend std::ostream& operator<< (std::ostream& stream, const MatrixView& other) { in operator <<() argument 731 stream << other(row,col)<< " , "; in operator <<() 733 stream << "\r\n"; in operator <<() 735 stream << "\r\n"; in operator <<() 736 return(stream); in operator <<() [all …]
|
| D | matrix_impl.hpp | 349 friend std::ostream& operator<< (std::ostream& stream, const Matrix& other) { in operator <<() argument 353 stream << other[k] << " , "; in operator <<() 358 stream << "\r\n"; in operator <<() 361 stream << "\r\n"; in operator <<() 362 return(stream); in operator <<() 741 friend std::ostream& operator<< (std::ostream& stream, const Matrix& other) { in operator <<() argument 745 stream << other[k] << " , "; in operator <<() 750 stream << "\r\n"; in operator <<() 753 stream << "\r\n"; in operator <<() 754 return(stream); in operator <<()
|
| D | vector_impl.hpp | 107 friend std::ostream& operator<< (std::ostream& stream, const Vector_Base<P>& other) { in operator <<() argument 112 stream << other[k] << " , "; in operator <<() 117 stream << "\r\n"; in operator <<() 120 stream << "\r\n"; in operator <<() 121 return(stream); in operator <<()
|
| /cmsis-dsp-latest/dsppp/Include/dsppp/Helium/ |
| D | basic.hpp | 201 static std::ostream& operator<< (std::ostream& stream, const float32x4_t& other) in operator <<() argument 203 stream << "(" << other[0] << "," <<other[1] << "," <<other[2] << "," <<other[3] << ")"; in operator <<() 204 return(stream); in operator <<()
|
| /cmsis-dsp-latest/PythonWrapper/examples/ |
| D | cmsisdsp_tests.ipynb | 37 "output_type": "stream", 197 "output_type": "stream", 292 "output_type": "stream",
|
| /cmsis-dsp-latest/PythonWrapper/examples/kws_example/ |
| D | kws.ipynb | 377 "output_type": "stream", 1617 "We are receiving stream of samples but our functions are using buffers.\n", 1856 "output_type": "stream", 1883 "output_type": "stream", 1984 "output_type": "stream", 2193 "output_type": "stream", 2214 "output_type": "stream", 2234 "output_type": "stream", 2263 "output_type": "stream", 2283 "output_type": "stream",
|