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

Function pdiv

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

Source from the content-addressed store, hash-verified

366/** \internal \returns a / b (coeff-wise) */
367template <typename Packet>
368EIGEN_DEVICE_FUNC inline Packet pdiv(const Packet& a, const Packet& b) {
369 return a / b;
370}
371
372// In the generic case, memset to all one bits.
373template <typename Packet, typename EnableIf = void>

Callers 3

preciprocalFunction · 0.70
patan2Function · 0.70
runMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected