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

Method isnotequal

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

Comparison implementation. \param x first operand \param y second operand \retval true if operands not equal \retval false else

Source from the content-addressed store, hash-verified

1889 /// \retval true if operands not equal
1890 /// \retval false else
1891 static bool isnotequal(half x, half y) { return (x.data_!=y.data_ && ((x.data_|y.data_)&0x7FFF)) || isnan(x); }
1892
1893 /// Comparison implementation.
1894 /// \param x first operand

Callers

nothing calls this directly

Calls 1

isnanFunction · 0.85

Tested by

no test coverage detected