llvm-mos-sdk
|
#include <stddef.h>
Go to the source code of this file.
Macros | |
#define | FP_NORMAL 0 |
#define | FP_SUBNORMAL 1 |
#define | FP_ZERO 2 |
#define | FP_INFINITE 3 |
#define | FP_NAN 4 |
#define | INFINITY (1.0f / 0.0f) |
#define | isnan(arg) __builtin_isnan(arg) |
Functions | |
double | fmin (double x, double y) |
double | fmax (double x, double y) |
float | fminf (float x, float y) |
float | fmaxf (float x, float y) |
#define FP_INFINITE 3 |
#define FP_NAN 4 |
#define FP_NORMAL 0 |
#define FP_SUBNORMAL 1 |
#define FP_ZERO 2 |
#define INFINITY (1.0f / 0.0f) |
#define isnan | ( | arg | ) | __builtin_isnan(arg) |
double fmax | ( | double | x, |
double | y | ||
) |
float fmaxf | ( | float | x, |
float | y | ||
) |
double fmin | ( | double | x, |
double | y | ||
) |
float fminf | ( | float | x, |
float | y | ||
) |