|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include "math_helpers.h"
Go to the source code of this file.
Macros | |
| #define | _CRTBLD |
| #define | HAS_SQRTF |
Functions | |
| void | Test_sqrt_exact (void) |
| void | Test_sqrt_approx (void) |
| void | Test_sqrtf_exact (void) |
| void | Test_sqrtf_approx (void) |
| START_TEST (sqrt) | |
Variables | |
| static TESTENTRY_DBL | s_sqrt_exact_tests [] |
| static TESTENTRY_DBL_APPROX | s_sqrt_approx_tests [] |
| static TESTENTRY_DBL | s_sqrtf_exact_tests [] |
| static TESTENTRY_DBL_APPROX | s_sqrtf_approx_tests [] |
| START_TEST | ( | sqrt | ) |
Definition at line 367 of file sqrt.c.
Definition at line 164 of file sqrt.c.
Referenced by START_TEST().
Definition at line 327 of file sqrt.c.
Referenced by START_TEST().
|
static |
Definition at line 54 of file sqrt.c.
Referenced by Test_sqrt_approx(), and Test_sqrtf_approx().
|
static |
Definition at line 25 of file sqrt.c.
Referenced by Test_sqrt_exact().
|
static |
Definition at line 213 of file sqrt.c.
Referenced by Test_sqrtf_approx().
|
static |
Definition at line 181 of file sqrt.c.
Referenced by Test_sqrtf_exact().