ITK  5.1.0
Insight Toolkit
Classes | Functions
itk::Math::Detail Namespace Reference

Classes

struct  AlmostEqualsFloatVsFloat
 
struct  AlmostEqualsFloatVsInteger
 
struct  AlmostEqualsFunctionSelector
 
struct  AlmostEqualsIntegerVsFloat
 
struct  AlmostEqualsPlainOldEquals
 
struct  AlmostEqualsSignedVsUnsigned
 
struct  AlmostEqualsUnsignedVsSigned
 
union  FloatIEEE
 
struct  FloatIEEETraits
 
struct  FloatIEEETraits< double >
 
struct  FloatIEEETraits< float >
 

Functions

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

Function Documentation

◆ Ceil_32() [1/2]

int32_t itk::Math::Detail::Ceil_32 ( double  x)
inline

Definition at line 320 of file itkMathDetail.h.

◆ Ceil_32() [2/2]

int32_t itk::Math::Detail::Ceil_32 ( float  x)
inline

Definition at line 325 of file itkMathDetail.h.

◆ Ceil_64() [1/2]

int64_t itk::Math::Detail::Ceil_64 ( double  x)
inline

Definition at line 486 of file itkMathDetail.h.

◆ Ceil_64() [2/2]

int64_t itk::Math::Detail::Ceil_64 ( float  x)
inline

Definition at line 491 of file itkMathDetail.h.

◆ Ceil_base()

template<typename TReturn , typename TInput >
TReturn itk::Math::Detail::Ceil_base ( TInput  x)
inline

Definition at line 157 of file itkMathDetail.h.

◆ Floor_32() [1/2]

int32_t itk::Math::Detail::Floor_32 ( double  x)
inline

Definition at line 309 of file itkMathDetail.h.

◆ Floor_32() [2/2]

int32_t itk::Math::Detail::Floor_32 ( float  x)
inline

Definition at line 314 of file itkMathDetail.h.

◆ Floor_64() [1/2]

int64_t itk::Math::Detail::Floor_64 ( double  x)
inline

Definition at line 475 of file itkMathDetail.h.

◆ Floor_64() [2/2]

int64_t itk::Math::Detail::Floor_64 ( float  x)
inline

Definition at line 480 of file itkMathDetail.h.

◆ Floor_base()

template<typename TReturn , typename TInput >
TReturn itk::Math::Detail::Floor_base ( TInput  x)
inline

Definition at line 147 of file itkMathDetail.h.

◆ RoundHalfIntegerToEven_32() [1/2]

CLANG_PRAGMA_POP int32_t itk::Math::Detail::RoundHalfIntegerToEven_32 ( double  x)
inline

Definition at line 248 of file itkMathDetail.h.

◆ RoundHalfIntegerToEven_32() [2/2]

int32_t itk::Math::Detail::RoundHalfIntegerToEven_32 ( float  x)
inline

Definition at line 253 of file itkMathDetail.h.

◆ RoundHalfIntegerToEven_64() [1/2]

int64_t itk::Math::Detail::RoundHalfIntegerToEven_64 ( double  x)
inline

Definition at line 414 of file itkMathDetail.h.

◆ RoundHalfIntegerToEven_64() [2/2]

int64_t itk::Math::Detail::RoundHalfIntegerToEven_64 ( float  x)
inline

Definition at line 419 of file itkMathDetail.h.

◆ RoundHalfIntegerToEven_base()

template<typename TReturn , typename TInput >
CLANG_PRAGMA_PUSH CLANG_SUPPRESS_Wfloat_equal TReturn itk::Math::Detail::RoundHalfIntegerToEven_base ( TInput  x)
inline

Definition at line 120 of file itkMathDetail.h.

◆ RoundHalfIntegerUp_32() [1/2]

int32_t itk::Math::Detail::RoundHalfIntegerUp_32 ( double  x)
inline

Definition at line 298 of file itkMathDetail.h.

◆ RoundHalfIntegerUp_32() [2/2]

int32_t itk::Math::Detail::RoundHalfIntegerUp_32 ( float  x)
inline

Definition at line 303 of file itkMathDetail.h.

◆ RoundHalfIntegerUp_64() [1/2]

int64_t itk::Math::Detail::RoundHalfIntegerUp_64 ( double  x)
inline

Definition at line 464 of file itkMathDetail.h.

◆ RoundHalfIntegerUp_64() [2/2]

int64_t itk::Math::Detail::RoundHalfIntegerUp_64 ( float  x)
inline

Definition at line 469 of file itkMathDetail.h.

◆ RoundHalfIntegerUp_base()

template<typename TReturn , typename TInput >
TReturn itk::Math::Detail::RoundHalfIntegerUp_base ( TInput  x)
inline

Definition at line 137 of file itkMathDetail.h.