Function bitwiseand¶
function bitwiseand(float, float) simd¶
Bitwise AND of x and y . Returns the bitwise conjunction of the two operands.
Fully qualified name: kfr::bitwiseand(float, float)
Declared at simd/operators.hpp:207
Function bitwiseand¶
function bitwiseand(double, double) simd¶
Bitwise AND of x and y . Returns the bitwise conjunction of the two operands.
Fully qualified name: kfr::bitwiseand(double, double)
Declared at simd/operators.hpp:218
Function bitwiseand¶
function bitwiseand(const T1 &, const T2 &) simd¶
template <typename T1, typename T2>
KFR_INTRINSIC std::common_type_t<T1, T2> bitwiseand(const T1& x, const T2& y) Bitwise AND of x and y .
Returns the bitwise conjunction of the two operands.
Fully qualified name: kfr::bitwiseand(const T1 &, const T2 &)
Declared at simd/operators.hpp:242
Function bitwiseand¶
function bitwiseand(initialvalue<T>) simd¶
template <typename T>
constexpr KFR_INTRINSIC T bitwiseand(initialvalue<T>) { … } Identity element for bitwiseand (returns all ones).
Fully qualified name: kfr::bitwiseand(initialvalue<T>)
Declared at simd/operators.hpp:248
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.