|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include "math_helpers.h"
Go to the source code of this file.
Macros | |
| #define | _CRTBLD |
| #define | HAS_ASINF |
Functions | |
| void | Test_asin_exact (void) |
| void | Test_asin_approx (void) |
| void | Test_asinf_exact (void) |
| void | Test_asinf_approx (void) |
| START_TEST (asin) | |
Variables | |
| static TESTENTRY_DBL | s_asin_exact_tests [] |
| static TESTENTRY_DBL_APPROX | s_asin_approx_tests [] |
| static TESTENTRY_DBL | s_asinf_exact_tests [] |
| static TESTENTRY_DBL_APPROX | s_asinf_approx_tests [] |
| START_TEST | ( | asin | ) |
Definition at line 379 of file asin.c.
Definition at line 160 of file asin.c.
Referenced by START_TEST().
Definition at line 319 of file asin.c.
Referenced by START_TEST().
|
static |
Definition at line 54 of file asin.c.
Referenced by Test_asin_approx(), and Test_asinf_approx().
|
static |
Definition at line 25 of file asin.c.
Referenced by Test_asin_exact().
|
static |
Definition at line 209 of file asin.c.
Referenced by Test_asinf_approx().
|
static |
Definition at line 177 of file asin.c.
Referenced by Test_asinf_exact().