libstdc++
|
#include <complex>
Public Types | |
typedef __complex__ float | _ComplexT |
typedef float | value_type |
typedef float | value_type |
Public Member Functions | |
constexpr | complex (_ComplexT __z) |
constexpr | complex (const complex &)=default |
constexpr | complex (const complex &)=default |
constexpr | complex (const complex< _Up > &__z) |
constexpr | complex (const complex< double > &) |
constexpr | complex (const complex< long double > &) |
constexpr | complex (const float &__r=float(), const float &__i=float()) |
constexpr | complex (float __r=0.0f, float __i=0.0f) |
__attribute ((__abi_tag__("cxx11"))) const expr float imag() const | |
__attribute ((__abi_tag__("cxx11"))) const expr float imag() const | |
__attribute ((__abi_tag__("cxx11"))) const expr float real() const | |
__attribute ((__abi_tag__("cxx11"))) const expr float real() const | |
constexpr complex | __rep () const |
constexpr _ComplexT | __rep () const |
constexpr void | imag (float __val) |
constexpr void | imag (float __val) |
template<class _Tp> | |
constexpr complex & | operator*= (const complex< _Tp > &__z) |
constexpr complex< float > & | operator*= (const complex< _Up > &) |
constexpr complex< float > & | operator*= (const float &) |
constexpr complex & | operator*= (float __f) |
template<typename _Tp> | |
constexpr complex & | operator+= (const complex< _Tp > &__z) |
constexpr complex< float > & | operator+= (const complex< _Up > &) |
constexpr complex< float > & | operator+= (const float &__t) |
constexpr complex & | operator+= (float __f) |
template<class _Tp> | |
constexpr complex & | operator-= (const complex< _Tp > &__z) |
constexpr complex< float > & | operator-= (const complex< _Up > &) |
constexpr complex< float > & | operator-= (const float &__t) |
constexpr complex & | operator-= (float __f) |
template<class _Tp> | |
constexpr complex & | operator/= (const complex< _Tp > &__z) |
constexpr complex< float > & | operator/= (const complex< _Up > &) |
constexpr complex< float > & | operator/= (const float &) |
constexpr complex & | operator/= (float __f) |
constexpr complex & | operator= (const complex &)=default |
constexpr complex & | operator= (const complex &)=default |
template<typename _Tp> | |
constexpr complex & | operator= (const complex< _Tp > &__z) |
constexpr complex< float > & | operator= (const complex< _Up > &) |
constexpr complex< float > & | operator= (const float &) |
constexpr complex & | operator= (float __f) |
constexpr void | real (float __val) |
constexpr void | real (float __val) |
26.2.3 complex specializations complex<float> specialization
typedef __complex__ float std::complex< float >::_ComplexT |
typedef float std::complex< float >::value_type |
typedef float std::complex< float >::value_type |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
constexpr |
|
constexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
constexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
constexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
constexpr |
|
constexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
constexpr |
|
constexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |