MCPcopy Create free account
hub / github.com/HiLab-git/SimpleCRF / pand

Function pand

dependency/densecrf/include/Eigen/src/Core/GenericPacketMath.h:406–409  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

404
405/** \internal \returns the bitwise and of \a a and \a b */
406template<typename Packet> EIGEN_DEVICE_FUNC inline Packet
407pand(const Packet& a, const Packet& b) {
408 return bitwise_helper<Packet>::bitwise_and(a, b);
409}
410
411/** \internal \returns the bitwise or of \a a and \a b */
412template<typename Packet> EIGEN_DEVICE_FUNC inline Packet

Callers 2

pandnotFunction · 0.70
runMethod · 0.70

Calls 1

bitwise_andFunction · 0.50

Tested by

no test coverage detected