HPCToolkit
NaN.h File Reference
#include <stdbool.h>
Include dependency graph for NaN.h:
This graph shows which files directly or indirectly include this file:

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
 

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

Definition at line 73 of file NaN.c.