Function bitwiseandnot¶
function bitwiseandnot(float, float) simd¶
Bitwise AND-NOT of x and y .
Fully qualified name: kfr::bitwiseandnot(float, float)
Declared at simd/operators.hpp:209
Function bitwiseandnot¶
function bitwiseandnot(double, double) simd¶
Bitwise AND-NOT of x and y .
Fully qualified name: kfr::bitwiseandnot(double, double)
Declared at simd/operators.hpp:220
Function bitwiseandnot¶
function bitwiseandnot(const T1 &, const T2 &) simd¶
template <typename T1, typename T2>
KFR_INTRINSIC std::common_type_t<T1, T2> bitwiseandnot(const T1& x, const T2& y) Bitwise AND-NOT of x and y .
Fully qualified name: kfr::bitwiseandnot(const T1 &, const T2 &)
Declared at simd/operators.hpp:260
Function bitwiseandnot¶
function bitwiseandnot(initialvalue<T>) simd¶
template <typename T>
constexpr inline T bitwiseandnot(initialvalue<T>) { … } Identity element for bitwiseandnot (returns all ones).
Fully qualified name: kfr::bitwiseandnot(initialvalue<T>)
Declared at simd/operators.hpp:266
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.