|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include "math_helpers.h"
Go to the source code of this file.
Macros | |
| #define | _CRTBLD |
| #define | HAS_LOGF |
Functions | |
| void | Test_log_exact (void) |
| void | Test_log_approx (void) |
| void | Test_logf_exact (void) |
| void | Test_logf_approx (void) |
| START_TEST (log) | |
Variables | |
| static TESTENTRY_DBL | s_log_exact_tests [] |
| static TESTENTRY_DBL_APPROX | s_log_approx_tests [] |
| static TESTENTRY_DBL | s_logf_exact_tests [] |
| static TESTENTRY_DBL_APPROX | s_logf_approx_tests [] |
| START_TEST | ( | log | ) |
Definition at line 257 of file log.c.
Definition at line 99 of file log.c.
Referenced by START_TEST().
Definition at line 197 of file log.c.
Referenced by START_TEST().
|
static |
Definition at line 54 of file log.c.
Referenced by Test_log_approx(), and Test_logf_approx().
|
static |
Definition at line 25 of file log.c.
Referenced by Test_log_exact().
|
static |
Definition at line 148 of file log.c.
Referenced by Test_logf_approx().
|
static |
Definition at line 116 of file log.c.
Referenced by Test_logf_exact().