ReactOS 0.4.16-dev-197-g92996da
|
#include <_complex.h>
Public Types | |
typedef float | value_type |
typedef complex< float > | _Self |
Public Member Functions | |
complex (value_type __x=0.0f, value_type __y=0.0f) | |
complex (const complex< float > &__z) | |
complex (const complex< double > &__z) | |
complex (const complex< long double > &__z) | |
value_type | real () const |
value_type | imag () const |
_Self & | operator= (value_type __x) |
_Self & | operator+= (value_type __x) |
_Self & | operator-= (value_type __x) |
_Self & | operator*= (value_type __x) |
_Self & | operator/= (value_type __x) |
_Self & | operator= (const _Self &__z) |
_Self & | operator+= (const _Self &__z) |
_Self & | operator-= (const _Self &__z) |
_Self & | operator*= (const _Self &__z) |
_Self & | operator/= (const _Self &__z) |
Static Public Member Functions | |
static void _STLP_CALL | _div (const float &__z1_r, const float &__z1_i, const float &__z2_r, const float &__z2_i, float &__res_r, float &__res_i) |
static void _STLP_CALL | _div (const float &__z1_r, const float &__z2_r, const float &__z2_i, float &__res_r, float &__res_i) |
Public Attributes | |
value_type | _M_re |
value_type | _M_im |
Definition at line 180 of file _complex.h.
Definition at line 181 of file _complex.h.
|
inline |
Definition at line 185 of file _complex.h.
Definition at line 600 of file _complex.h.
Definition at line 605 of file _complex.h.
|
static |
Definition at line 126 of file complex.cpp.
|
static |
Definition at line 132 of file complex.cpp.
|
inline |
Definition at line 196 of file _complex.h.
Definition at line 295 of file _complex.h.
|
inline |
Definition at line 213 of file _complex.h.
Definition at line 283 of file _complex.h.
|
inline |
Definition at line 205 of file _complex.h.
Definition at line 289 of file _complex.h.
|
inline |
Definition at line 209 of file _complex.h.
Definition at line 303 of file _complex.h.
|
inline |
Definition at line 218 of file _complex.h.
Definition at line 277 of file _complex.h.
|
inline |
Definition at line 200 of file _complex.h.
|
inline |
Definition at line 195 of file _complex.h.
value_type complex< float >::_M_im |
Definition at line 314 of file _complex.h.
Referenced by operator*=(), operator+=(), operator-=(), operator/=(), and operator=().
value_type complex< float >::_M_re |
Definition at line 313 of file _complex.h.
Referenced by operator*=(), operator+=(), operator-=(), operator/=(), and operator=().