ReactOS 0.4.16-dev-136-g52192f1
|
Go to the source code of this file.
Variables | |
static _STLP_BEGIN_NAMESPACE const float | float_limit = ::log(FLT_MAX) |
static const double | double_limit = ::log(DBL_MAX) |
static const long double | ldouble_limit = ::log(LDBL_MAX) |
_STLP_DECLSPEC complex< double > _STLP_CALL cos | ( | const complex< double > & | z | ) |
Definition at line 95 of file complex_trig.cpp.
_STLP_DECLSPEC complex< float > _STLP_CALL cos | ( | const complex< float > & | z | ) |
Definition at line 92 of file complex_trig.cpp.
Referenced by __cos(), __sincos(), _CIcos(), add_arc_part(), AngleBetweenVectorsRad(), attempt_line_merge(), compute_sincos_table(), cosf(), coshT(), cosT(), create_outline(), D3DRMQuaternionFromRotation(), D3DRMVectorRotate(), draw_cap(), draw_graphics(), DrawGLScene(), EMFDRV_ArcChordPie(), expT(), GdipRotateMatrix(), generateTestSignal(), gl_Lightfv(), gl_rotation_matrix(), Global_Cos(), init_layer3(), IntGdiAngleArc(), IntGdiWidenPath(), Math_cos(), CDrvDefExt::PaintStaticControls(), PATH_DoArcPart(), polar(), powT(), prepare_decode_tables(), pres_cos(), render(), RotatePoint(), rpn_cos(), shorten_line_percent(), sincos(), sinhT(), sinT(), tanhT(), tanT(), test_atan2(), test_cos(), test_length(), test_rotate(), test_unit(), ValarrayTest::transcendentals(), and unstretch_angle().
_STLP_DECLSPEC complex< long double > _STLP_CALL cos | ( | const complex< long double > & | z | ) |
Definition at line 99 of file complex_trig.cpp.
_STLP_DECLSPEC complex< double > _STLP_CALL cosh | ( | const complex< double > & | z | ) |
Definition at line 159 of file complex_trig.cpp.
_STLP_DECLSPEC complex< float > _STLP_CALL cosh | ( | const complex< float > & | z | ) |
Definition at line 156 of file complex_trig.cpp.
Referenced by _CIcosh(), coshf(), coshT(), cosT(), rpn_cosh(), sinhT(), sinT(), tanhT(), tanT(), and ValarrayTest::transcendentals().
_STLP_DECLSPEC complex< long double > _STLP_CALL cosh | ( | const complex< long double > & | z | ) |
Definition at line 163 of file complex_trig.cpp.
Definition at line 151 of file complex_trig.cpp.
Referenced by cosh().
_STLP_DECLSPEC complex< double > _STLP_CALL sin | ( | const complex< double > & | z | ) |
Definition at line 76 of file complex_trig.cpp.
_STLP_DECLSPEC complex< float > _STLP_CALL sin | ( | const complex< float > & | z | ) |
Definition at line 73 of file complex_trig.cpp.
Referenced by __rpc_get_time_offset(), __rpc_sockisbound(), __rpc_taddr2uaddr_af(), __rpc_uaddr2taddr_af(), __sincos(), _CIsin(), add_arc_part(), bindresvport(), bindresvport_sa(), compute_sincos_table(), coshT(), cosT(), D3DRMQuaternionFromRotation(), D3DRMQuaternionSlerp(), D3DRMVectorRotate(), draw_cap(), draw_graphics(), DrawGLScene(), EMFDRV_ArcChordPie(), expT(), GdipRotateMatrix(), get_server(), CAppScrnshotPreview::GetFrameDotShift(), gl_rotation_matrix(), Global_Sin(), gluPerspective(), init_layer3(), IntGdiAngleArc(), IntGdiWidenPath(), main(), Math_sin(), NetBTCall(), NetBTSendNameQuery(), netfinger(), CDrvDefExt::PaintStaticControls(), PATH_DoArcPart(), polar(), powT(), pres_sin(), RotatePoint(), rpc_broadcast_exp(), rpcrt4_ip_tcp_get_top_of_tower(), rpn_sin(), shorten_line_percent(), sincos(), sinf(), sinhT(), sinT(), tanhT(), tanT(), test_atan2(), test_length(), test_rotate(), test_sin(), test_unit(), TestKs(), ValarrayTest::transcendentals(), uaddr_to_sockaddr(), unstretch_angle(), wave_generate_la(), and wave_generate_tone().
_STLP_DECLSPEC complex< long double > _STLP_CALL sin | ( | const complex< long double > & | z | ) |
Definition at line 80 of file complex_trig.cpp.
_STLP_DECLSPEC complex< double > _STLP_CALL sinh | ( | const complex< double > & | z | ) |
Definition at line 140 of file complex_trig.cpp.
_STLP_DECLSPEC complex< float > _STLP_CALL sinh | ( | const complex< float > & | z | ) |
Definition at line 137 of file complex_trig.cpp.
Referenced by _CIsinh(), coshT(), cosT(), rpn_sinh(), sinhf(), sinhT(), sinT(), tanhT(), tanT(), and ValarrayTest::transcendentals().
_STLP_DECLSPEC complex< long double > _STLP_CALL sinh | ( | const complex< long double > & | z | ) |
Definition at line 144 of file complex_trig.cpp.
_STLP_DECLSPEC complex< double > _STLP_CALL tan | ( | const complex< double > & | z | ) |
Definition at line 121 of file complex_trig.cpp.
_STLP_DECLSPEC complex< float > _STLP_CALL tan | ( | const complex< float > & | z | ) |
Definition at line 118 of file complex_trig.cpp.
Referenced by _CItan(), app_boundary_point(), GdipCreateLineBrushFromRectWithAngle(), Global_Tan(), init_layer3(), Math_tan(), rpn_tan(), SkewDIB(), tanf(), test_tan(), and ValarrayTest::transcendentals().
_STLP_DECLSPEC complex< long double > _STLP_CALL tan | ( | const complex< long double > & | z | ) |
Definition at line 125 of file complex_trig.cpp.
_STLP_DECLSPEC complex< double > _STLP_CALL tanh | ( | const complex< double > & | z | ) |
Definition at line 184 of file complex_trig.cpp.
_STLP_DECLSPEC complex< float > _STLP_CALL tanh | ( | const complex< float > & | z | ) |
Definition at line 181 of file complex_trig.cpp.
Referenced by _CItanh(), rpn_tanh(), tanhf(), and ValarrayTest::transcendentals().
_STLP_DECLSPEC complex< long double > _STLP_CALL tanh | ( | const complex< long double > & | z | ) |
Definition at line 188 of file complex_trig.cpp.
|
static |
Definition at line 170 of file complex_trig.cpp.
Referenced by tanh().
|
static |
Definition at line 106 of file complex_trig.cpp.
Referenced by tan().
Definition at line 53 of file complex_trig.cpp.
|
static |
Definition at line 52 of file complex_trig.cpp.