|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include "math_helpers.h"
Go to the source code of this file.
Macros | |
| #define | _CRTBLD |
| #define | HAS_ACOSF |
Functions | |
| void | Test_acos_exact (void) |
| void | Test_acos_approx (void) |
| void | Test_acosf_exact (void) |
| void | Test_acosf_approx (void) |
| START_TEST (acos) | |
Variables | |
| static TESTENTRY_DBL | s_acos_exact_tests [] |
| static TESTENTRY_DBL_APPROX | s_acos_approx_tests [] |
| static TESTENTRY_DBL | s_acosf_exact_tests [] |
| static TESTENTRY_DBL_APPROX | s_acosf_approx_tests [] |
| START_TEST | ( | acos | ) |
Definition at line 379 of file acos.c.
Definition at line 160 of file acos.c.
Referenced by START_TEST().
Definition at line 319 of file acos.c.
Referenced by START_TEST().
|
static |
Definition at line 54 of file acos.c.
Referenced by Test_acos_approx(), and Test_acosf_approx().
|
static |
Definition at line 25 of file acos.c.
Referenced by Test_acos_exact().
|
static |
Definition at line 209 of file acos.c.
Referenced by Test_acosf_approx().
|
static |
Definition at line 177 of file acos.c.
Referenced by Test_acosf_exact().