MCPcopy Create free account
hub / github.com/PX4/eigen / padd

Function padd

Eigen/src/Core/products/GeneralBlockPanelKernel.h:574–580  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

572
573template<typename Packet>
574DoublePacket<Packet> padd(const DoublePacket<Packet> &a, const DoublePacket<Packet> &b)
575{
576 DoublePacket<Packet> res;
577 res.first = padd(a.first, b.first);
578 res.second = padd(a.second,b.second);
579 return res;
580}
581
582template<typename Packet>
583const DoublePacket<Packet>& predux_downto4(const DoublePacket<Packet> &a)

Callers 15

runMethod · 0.70
maddMethod · 0.70
madd_implMethod · 0.70
maddMethod · 0.70
accMethod · 0.70
madd_implMethod · 0.70
predux<Packet16f>Function · 0.50
predux<Packet8d>Function · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected