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

Function pfloor

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

Source from the content-addressed store, hash-verified

1157/** \internal \returns the floor of \a a (coeff-wise) */
1158template <typename Packet>
1159EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Packet pfloor(const Packet& a) {
1160 return nearest_integer_packetop_impl<Packet>::run_floor(a);
1161}
1162
1163/** \internal \returns the rounded value of \a a (coeff-wise) with current
1164 * rounding mode */

Callers 6

pexp_floatFunction · 0.85
pexp_doubleFunction · 0.85
psincos_doubleFunction · 0.85
generic_powFunction · 0.85
MathFunctions.hFile · 0.85
UnaryFunctors.hFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected