mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 15:13:05 +00:00
40 lines
945 B
C
40 lines
945 B
C
/* Automatically generated file; DO NOT EDIT!! */
|
|
|
|
#define STANDALONE
|
|
#include <wine/test.h>
|
|
|
|
extern void func__finite(void);
|
|
extern void func__isnan(void);
|
|
extern void func_acos(void);
|
|
extern void func_asin(void);
|
|
extern void func_atan(void);
|
|
extern void func_ceil(void);
|
|
extern void func_cos(void);
|
|
extern void func_exp(void);
|
|
extern void func_log(void);
|
|
extern void func_log10(void);
|
|
extern void func_round(void);
|
|
extern void func_sin(void);
|
|
extern void func_sqrt(void);
|
|
extern void func_tan(void);
|
|
|
|
|
|
const struct test winetest_testlist[] =
|
|
{
|
|
{ "_finite", func__finite },
|
|
{ "_isnan", func__isnan },
|
|
{ "acos", func_acos },
|
|
{ "asin", func_asin },
|
|
{ "atan", func_atan },
|
|
{ "ceil", func_ceil },
|
|
{ "cos", func_cos },
|
|
{ "exp", func_exp },
|
|
{ "log", func_log },
|
|
{ "log10", func_log10 },
|
|
{ "round", func_round },
|
|
{ "sin", func_sin },
|
|
{ "sqrt", func_sqrt },
|
|
{ "tan", func_tan },
|
|
|
|
{ 0, 0 }
|
|
};
|