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

Function pdiv

Eigen/src/Core/GenericPacketMath.h:174–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172
173/** \internal \returns a / b (coeff-wise) */
174template<typename Packet> EIGEN_DEVICE_FUNC inline Packet
175pdiv(const Packet& a,
176 const Packet& b) { return a/b; }
177
178/** \internal \returns the min of \a a and \a b (coeff-wise) */
179template<typename Packet> EIGEN_DEVICE_FUNC inline Packet

Callers 15

prsqrtFunction · 0.85
generic_fast_tanh_floatFunction · 0.85
MathFunctions.hFile · 0.85
MathFunctions.hFile · 0.85
packetOpMethod · 0.85
assignPacketMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected