Include dependency graph for itkMathDetail.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| namespace | itk |
| namespace | itk::Concept |
| namespace | itk::Math |
| namespace | itk::Math::Detail |
Macros | |
| #define | GCC_USE_ASM_32IMPL 0 |
| #define | GCC_USE_ASM_64IMPL 0 |
| #define | USE_SSE2_32IMPL 0 |
| #define | USE_SSE2_64IMPL 0 |
| #define | VC_USE_ASM_32IMPL 0 |
| #define | VC_USE_ASM_64IMPL 0 |
Functions | |
| template<typename TInput> | |
| constexpr int32_t | itk::Math::Detail::Ceil_32 (TInput x) |
| template<typename TInput> | |
| constexpr int64_t | itk::Math::Detail::Ceil_64 (TInput x) |
| template<typename TReturn, typename TInput> | |
| constexpr TReturn | itk::Math::Detail::Ceil_base (TInput x) |
| template<typename TInput> | |
| constexpr int32_t | itk::Math::Detail::Floor_32 (TInput x) |
| template<typename TInput> | |
| constexpr int64_t | itk::Math::Detail::Floor_64 (TInput x) |
| template<typename TReturn, typename TInput> | |
| constexpr TReturn | itk::Math::Detail::Floor_base (TInput x) |
| template<typename TInput> | |
| ITK_GCC_PRAGMA_POP constexpr int32_t | itk::Math::Detail::RoundHalfIntegerToEven_32 (TInput x) |
| template<typename TInput> | |
| constexpr int64_t | itk::Math::Detail::RoundHalfIntegerToEven_64 (TInput x) |
| template<typename TReturn, typename TInput> | |
| ITK_GCC_PRAGMA_PUSH ITK_GCC_SUPPRESS_Wfloat_equal constexpr TReturn | itk::Math::Detail::RoundHalfIntegerToEven_base (TInput x) |
| template<typename TInput> | |
| constexpr int32_t | itk::Math::Detail::RoundHalfIntegerUp_32 (TInput x) |
| template<typename TInput> | |
| constexpr int64_t | itk::Math::Detail::RoundHalfIntegerUp_64 (TInput x) |
| template<typename TReturn, typename TInput> | |
| constexpr TReturn | itk::Math::Detail::RoundHalfIntegerUp_base (TInput x) |
| #define GCC_USE_ASM_32IMPL 0 |
Definition at line 62 of file itkMathDetail.h.
| #define GCC_USE_ASM_64IMPL 0 |
Definition at line 63 of file itkMathDetail.h.
| #define USE_SSE2_32IMPL 0 |
Definition at line 42 of file itkMathDetail.h.
| #define USE_SSE2_64IMPL 0 |
Definition at line 41 of file itkMathDetail.h.
| #define VC_USE_ASM_32IMPL 0 |
Definition at line 71 of file itkMathDetail.h.
| #define VC_USE_ASM_64IMPL 0 |
Definition at line 72 of file itkMathDetail.h.