FD.io VPP  v19.04.4-rc0-5-ge88582fac
Vector Packet Processing
math.h File Reference
+ Include dependency graph for math.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define isnan(x)   __builtin_isnan(x)
 
#define isinf(x)   __builtin_isinf(x)
 

Functions

static f64 sqrt (f64 x)
 
static f64 fabs (f64 x)
 

Macro Definition Documentation

◆ isinf

#define isinf (   x)    __builtin_isinf(x)

Definition at line 60 of file math.h.

◆ isnan

#define isnan (   x)    __builtin_isnan(x)

Definition at line 56 of file math.h.

Function Documentation

◆ fabs()

static f64 fabs ( f64  x)
inlinestatic

Definition at line 50 of file math.h.

+ Here is the caller graph for this function:

◆ sqrt()

static f64 sqrt ( f64  x)
inlinestatic

Definition at line 44 of file math.h.