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

Method minus

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

Subtraction implementation. \param x first operand \param y second operand \return Half-precision difference stored in single-precision

Source from the content-addressed store, hash-verified

1229 /// \param y second operand
1230 /// \return Half-precision difference stored in single-precision
1231 static expr minus(float x, float y) { return expr(x-y); }
1232
1233 /// Multiplication implementation.
1234 /// \param x first operand

Callers

nothing calls this directly

Calls 1

exprClass · 0.85

Tested by

no test coverage detected