Skip to content

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)

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)

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 &)

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>)

This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.