#include <precomp.h>
#include <math.h>
Go to the source code of this file.
◆ _CIacos()
Definition at line 74 of file stubs.c.
75{
77}
valarray< _Tp > acos(const valarray< _Tp > &__x)
GLint GLint GLint GLint GLint x
◆ _CIasin()
Definition at line 67 of file stubs.c.
68{
70}
valarray< _Tp > asin(const valarray< _Tp > &__x)
◆ _CIatan()
Definition at line 81 of file stubs.c.
82{
84}
valarray< _Tp > atan(const valarray< _Tp > &__x)
◆ _CIatan2()
Definition at line 88 of file stubs.c.
89{
91}
valarray< _Tp > atan2(const valarray< _Tp > &__x, const valarray< _Tp > &__y)
GLint GLint GLint GLint GLint GLint y
◆ _CIcos()
Definition at line 32 of file stubs.c.
33{
35}
_STLP_DECLSPEC complex< float > _STLP_CALL cos(const complex< float > &)
◆ _CIcosh()
Definition at line 53 of file stubs.c.
54{
56}
_STLP_DECLSPEC complex< float > _STLP_CALL cosh(const complex< float > &)
◆ _CIexp()
◆ _CIfmod()
Definition at line 130 of file stubs.c.
131{
133}
_Check_return_ double __cdecl fmod(_In_ double x, _In_ double y)
◆ _CIlog()
◆ _CIlog10()
◆ _CIpow()
Definition at line 116 of file stubs.c.
117{
119}
double pow(double x, double y)
◆ _CIsin()
Definition at line 25 of file stubs.c.
26{
28}
_STLP_DECLSPEC complex< float > _STLP_CALL sin(const complex< float > &)
◆ _CIsinh()
Definition at line 46 of file stubs.c.
47{
49}
_STLP_DECLSPEC complex< float > _STLP_CALL sinh(const complex< float > &)
◆ _CIsqrt()
Definition at line 123 of file stubs.c.
124{
126}
_STLP_DECLSPEC complex< float > _STLP_CALL sqrt(const complex< float > &)
◆ _CItan()
Definition at line 39 of file stubs.c.
40{
42}
_STLP_DECLSPEC complex< float > _STLP_CALL tan(const complex< float > &)
◆ _CItanh()
Definition at line 60 of file stubs.c.
61{
63}
_STLP_DECLSPEC complex< float > _STLP_CALL tanh(const complex< float > &)