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

Function pcmp_le

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

Source from the content-addressed store, hash-verified

426/** \internal \returns a <= b as a bit mask */
427template <typename Packet>
428EIGEN_DEVICE_FUNC inline Packet pcmp_le(const Packet& a, const Packet& b) {
429 return a <= b ? ptrue(a) : pzero(a);
430}
431
432/** \internal \returns a < b as a bit mask */
433template <typename Packet>

Callers

nothing calls this directly

Calls 2

ptrueFunction · 0.70
pzeroFunction · 0.70

Tested by

no test coverage detected