MCPcopy Create free account
hub / github.com/ErrorAtLine0/infinipaint / pandnot

Function pandnot

include/Eigen/src/Core/GenericPacketMath.h:578–580  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

576/** \internal \returns the bitwise and of \a a and not \a b */
577template <typename Packet>
578EIGEN_DEVICE_FUNC inline Packet pandnot(const Packet& a, const Packet& b) {
579 return pand(a, pnot(b));
580}
581
582// In the general case, use bitwise select.
583template <typename Packet, typename EnableIf = void>

Callers 4

runMethod · 0.70
pisnanFunction · 0.70
any_preduxMethod · 0.70
count_reduxMethod · 0.70

Calls 2

pandFunction · 0.70
pnotFunction · 0.70

Tested by

no test coverage detected