![]() |
ATLAS Offline Software
|
Functions | |
| template<class T> | |
| static constexpr T | safe_lshift (const T x, const T amount) |
| template<class T> | |
| static constexpr T | safe_rshift (const T x, const T amount) |
| template<class T> | |
| static constexpr T | clamped_sub (const T x1, const T x2) |
| template<class T> | |
| static constexpr T | min (const T x1, const T x2) |
| template<class T> | |
| static constexpr T | max (const T x1, const T x2) |
| template<class T> | |
| static constexpr T | clamp (const T x, const T low, const T high) |
| template<class T> | |
| static constexpr T | bit_and (const T x1, const T x2) |
| template<class T> | |
| static constexpr T | bit_or (const T x1, const T x2) |
|
inlinestaticconstexpr |
Definition at line 245 of file FPHelpers.h.
|
inlinestaticconstexpr |
Definition at line 251 of file FPHelpers.h.
|
inlinestaticconstexpr |
|
inlinestaticconstexpr |
Definition at line 219 of file FPHelpers.h.
|
inlinestaticconstexpr |
Definition at line 231 of file FPHelpers.h.
|
inlinestaticconstexpr |
Definition at line 225 of file FPHelpers.h.
|
inlinestaticconstexpr |
Definition at line 204 of file FPHelpers.h.
|
inlinestaticconstexpr |
Definition at line 211 of file FPHelpers.h.