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

Method run

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

Source from the content-addressed store, hash-verified

583template <typename Packet, typename EnableIf = void>
584struct pselect_impl {
585 static EIGEN_DEVICE_FUNC inline Packet run(const Packet& mask, const Packet& a, const Packet& b) {
586 return por(pand(a, mask), pandnot(b, mask));
587 }
588};
589
590// For scalars, use ternary select.

Callers

nothing calls this directly

Calls 3

porFunction · 0.70
pandFunction · 0.70
pandnotFunction · 0.70

Tested by

no test coverage detected