ITK  4.8.0
Insight Segmentation and Registration Toolkit
Classes | Namespaces | Macros | Functions
itkMathDetail.h File Reference
#include "vnl/vnl_math.h"
#include "itkIntTypes.h"
#include "itkNumericTraits.h"
+ 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.

Classes

union  itk::Math::Detail::FloatIEEE< T >
 
struct  itk::Math::Detail::FloatIEEETraits< T >
 
struct  itk::Math::Detail::FloatIEEETraits< double >
 
struct  itk::Math::Detail::FloatIEEETraits< float >
 
struct  itk::Concept::FloatOrDouble< T >
 
struct  itk::Concept::FloatOrDouble< double >
 
struct  itk::Concept::FloatOrDouble< float >
 

Namespaces

 itk
 
 itk::Concept
 
 itk::Math
 
 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

int32_t itk::Math::Detail::Ceil_32 (double x)
 
int32_t itk::Math::Detail::Ceil_32 (float x)
 
int64_t itk::Math::Detail::Ceil_64 (double x)
 
int64_t itk::Math::Detail::Ceil_64 (float x)
 
template<typename TReturn , typename TInput >
TReturn itk::Math::Detail::Ceil_base (TInput x)
 
int32_t itk::Math::Detail::Floor_32 (double x)
 
int32_t itk::Math::Detail::Floor_32 (float x)
 
int64_t itk::Math::Detail::Floor_64 (double x)
 
int64_t itk::Math::Detail::Floor_64 (float x)
 
template<typename TReturn , typename TInput >
TReturn itk::Math::Detail::Floor_base (TInput x)
 
CLANG_PRAGMA_POP int32_t itk::Math::Detail::RoundHalfIntegerToEven_32 (double x)
 
int32_t itk::Math::Detail::RoundHalfIntegerToEven_32 (float x)
 
int64_t itk::Math::Detail::RoundHalfIntegerToEven_64 (double x)
 
int64_t itk::Math::Detail::RoundHalfIntegerToEven_64 (float x)
 
template<typename TReturn , typename TInput >
CLANG_PRAGMA_PUSH
CLANG_SUPPRESS_Wfloat_equal
TReturn 
itk::Math::Detail::RoundHalfIntegerToEven_base (TInput x)
 
int32_t itk::Math::Detail::RoundHalfIntegerUp_32 (double x)
 
int32_t itk::Math::Detail::RoundHalfIntegerUp_32 (float x)
 
int64_t itk::Math::Detail::RoundHalfIntegerUp_64 (double x)
 
int64_t itk::Math::Detail::RoundHalfIntegerUp_64 (float x)
 
template<typename TReturn , typename TInput >
TReturn itk::Math::Detail::RoundHalfIntegerUp_base (TInput x)
 

Macro Definition Documentation

#define GCC_USE_ASM_32IMPL   0

Definition at line 95 of file itkMathDetail.h.

#define GCC_USE_ASM_64IMPL   0

Definition at line 96 of file itkMathDetail.h.

#define USE_SSE2_32IMPL   0

Definition at line 48 of file itkMathDetail.h.

#define USE_SSE2_64IMPL   0

Definition at line 47 of file itkMathDetail.h.

#define VC_USE_ASM_32IMPL   0

Definition at line 103 of file itkMathDetail.h.

#define VC_USE_ASM_64IMPL   0

Definition at line 104 of file itkMathDetail.h.