ReactOS 0.4.16-dev-41-ge8c7597
|
#include "triodef.h"
#include "trionan.h"
#include <math.h>
#include <string.h>
#include <limits.h>
#include <float.h>
#include <assert.h>
Go to the source code of this file.
Macros | |
#define | TRIO_TRUE (1 == 1) |
#define | TRIO_FALSE (0 == 1) |
Functions | |
TRIO_PUBLIC double | trio_nzero (TRIO_NOARGS) |
TRIO_PUBLIC double | trio_pinf (TRIO_NOARGS) |
TRIO_PUBLIC double | trio_ninf (TRIO_NOARGS) |
TRIO_PUBLIC double | trio_nan (TRIO_NOARGS) |
TRIO_PUBLIC int trio_isnan | TRIO_ARGS1 ((number), double number) |
TRIO_PUBLIC int trio_fpclassify_and_signbit | TRIO_ARGS2 ((number, is_negative), double number, int *is_negative) |
Variables | |
static TRIO_CONST char | rcsid [] = "@(#)$Id$" |