![]() |
ATLAS Offline Software
|
Contains functions to deal with arbitrary IEEE754-like floating point formats. More...
#include <cstdint>#include <climits>#include <cstring>Go to the source code of this file.
Classes | |
| class | FloatingPointHelpers::IEEE754_like< mantiss, exp, tag > |
| Specifies a floating point format like those described in IEEE-754, with an adjustable number of bits in the exponent and mantissa. More... | |
| struct | FloatingPointHelpers::ConversionHelper< FLarge, FSmall > |
| struct | FloatingPointHelpers::ConversionHelper< StandardDouble, StandardFloat > |
| struct | FloatingPointHelpers::ConversionHelper< Format, Format > |
Namespaces | |
| namespace | FloatingPointHelpers |
| namespace | FloatingPointHelpers::LeadingZerosPortability |
| namespace | FloatingPointHelpers::OperatorsHelper |
| namespace | FloatingPointHelpers::BitCastHelper |
Macros | |
| #define | CALORECGPU_INCLUDE_CUDA_SUPPORT 1 |
| #define | CALORECGPU_MULTIPLE_PORTABILITY_CLZ_FUNC_HELPER(ATTRIB, TYPE, BUILTIN) |
Typedefs | |
| using | FloatingPointHelpers::StandardFloat = IEEE754_like<23, 8> |
| using | FloatingPointHelpers::StandardDouble = IEEE754_like<52, 11> |
| using | FloatingPointHelpers::CUDAHalfFloat = IEEE754_like<10, 5> |
| using | FloatingPointHelpers::CUDABFloat16 = IEEE754_like<7, 8> |
Enumerations | |
| enum class | FloatingPointHelpers::RoundingModes { FloatingPointHelpers::ToPlusInfinity , FloatingPointHelpers::ToMinusInfinity , FloatingPointHelpers::ToZero , FloatingPointHelpers::ToNearestEven , FloatingPointHelpers::ToNearestAwayFromZero , FloatingPointHelpers::Default = ToNearestEven } |
| Specifies the rounding mode to use for the operations. More... | |
Contains functions to deal with arbitrary IEEE754-like floating point formats.
Definition in file FPHelpers.h.
| #define CALORECGPU_INCLUDE_CUDA_SUPPORT 1 |
Definition at line 12 of file FPHelpers.h.
| #define CALORECGPU_MULTIPLE_PORTABILITY_CLZ_FUNC_HELPER | ( | ATTRIB, | |
| TYPE, | |||
| BUILTIN ) |
Definition at line 94 of file FPHelpers.h.