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

Method minus

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

1216 /// \param y second operand
1217 /// \return Half-precision difference stored in single-precision
1218 static expr minus(float x, float y) { return expr(x-y); }
1219
1220 /// Multiplication implementation.
1221 /// \param x first operand

Callers

nothing calls this directly

Calls 1

exprClass · 0.85

Tested by

no test coverage detected