ReactOS 0.4.15-dev-7842-g558ab78
trionan.c File Reference
#include "triodef.h"
#include "trionan.h"
#include <math.h>
#include <string.h>
#include <limits.h>
#include <float.h>
#include <assert.h>
Include dependency graph for trionan.c:

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$"