MCPcopy Create free account
hub / github.com/arrayfire/arrayfire / isnotequal

Method isnotequal

extern/half/include/half.hpp:1904–1904  ·  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

1902 /// \retval true if operands not equal
1903 /// \retval false else
1904 static bool isnotequal(half x, half y) { return (x.data_!=y.data_ && ((x.data_|y.data_)&0x7FFF)) || isnan(x); }
1905
1906 /// Comparison implementation.
1907 /// \param x first operand

Callers

nothing calls this directly

Calls 1

isnanFunction · 0.70

Tested by

no test coverage detected