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

Method plus

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

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

Source from the content-addressed store, hash-verified

1210 /// \param y second operand
1211 /// \return Half-precision sum stored in single-precision
1212 static expr plus(float x, float y) { return expr(x+y); }
1213
1214 /// Subtraction implementation.
1215 /// \param x first operand

Callers

nothing calls this directly

Calls 1

exprClass · 0.85

Tested by

no test coverage detected