MCPcopy Create free account
hub / github.com/TinyMPC/TinyMPC / pzero

Function pzero

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

Source from the content-addressed store, hash-verified

406
407/** \internal \returns packet of zeros */
408template<typename Packet> EIGEN_DEVICE_FUNC inline Packet
409pzero(const Packet& a) {
410 return pzero_impl<Packet>::run(a);
411}
412
413/** \internal \returns a <= b as a bit mask */
414template<typename Packet> EIGEN_DEVICE_FUNC inline 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