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

Function pisnan

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

Source from the content-addressed store, hash-verified

999/** \internal \returns isnan(a) */
1000template <typename Packet>
1001EIGEN_DEVICE_FUNC inline Packet pisnan(const Packet& a) {
1002 return pandnot(ptrue(a), pcmp_eq(a, a));
1003}
1004
1005/** \internal \returns isinf(a) */
1006template <typename Packet>

Callers 1

runMethod · 0.70

Calls 3

pandnotFunction · 0.70
ptrueFunction · 0.70
pcmp_eqFunction · 0.70

Tested by

no test coverage detected