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

Function predux_max

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

Source from the content-addressed store, hash-verified

1256/** \internal \returns the min of the elements of \a a */
1257template <typename Packet>
1258EIGEN_DEVICE_FUNC inline typename unpacket_traits<Packet>::type predux_max(const Packet& a) {
1259 typedef typename unpacket_traits<Packet>::type Scalar;
1260 return predux_helper(a, EIGEN_BINARY_OP_NAN_PROPAGATION(Scalar, (pmax<PropagateFast, Scalar>)));
1261}
1262
1263template <int NaNPropagation, typename Packet>
1264EIGEN_DEVICE_FUNC inline typename unpacket_traits<Packet>::type predux_max(const Packet& a) {

Callers 6

packetMethod · 0.70
initpacketMethod · 0.70
packetMethod · 0.70
initpacketMethod · 0.70
packetMethod · 0.70
initpacketMethod · 0.70

Calls 1

predux_helperFunction · 0.85

Tested by

no test coverage detected