ReactOS 0.4.16-dev-250-g3ecd236
|
#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 | LOG_X_ZERO 1 |
#define | LOG_X_NEG 2 |
#define | LOG_X_NAN 3 |
Functions | |
static float | _logf_special_common (float x, float y, U32 code, unsigned int op, char *name) |
float | _logf_special (float x, float y, U32 code) |
float | _log10f_special (float x, float y, U32 code) |
static double | _log_special_common (double x, double y, U32 code, unsigned int op, char *name) |
double | _log_special (double x, double y, U32 code) |
double | _log10_special (double x, double y, U32 code) |
#define LOG_X_NAN 3 |
Definition at line 43 of file log_special.c.
#define LOG_X_NEG 2 |
Definition at line 42 of file log_special.c.
#define LOG_X_ZERO 1 |
Definition at line 41 of file log_special.c.
Definition at line 130 of file log_special.c.
Definition at line 91 of file log_special.c.
Definition at line 125 of file log_special.c.
|
static |
Definition at line 96 of file log_special.c.
Referenced by _log10_special(), and _log_special().
Definition at line 86 of file log_special.c.
|
static |
Definition at line 45 of file log_special.c.
Referenced by _log10f_special(), and _logf_special().