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

Function pzero

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

Source from the content-addressed store, hash-verified

420/** \internal \returns packet of zeros */
421template <typename Packet>
422EIGEN_DEVICE_FUNC inline Packet pzero(const Packet& a) {
423 return pzero_impl<Packet>::run(a);
424}
425
426/** \internal \returns a <= b as a bit mask */
427template <typename Packet>

Callers 10

pcmp_leFunction · 0.70
pcmp_ltFunction · 0.70
pcmp_eqFunction · 0.70
pcmp_lt_or_nanFunction · 0.70
runMethod · 0.70
patan2Function · 0.70
all_preduxMethod · 0.70
any_preduxMethod · 0.70
count_reduxMethod · 0.70
runMethod · 0.70

Calls 1

runFunction · 0.85

Tested by

no test coverage detected