qm-dsp  1.8
nan-inf.h File Reference

Go to the source code of this file.

Defines

#define ISNAN(x)   (sizeof(x) == sizeof(double) ? ISNANd(x) : ISNANf(x))
#define ISINF(x)   (sizeof(x) == sizeof(double) ? ISINFd(x) : ISINFf(x))

Functions

static int ISNANf (float x)
static int ISNANd (double x)
static int ISINFf (float x)
static int ISINFd (double x)

Define Documentation

#define ISNAN (   x)    (sizeof(x) == sizeof(double) ? ISNANd(x) : ISNANf(x))

Definition at line 5 of file nan-inf.h.

#define ISINF (   x)    (sizeof(x) == sizeof(double) ? ISINFd(x) : ISINFf(x))

Definition at line 9 of file nan-inf.h.


Function Documentation

static int ISNANf ( float  x) [inline, static]

Definition at line 6 of file nan-inf.h.

Referenced by ISINFf().

static int ISNANd ( double  x) [inline, static]

Definition at line 7 of file nan-inf.h.

Referenced by ISINFd().

static int ISINFf ( float  x) [inline, static]

Definition at line 10 of file nan-inf.h.

References ISNANf().

static int ISINFd ( double  x) [inline, static]

Definition at line 11 of file nan-inf.h.

References ISNANd().