HPCToolkit
NaN.c File Reference
#include <math.h>
#include "NaN.h"
Include dependency graph for NaN.c:

Go to the source code of this file.

Functions

bool c_isnan_d (double x)
 
bool c_isinf_d (double x)
 

Variables

const double c_FP_NAN_d = FP_NAN
 

Function Documentation

◆ c_isinf_d()

bool c_isinf_d ( double  x)

Definition at line 85 of file NaN.c.

Here is the caller graph for this function:

◆ c_isnan_d()

bool c_isnan_d ( double  x)

Definition at line 78 of file NaN.c.

Here is the caller graph for this function:

Variable Documentation

◆ c_FP_NAN_d

const double c_FP_NAN_d = FP_NAN

Definition at line 73 of file NaN.c.