|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include "math_helpers.h"
Go to the source code of this file.
Macros | |
| #define | _CRTBLD |
| #define | HAS_EXPF |
Functions | |
| void | Test_exp_exact (void) |
| void | Test_exp_approx (void) |
| void | Test_expf_exact (void) |
| void | Test_expf_approx (void) |
| START_TEST (exp) | |
Variables | |
| static TESTENTRY_DBL | s_exp_exact_tests [] |
| static TESTENTRY_DBL_APPROX | s_exp_approx_tests [] |
| static TESTENTRY_DBL | s_expf_exact_tests [] |
| static TESTENTRY_DBL_APPROX | s_expf_approx_tests [] |
| START_TEST | ( | exp | ) |
Definition at line 382 of file exp.c.
Definition at line 165 of file exp.c.
Referenced by START_TEST().
Definition at line 322 of file exp.c.
Referenced by START_TEST().
|
static |
Definition at line 61 of file exp.c.
Referenced by Test_exp_approx(), and Test_expf_approx().
|
static |
Definition at line 25 of file exp.c.
Referenced by Test_exp_exact().
|
static |
Definition at line 214 of file exp.c.
Referenced by Test_expf_approx().
|
static |
Definition at line 182 of file exp.c.
Referenced by Test_expf_exact().