ReactOS
0.4.15-dev-1618-g9c8ed68
|
Go to the source code of this file.
Variables | |
static const float | LN10_INVF = 1.f / ::log(10.f) |
static const double | LN10_INV = 1. / ::log10(10.) |
static const long double | LN10_INVL = 1.l / ::log(10.l) |
|
static |
Definition at line 84 of file complex.cpp.
Referenced by complex< float >::_div(), complex< double >::_div(), and complex< long double >::_div().
|
static |
Definition at line 105 of file complex.cpp.
_STLP_BEGIN_NAMESPACE _STLP_TEMPLATE_NULL _STLP_DECLSPEC float _STLP_CALL abs | ( | const complex< float > & | __z | ) |
Definition at line 40 of file complex.cpp.
_STLP_TEMPLATE_NULL _STLP_DECLSPEC double _STLP_CALL abs | ( | const complex< double > & | __z | ) |
Definition at line 43 of file complex.cpp.
_STLP_TEMPLATE_NULL _STLP_DECLSPEC long double _STLP_CALL abs | ( | const complex< long double > & | __z | ) |
Definition at line 48 of file complex.cpp.
_STLP_TEMPLATE_NULL _STLP_DECLSPEC float _STLP_CALL arg | ( | const complex< float > & | __z | ) |
Definition at line 55 of file complex.cpp.
_STLP_TEMPLATE_NULL _STLP_DECLSPEC double _STLP_CALL arg | ( | const complex< double > & | __z | ) |
Definition at line 59 of file complex.cpp.
_STLP_TEMPLATE_NULL _STLP_DECLSPEC long double _STLP_CALL arg | ( | const complex< long double > & | __z | ) |
Definition at line 64 of file complex.cpp.
_STLP_DECLSPEC complex<float> _STLP_CALL exp | ( | const complex< float > & | z | ) |
Definition at line 207 of file complex.cpp.
_STLP_DECLSPEC complex<double> _STLP_CALL exp | ( | const complex< double > & | z | ) |
Definition at line 210 of file complex.cpp.
_STLP_DECLSPEC complex<long double> _STLP_CALL exp | ( | const complex< long double > & | z | ) |
Definition at line 214 of file complex.cpp.
Definition at line 202 of file complex.cpp.
Referenced by exp().
_STLP_DECLSPEC complex<float> _STLP_CALL log | ( | const complex< float > & | z | ) |
Definition at line 253 of file complex.cpp.
_STLP_DECLSPEC complex<double> _STLP_CALL log | ( | const complex< double > & | z | ) |
Definition at line 256 of file complex.cpp.
_STLP_DECLSPEC complex<long double> _STLP_CALL log | ( | const complex< long double > & | z | ) |
Definition at line 260 of file complex.cpp.
_STLP_DECLSPEC complex<float> _STLP_CALL log10 | ( | const complex< float > & | z | ) |
Definition at line 230 of file complex.cpp.
Referenced by _CIlog10(), DSOUND_Calc3DBuffer(), GraphCtrl_InvalidateCtrl(), CMathTest::import_checks(), log10f(), log10T(), logic_dbl2int(), MCIQTZ_mciSetAudio(), MSVCRT_I10_OUTPUT(), number_to_fixed(), number_to_str(), Number_toPrecision(), prepare_rpn_result_2(), rpn_log(), ValarrayTest::transcendentals(), and TRIO_ARGS2().
_STLP_DECLSPEC complex<double> _STLP_CALL log10 | ( | const complex< double > & | z | ) |
Definition at line 234 of file complex.cpp.
_STLP_DECLSPEC complex<long double> _STLP_CALL log10 | ( | const complex< long double > & | z | ) |
Definition at line 239 of file complex.cpp.
|
static |
Definition at line 221 of file complex.cpp.
Referenced by log10().
Definition at line 246 of file complex.cpp.
Referenced by log().
_STLP_TEMPLATE_NULL _STLP_DECLSPEC complex<float> _STLP_CALL polar | ( | const float & | __rho, |
const float & | __phi | ||
) |
Definition at line 70 of file complex.cpp.
_STLP_TEMPLATE_NULL _STLP_DECLSPEC complex<double> _STLP_CALL polar | ( | const double & | __rho, |
const double & | __phi | ||
) |
Definition at line 73 of file complex.cpp.
_STLP_TEMPLATE_NULL _STLP_DECLSPEC complex<long double> _STLP_CALL polar | ( | const long double & | __rho, |
const long double & | __phi | ||
) |
Definition at line 78 of file complex.cpp.
_STLP_DECLSPEC complex<float> _STLP_CALL pow | ( | const float & | a, |
const complex< float > & | b | ||
) |
Definition at line 305 of file complex.cpp.
_STLP_DECLSPEC complex<float> _STLP_CALL pow | ( | const complex< float > & | z_in, |
int | n | ||
) |
Definition at line 308 of file complex.cpp.
_STLP_DECLSPEC complex<float> _STLP_CALL pow | ( | const complex< float > & | a, |
const float & | b | ||
) |
Definition at line 311 of file complex.cpp.
_STLP_DECLSPEC complex<float> _STLP_CALL pow | ( | const complex< float > & | a, |
const complex< float > & | b | ||
) |
Definition at line 314 of file complex.cpp.
_STLP_DECLSPEC complex<double> _STLP_CALL pow | ( | const double & | a, |
const complex< double > & | b | ||
) |
Definition at line 317 of file complex.cpp.
_STLP_DECLSPEC complex<double> _STLP_CALL pow | ( | const complex< double > & | z_in, |
int | n | ||
) |
Definition at line 320 of file complex.cpp.
_STLP_DECLSPEC complex<double> _STLP_CALL pow | ( | const complex< double > & | a, |
const double & | b | ||
) |
Definition at line 323 of file complex.cpp.
_STLP_DECLSPEC complex<double> _STLP_CALL pow | ( | const complex< double > & | a, |
const complex< double > & | b | ||
) |
Definition at line 326 of file complex.cpp.
_STLP_DECLSPEC complex<long double> _STLP_CALL pow | ( | const long double & | a, |
const complex< long double > & | b | ||
) |
Definition at line 330 of file complex.cpp.
_STLP_DECLSPEC complex<long double> _STLP_CALL pow | ( | const complex< long double > & | z_in, |
int | n | ||
) |
Definition at line 335 of file complex.cpp.
_STLP_DECLSPEC complex<long double> _STLP_CALL pow | ( | const complex< long double > & | a, |
const long double & | b | ||
) |
Definition at line 338 of file complex.cpp.
_STLP_DECLSPEC complex<long double> _STLP_CALL pow | ( | const complex< long double > & | a, |
const complex< long double > & | b | ||
) |
Definition at line 342 of file complex.cpp.
Definition at line 267 of file complex.cpp.
Referenced by pow().
Definition at line 276 of file complex.cpp.
Definition at line 286 of file complex.cpp.
|
static |
Definition at line 296 of file complex.cpp.
Definition at line 188 of file complex.cpp.
Referenced by __ieee754_sqrt(), _cabs(), _CIsqrt(), _hypot(), _y0(), _y1(), _yn(), acos(), acosh(), asin(), asinh(), atanh(), bezier_deviation_squared(), D3DRMVectorModulus(), D3DXBoundProbeTest(), D3DXMatrixTest(), D3DXPlaneTest(), D3DXSphereBoundProbe(), draw_cap(), NS1::f(), anonymous_namespace{resolve_name.cpp}::g(), GdipDrawString(), GdipGetLogFontW(), GdipMeasureCharacterRanges(), GdipMeasureDriverString(), GdipMeasureString(), GdipSetLineSigmaBlend(), GdipSetPathGradientSigmaBlend(), get_font_hfont(), CAppScrnshotPreview::GetFrameDotShift(), gl_sqrt(), Global_Sqr(), h(), CMathTest::import_checks(), OpenGLSurfaceEvaluator::inComputeNormal2(), init_layer3(), init_sqrt(), IntGdiWidenPath(), Math_sqrt(), normalize(), square_root::operator()(), prepare_dc(), pres_rsq(), rpn_s_ex(), rpn_sqrt(), shorten_bezier_amt(), shorten_line_amt(), shorten_line_percent(), SOFTWARE_GdipDrawPath(), sq::sqroot(), sqrtf(), sqrtT(), test_timer(), ValarrayTest::transcendentals(), VectorMagnitude(), and CardRegion::ZoomCard().
Definition at line 191 of file complex.cpp.
Definition at line 195 of file complex.cpp.
Definition at line 233 of file complex.cpp.
Referenced by log10().
Definition at line 229 of file complex.cpp.
Referenced by log10().