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

Method divides

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

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

Source from the content-addressed store, hash-verified

1228 /// \param y second operand
1229 /// \return Half-precision quotient stored in single-precision
1230 static expr divides(float x, float y) { return expr(x/y); }
1231
1232 /// Output implementation.
1233 /// \param out stream to write to

Callers

nothing calls this directly

Calls 1

exprClass · 0.85

Tested by

no test coverage detected