|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include "math_helpers.h"
Go to the source code of this file.
Macros | |
| #define | _CRTBLD |
| #define | HAS_SINF |
Functions | |
| void | Test_sin_exact (void) |
| void | Test_sin_approx (void) |
| void | Test_sinf_exact (void) |
| void | Test_sinf_approx (void) |
| START_TEST (sin) | |
Variables | |
| static TESTENTRY_DBL | s_sin_exact_tests [] |
| static TESTENTRY_DBL_APPROX | s_sin_approx_tests [] |
| static TESTENTRY_DBL | s_sinf_exact_tests [] |
| static TESTENTRY_DBL_APPROX | s_sinf_approx_tests [] |
| START_TEST | ( | sin | ) |
Definition at line 375 of file sin.c.
Definition at line 164 of file sin.c.
Referenced by START_TEST().
Definition at line 315 of file sin.c.
Referenced by START_TEST().
|
static |
Definition at line 54 of file sin.c.
Referenced by Test_sin_approx(), and Test_sinf_approx().
|
static |
Definition at line 25 of file sin.c.
Referenced by Test_sin_exact().
|
static |
Definition at line 213 of file sin.c.
Referenced by Test_sinf_approx().
|
static |
Definition at line 181 of file sin.c.
Referenced by Test_sinf_exact().