1 #define _STLP_DO_IMPORT_CSTD_FUNCTIONS 22 #if defined (STLPORT) && !defined (_STLP_USE_NAMESPACES) 39 #if !defined (STLPORT) || defined (_STLP_USE_NAMESPACES) 42 float float_val = -1.0f;
43 double double_val = -1.0;
44 # if !defined (_STLP_NO_LONG_DOUBLE) 45 long double long_double_val = -1.0l;
53 # if !defined (_STLP_NO_LONG_DOUBLE) 59 # if !defined (_STLP_NO_LONG_DOUBLE) 94 # if !defined (STLPORT) || !defined (_STLP_USING_PLATFORM_SDK_COMPILER) || !defined (_WIN64) 107 # if !defined (STLPORT) || !defined (_STLP_USING_PLATFORM_SDK_COMPILER) || !defined (_M_AMD64) 119 # if !defined (STLPORT) || !defined (_STLP_USING_PLATFORM_SDK_COMPILER) || !defined (_WIN64) 132 # if !defined (STLPORT) || !defined (_STLP_USING_PLATFORM_SDK_COMPILER) || !defined (_M_AMD64) 136 # if !defined (_STLP_NO_LONG_DOUBLE) 145 # if !defined (STLPORT) || !defined (_STLP_USING_PLATFORM_SDK_COMPILER) || !defined (_WIN64) 159 # if !defined (STLPORT) || !defined (_STLP_USING_PLATFORM_SDK_COMPILER) || !defined (_M_AMD64) 166 # if !defined (_STLP_NO_LONG_DOUBLE) _STLP_DECLSPEC complex< float > _STLP_CALL sqrt(const complex< float > &)
_STLP_DECLSPEC complex< float > _STLP_CALL sinh(const complex< float > &)
_Check_return_ _CRTIMP double __cdecl ceil(_In_ double x)
valarray< _Tp > atan2(const valarray< _Tp > &__x, const valarray< _Tp > &__y)
_STLP_DECLSPEC complex< float > _STLP_CALL cosh(const complex< float > &)
_Check_return_ _CRTIMP double __cdecl ldexp(_In_ double x, _In_ int y)
void __cdecl srand(_In_ unsigned int _Seed)
bool are_equals(_Tp val, _Tp ref)
valarray< _Tp > asin(const valarray< _Tp > &__x)
valarray< _Tp > acos(const valarray< _Tp > &__x)
_STLP_DECLSPEC complex< float > _STLP_CALL tanh(const complex< float > &)
float pow(float __x, int __y)
_Check_return_ int __cdecl rand(void)
_STLP_DECLSPEC complex< float > _STLP_CALL cos(const complex< float > &)
_Check_return_ double __cdecl fmod(_In_ double x, _In_ double y)
CPPUNIT_TEST(import_checks)
_Check_return_ ldiv_t __cdecl ldiv(_In_ long _Numerator, _In_ long _Denominator)
_STLP_VENDOR_CSTD::ldiv_t div(long __x, long __y)
_STLP_DECLSPEC complex< float > _STLP_CALL log10(const complex< float > &)
CPPUNIT_TEST_SUITE(CMathTest)
CPPUNIT_TEST_SUITE_REGISTRATION(CMathTest)
valarray< _Tp > atan(const valarray< _Tp > &__x)
_Check_return_ _CRT_JIT_INTRINSIC double __cdecl fabs(_In_ double x)
_Check_return_ _CRTIMP double __cdecl frexp(_In_ double x, _Out_ int *y)
_Check_return_ long __cdecl labs(_In_ long x)
_STLP_DECLSPEC complex< float > _STLP_CALL sin(const complex< float > &)
_Check_return_ _CRTIMP double __cdecl floor(_In_ double x)
_STLP_DECLSPEC complex< float > _STLP_CALL tan(const complex< float > &)
_Check_return_ _CRTIMP double __cdecl modf(_In_ double x, _Out_ double *y)