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

Function ptrue

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

Source from the content-addressed store, hash-verified

397/** \internal \returns one bits. */
398template <typename Packet>
399EIGEN_DEVICE_FUNC inline Packet ptrue(const Packet& a) {
400 return ptrue_impl<Packet>::run(a);
401}
402
403// In the general case, memset to zero.
404template <typename Packet, typename EnableIf = void>

Callers 6

pcmp_leFunction · 0.70
pcmp_ltFunction · 0.70
pcmp_eqFunction · 0.70
pcmp_lt_or_nanFunction · 0.70
pisnanFunction · 0.70
any_preduxMethod · 0.70

Calls 1

runFunction · 0.85

Tested by

no test coverage detected