Eneboo - Documentación para desarrolladores
|
#include "triodef.h"
Ir al código fuente de este archivo.
Enumeraciones | |
enum | { TRIO_FP_INFINITE, TRIO_FP_NAN, TRIO_FP_NORMAL, TRIO_FP_SUBNORMAL, TRIO_FP_ZERO } |
Funciones | |
TRIO_PUBLIC double trio_nan | TRIO_PROTO ((void)) |
TRIO_PUBLIC double trio_nzero | TRIO_PROTO ((TRIO_NOARGS)) |
TRIO_PUBLIC int trio_isnan | TRIO_PROTO ((double number)) |
TRIO_PUBLIC int trio_fpclassify_and_signbit | TRIO_PROTO ((double number, int *is_negative)) |
anonymous enum |
TRIO_PUBLIC double trio_nan TRIO_PROTO | ( | (void) | ) |
TRIO_PUBLIC int trio_isnan TRIO_PROTO | ( | (double number) | ) |
TRIO_PUBLIC double trio_nzero TRIO_PROTO | ( | (TRIO_NOARGS) | ) |