|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include "math_helpers.h"
Go to the source code of this file.
Macros | |
| #define | _CRTBLD |
| #define | HAS_COSF |
Functions | |
| void | Test_cos_exact (void) |
| void | Test_cos_approx (void) |
| void | Test_cosf_exact (void) |
| void | Test_cosf_approx (void) |
| START_TEST (cos) | |
Variables | |
| static TESTENTRY_DBL | s_cos_exact_tests [] |
| static TESTENTRY_DBL_APPROX | s_cos_approx_tests [] |
| static TESTENTRY_DBL | s_cosf_exact_tests [] |
| static TESTENTRY_DBL_APPROX | s_cosf_approx_tests [] |
| START_TEST | ( | cos | ) |
Definition at line 375 of file cos.c.
Definition at line 164 of file cos.c.
Referenced by START_TEST().
Definition at line 315 of file cos.c.
Referenced by START_TEST().
|
static |
Definition at line 54 of file cos.c.
Referenced by Test_cos_approx(), and Test_cosf_approx().
|
static |
Definition at line 25 of file cos.c.
Referenced by Test_cos_exact().
|
static |
Definition at line 213 of file cos.c.
Referenced by Test_cosf_approx().
|
static |
Definition at line 181 of file cos.c.
Referenced by Test_cosf_exact().