Searched refs:cpp_complex (Results 1 – 5 of 5) sorted by relevance
/third_party/boost/boost/multiprecision/ |
D | cpp_complex.hpp | 21 using cpp_complex = number<complex_adaptor<cpp_bin_float<Digits, DigitBase, Allocator, Exponent, Mi… typedef 23 typedef cpp_complex<50> cpp_complex_50; 24 typedef cpp_complex<100> cpp_complex_100; 26 typedef cpp_complex<24, backends::digit_base_2, void, boost::int16_t, -126, 127> cpp_complex… 27 typedef cpp_complex<53, backends::digit_base_2, void, boost::int16_t, -1022, 1023> cpp_complex… 28 typedef cpp_complex<64, backends::digit_base_2, void, boost::int16_t, -16382, 16383> cpp_complex… 29 typedef cpp_complex<113, backends::digit_base_2, void, boost::int16_t, -16382, 16383> cpp_complex… 30 typedef cpp_complex<237, backends::digit_base_2, void, boost::int32_t, -262142, 262143> cpp_complex…
|
/third_party/boost/libs/multiprecision/doc/html/ |
D | standalone_HTML.manifest | 29 boost_multiprecision/tut/complex/cpp_complex.html
|
/third_party/boost/libs/math/example/ |
D | daubechies_coefficients.cpp | 210 typedef boost::multiprecision::cpp_complex<100> Complex; in main()
|
/third_party/boost/libs/math/example/daubechies_wavelets/ |
D | daubechies_coefficients.cpp | 217 typedef boost::multiprecision::cpp_complex<500> Complex; in main()
|
/third_party/boost/libs/multiprecision/doc/ |
D | multiprecision.qbk | 107 [def __cpp_complex [link boost_multiprecision.tut.complex.cpp_complex cpp_complex]] 112 [def __cpp_complex [link boost_multiprecision.tut.complex.cpp_complex cpp_complex]] 1397 [[`cpp_complex`][boost/multiprecision/cpp_complex.hpp][2][None][An all C++ Boost-licensed implement… 1403 [section:cpp_complex cpp_complex] 1405 `#include <boost/multiprecision/cpp_complex.hpp>` 1413 …using cpp_complex = number<complex_adaptor<cpp_bin_float<Digits, DigitBase, Allocator, Exponent, M… 1415 typedef cpp_complex<50> cpp_complex_50; 1416 typedef cpp_complex<100> cpp_complex_100; 1418 …typedef cpp_complex<24, backends::digit_base_2, void, boost::int16_t, -126, 127> cpp_complex_singl… 1419 …typedef cpp_complex<53, backends::digit_base_2, void, boost::int16_t, -1022, 1023> cpp_complex_dou… [all …]
|