HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
IexMathIeeeExc.h
Go to the documentation of this file.
1 //
2 // SPDX-License-Identifier: BSD-3-Clause
3 // Copyright (c) Contributors to the OpenEXR Project.
4 //
5 
6 #ifndef INCLUDED_IEXMATHIEEE_EXC_H
7 #define INCLUDED_IEXMATHIEEE_EXC_H
8 
9 
10 //---------------------------------------------------------------------------
11 //
12 // Names for the loating point exceptions defined by IEEE standard 754
13 //
14 //---------------------------------------------------------------------------
15 
16 #include "IexExport.h"
17 #include "IexNamespace.h"
18 
20 
21 
23 {
28  IEEE_INVALID = 16
29 };
30 
31 
33 
34 #endif
#define IEX_EXPORT_ENUM
Definition: IexExport.h:32
IEX_INTERNAL_NAMESPACE_HEADER_ENTER enum IEX_EXPORT_ENUM IeeeExcType
IEEE_UNDERFLOW
IEEE_INEXACT
#define IEX_INTERNAL_NAMESPACE_HEADER_ENTER
Definition: IexNamespace.h:77
IEEE_DIVZERO
#define IEX_INTERNAL_NAMESPACE_HEADER_EXIT
Definition: IexNamespace.h:78
IEEE_OVERFLOW