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

Function pround

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

Source from the content-addressed store, hash-verified

1151/** \internal \returns the rounded value of \a a (coeff-wise) */
1152template <typename Packet>
1153EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Packet pround(const Packet& a) {
1154 return nearest_integer_packetop_impl<Packet>::run_round(a);
1155}
1156
1157/** \internal \returns the floor of \a a (coeff-wise) */
1158template <typename Packet>

Callers 3

absolute_splitFunction · 0.85
generic_powFunction · 0.85
UnaryFunctors.hFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected