ReactOS 0.4.16-dev-959-g2ec3a19
|
#include <fpieee.h>
#include <excpt.h>
#include <float.h>
#include <math.h>
#include <errno.h>
#include "libm_new.h"
Go to the source code of this file.
Macros | |
#define | POW_X_ONE_Y_SNAN 1 |
#define | POW_X_ZERO_Z_INF 2 |
#define | POW_X_NAN 3 |
#define | POW_Y_NAN 4 |
#define | POW_X_NAN_Y_NAN 5 |
#define | POW_X_NEG_Y_NOTINT 6 |
#define | POW_Z_ZERO 7 |
#define | POW_Z_DENORMAL 8 |
#define | POW_Z_INF 9 |
Functions | |
float | _powf_special (float x, float y, float z, U32 code) |
double | _pow_special (double x, double y, double z, U32 code) |
#define POW_X_NAN 3 |
Definition at line 38 of file pow_special.c.
#define POW_X_NAN_Y_NAN 5 |
Definition at line 40 of file pow_special.c.
#define POW_X_NEG_Y_NOTINT 6 |
Definition at line 41 of file pow_special.c.
#define POW_X_ONE_Y_SNAN 1 |
Definition at line 36 of file pow_special.c.
#define POW_X_ZERO_Z_INF 2 |
Definition at line 37 of file pow_special.c.
#define POW_Y_NAN 4 |
Definition at line 39 of file pow_special.c.
#define POW_Z_DENORMAL 8 |
Definition at line 43 of file pow_special.c.
#define POW_Z_INF 9 |
Definition at line 44 of file pow_special.c.
#define POW_Z_ZERO 7 |
Definition at line 42 of file pow_special.c.
Definition at line 92 of file pow_special.c.
Definition at line 46 of file pow_special.c.