#include "triodef.h"
Go to the source code of this file.
Enumerations | |
enum | { TRIO_FP_INFINITE, TRIO_FP_NAN, TRIO_FP_NORMAL, TRIO_FP_SUBNORMAL, TRIO_FP_ZERO } |
Functions | |
TRIO_PUBLIC int trio_fpclassify_and_signbit | TRIO_PROTO ((double number, int *is_negative)) |
TRIO_PUBLIC int trio_isnan | TRIO_PROTO ((double number)) |
TRIO_PUBLIC double trio_nzero | TRIO_PROTO ((TRIO_NOARGS)) |
TRIO_PUBLIC double trio_nan | TRIO_PROTO ((void)) |
anonymous enum |
TRIO_PUBLIC int trio_fpclassify_and_signbit TRIO_PROTO | ( | (double number, int *is_negative) | ) |
TRIO_PUBLIC int trio_isnan TRIO_PROTO | ( | (double number) | ) |
TRIO_PUBLIC double trio_nzero TRIO_PROTO | ( | (TRIO_NOARGS) | ) |
TRIO_PUBLIC double trio_nan TRIO_PROTO | ( | (void) | ) |