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

Function por

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

Source from the content-addressed store, hash-verified

558/** \internal \returns the bitwise or of \a a and \a b */
559template <typename Packet>
560EIGEN_DEVICE_FUNC inline Packet por(const Packet& a, const Packet& b) {
561 return bitwise_helper<Packet>::bitwise_or(a, b);
562}
563
564/** \internal \returns the bitwise xor of \a a and \a b */
565template <typename Packet>

Callers 4

runMethod · 0.70
runMethod · 0.70
patan2Function · 0.70
runMethod · 0.70

Calls 1

bitwise_orFunction · 0.50

Tested by

no test coverage detected