|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include "math_helpers.h"
Go to the source code of this file.
Macros | |
| #define | _CRTBLD |
| #define | HAS_LOG10F |
Functions | |
| void | Test_log10_exact (void) |
| void | Test_log10_approx (void) |
| void | Test_log10f_exact (void) |
| void | Test_log10f_approx (void) |
| START_TEST (log10) | |
Variables | |
| static TESTENTRY_DBL | s_log10_exact_tests [] |
| static TESTENTRY_DBL_APPROX | s_log10_approx_tests [] |
| static TESTENTRY_DBL | s_log10f_exact_tests [] |
| static TESTENTRY_DBL_APPROX | s_log10f_approx_tests [] |
| START_TEST | ( | log10 | ) |
Definition at line 257 of file log10.c.
Definition at line 99 of file log10.c.
Referenced by START_TEST().
Definition at line 197 of file log10.c.
Referenced by START_TEST().
|
static |
Definition at line 54 of file log10.c.
Referenced by Test_log10_approx(), and Test_log10f_approx().
|
static |
Definition at line 25 of file log10.c.
Referenced by Test_log10_exact().
|
static |
Definition at line 148 of file log10.c.
Referenced by Test_log10f_approx().
|
static |
Definition at line 116 of file log10.c.
Referenced by Test_log10f_exact().