ReactOS 0.4.16-dev-125-g798ea90
|
Go to the source code of this file.
Classes | |
struct | _TESTENTRY_DBL |
struct | _TESTENTRY_FLT |
Macros | |
#define | _USE_MATH_DEFINES |
#define | ok_eq_dbl_exact_(file, line, func, ullx, z, ullexp) |
#define | ok_eq_dbl_exact(func, ullx, z, ullexp) ok_eq_dbl_exact_(__FILE__, __LINE__, func, ullx, z, ullexp) |
#define | ok_eq_flt_exact_(file, line, func, ux, z, uexp) |
#define | ok_eq_flt_exact(func, ux, z, uexp) ok_eq_flt_exact_(__FILE__, __LINE__, func, ux, z, uexp) |
Typedefs | |
typedef struct _TESTENTRY_DBL | TESTENTRY_DBL |
typedef struct _TESTENTRY_FLT | TESTENTRY_FLT |
Functions | |
static __inline double | u64_to_dbl (UINT64 x) |
static __inline UINT64 | dbl_to_u64 (double x) |
static __inline float | u32_to_flt (UINT32 x) |
static __inline UINT32 | flt_to_u32 (float x) |
#define _USE_MATH_DEFINES |
Definition at line 10 of file math_helpers.h.
#define ok_eq_dbl_exact | ( | func, | |
ullx, | |||
z, | |||
ullexp | |||
) | ok_eq_dbl_exact_(__FILE__, __LINE__, func, ullx, z, ullexp) |
Definition at line 67 of file math_helpers.h.
Definition at line 59 of file math_helpers.h.
#define ok_eq_flt_exact | ( | func, | |
ux, | |||
z, | |||
uexp | |||
) | ok_eq_flt_exact_(__FILE__, __LINE__, func, ux, z, uexp) |
Definition at line 77 of file math_helpers.h.
Definition at line 69 of file math_helpers.h.
typedef struct _TESTENTRY_DBL TESTENTRY_DBL |
typedef struct _TESTENTRY_FLT TESTENTRY_FLT |
Definition at line 26 of file math_helpers.h.
Definition at line 42 of file math_helpers.h.
Definition at line 34 of file math_helpers.h.
Referenced by Test_ceilf(), Test_fabsf(), and Test_floorf().
Definition at line 18 of file math_helpers.h.
Referenced by Test_ceil(), Test_fabs(), and Test_floor().