llvm-mos-sdk
Macros | Functions
math.h File Reference
#include <stddef.h>
Include dependency graph for math.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)
 

Macro Definition Documentation

◆ FP_INFINITE

#define FP_INFINITE   3

◆ FP_NAN

#define FP_NAN   4

◆ FP_NORMAL

#define FP_NORMAL   0

◆ FP_SUBNORMAL

#define FP_SUBNORMAL   1

◆ FP_ZERO

#define FP_ZERO   2

◆ INFINITY

#define INFINITY   (1.0f / 0.0f)

◆ isnan

#define isnan (   arg)    __builtin_isnan(arg)

Function Documentation

◆ fmax()

double fmax ( double  x,
double  y 
)

◆ fmaxf()

float fmaxf ( float  x,
float  y 
)

◆ fmin()

double fmin ( double  x,
double  y 
)

◆ fminf()

float fminf ( float  x,
float  y 
)