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 // Names for the loating point exceptions defined by IEEE standard 754
12 //
13 //---------------------------------------------------------------------------
14 
15 #include "IexExport.h"
16 #include "IexNamespace.h"
17 
19 
21 {
26  IEEE_INVALID = 16
27 };
28 
30 
31 #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:79
IEEE_DIVZERO
#define IEX_INTERNAL_NAMESPACE_HEADER_EXIT
Definition: IexNamespace.h:82
IEEE_OVERFLOW