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

Function pnot

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

Source from the content-addressed store, hash-verified

570/** \internal \returns the bitwise not of \a a */
571template <typename Packet>
572EIGEN_DEVICE_FUNC inline Packet pnot(const Packet& a) {
573 return bitwise_helper<Packet>::bitwise_not(a);
574}
575
576/** \internal \returns the bitwise and of \a a and not \a b */
577template <typename Packet>

Callers 3

pandnotFunction · 0.70
packetMethod · 0.70
initpacketMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected