|
Ardour
9.0-pre0-2168-g0459902b9a
|
Go to the source code of this file.
Macros | |
| #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) |