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

Function pabs

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

Source from the content-addressed store, hash-verified

674/** \internal \returns the absolute value of \a a */
675template <typename Packet>
676EIGEN_DEVICE_FUNC inline Packet pabs(const Packet& a) {
677 return numext::abs(a);
678}
679template <>
680EIGEN_DEVICE_FUNC inline unsigned int pabs(const unsigned int& a) {
681 return a;

Callers 2

pisinfFunction · 0.70
patan2Function · 0.70

Calls 1

absFunction · 0.70

Tested by

no test coverage detected