35 #ifndef _BLAZE_MATH_FUNCTORS_POW3_H_ 36 #define _BLAZE_MATH_FUNCTORS_POW3_H_ 86 template<
typename T >
98 template<
typename T >
99 static constexpr
bool simdEnabled() {
return HasSIMDMult_v<T,T>; }
116 template<
typename T >
137 template<
typename T >
138 struct YieldsUniform<Pow3,T>
139 :
public IsUniform<T>
155 template<
typename MT >
156 struct YieldsLower<Pow3,MT>
173 template<
typename MT >
174 struct YieldsUniLower<Pow3,MT>
175 :
public IsUniLower<MT>
191 template<
typename MT >
192 struct YieldsStrictlyLower<Pow3,MT>
193 :
public IsStrictlyLower<MT>
209 template<
typename MT >
210 struct YieldsUpper<Pow3,MT>
227 template<
typename MT >
228 struct YieldsUniUpper<Pow3,MT>
229 :
public IsUniUpper<MT>
245 template<
typename MT >
246 struct YieldsStrictlyUpper<Pow3,MT>
247 :
public IsStrictlyUpper<MT>
263 template<
typename T >
264 struct YieldsZero<Pow3,T>
Header file for the IsUniUpper type trait.
Header file for the YieldsStrictlyLower type trait.
Header file for the YieldsZero type trait.
Header file for the IsUniLower type trait.
#define BLAZE_CONSTRAINT_MUST_BE_SIMD_PACK(T)
Constraint on the data type.In case the given data type T is not a SIMD pack, a compilation error is ...
Definition: SIMDPack.h:60
Header file for the IsStrictlyUpper type trait.
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 YieldsStrictlyUpper type trait.
Header file for the YieldsUniLower type trait.
Header file for the IsLower type trait.
decltype(auto) BLAZE_ALWAYS_INLINE load(const T &a) const
Returns the result of the pow3() function for the given SIMD vector.
Definition: Pow3.h:117
Constraint on the data type.
Header file for the pow3 shim.
Header file for the IsStrictlyLower type trait.
decltype(auto) pow3(const Proxy< PT, RT > &proxy)
Computing the cube value of the represented element.
Definition: Proxy.h:1405
Header file for the HasSIMDMult type trait.
static constexpr bool simdEnabled()
Returns whether SIMD is enabled for the specified data type T.
Definition: Pow3.h:99
Header file for the YieldsUpper type trait.
Header file for the IsZero type trait.
Header file for the YieldsLower type trait.
Macro for CUDA compatibility.
Generic wrapper for the pow3() function.
Definition: Pow3.h:78
#define BLAZE_DEVICE_CALLABLE
Conditional macro that sets host and device attributes when compiled with CUDA.
Definition: HostDevice.h:94
Header file for the IsUpper type trait.
Header file for the YieldsUniUpper type trait.
static constexpr bool paddingEnabled()
Returns whether the operation supports padding, i.e. whether it can deal with zeros.
Definition: Pow3.h:107
System settings for the inline keywords.