MCPcopy Create free account
hub / github.com/ARM-software/ComputeLibrary / isunordered

Method isunordered

include/half/half.hpp:1956–1956  ·  view source on GitHub ↗

Comparison implementation. \param x first operand \param y second operand \retval true if operand unordered \retval false else

Source from the content-addressed store, hash-verified

1954 /// \retval true if operand unordered
1955 /// \retval false else
1956 static bool isunordered(half x, half y) { return isnan(x) || isnan(y); }
1957
1958 private:
1959 static double erf(double arg)

Callers

nothing calls this directly

Calls 1

isnanFunction · 0.85

Tested by

no test coverage detected