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

Method divides

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

1241 /// \param y second operand
1242 /// \return Half-precision quotient stored in single-precision
1243 static expr divides(float x, float y) { return expr(x/y); }
1244
1245 /// Output implementation.
1246 /// \param out stream to write to

Callers

nothing calls this directly

Calls 1

exprClass · 0.85

Tested by

no test coverage detected