MCPcopy Create free account
hub / github.com/PX4/eigen / pandnot

Function pandnot

Eigen/src/Core/GenericPacketMath.h:209–210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

207
208/** \internal \returns the bitwise andnot of \a a and \a b */
209template<typename Packet> EIGEN_DEVICE_FUNC inline Packet
210pandnot(const Packet& a, const Packet& b) { return a & (!b); }
211
212/** \internal \returns a packet version of \a *from, from must be 16 bytes aligned */
213template<typename Packet> EIGEN_DEVICE_FUNC inline Packet

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected