35 #ifndef _BLAZE_MATH_SHIMS_POW4_H_ 36 #define _BLAZE_MATH_SHIMS_POW4_H_ 65 template<
typename T >
Namespace of the Blaze C++ math library.
Definition: Blaze.h:58
#define BLAZE_ALWAYS_INLINE
Platform dependent setup of an enforced inline keyword.
Definition: Inline.h:85
Header file for the pow2 shim.
BLAZE_ALWAYS_INLINEdecltype(auto) constexpr pow2(const T &a) noexcept(noexcept(a *a))
Squaring the given value/object.
Definition: Pow2.h:65
BLAZE_ALWAYS_INLINEdecltype(auto) constexpr pow4(const T &a) noexcept(noexcept(pow2(pow2(a))))
Quadruple the given value/object.
Definition: Pow4.h:66
System settings for the inline keywords.