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

Method multiplies

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

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

Source from the content-addressed store, hash-verified

1235 /// \param y second operand
1236 /// \return Half-precision product stored in single-precision
1237 static expr multiplies(float x, float y) { return expr(x*y); }
1238
1239 /// Division implementation.
1240 /// \param x first operand

Callers

nothing calls this directly

Calls 1

exprClass · 0.85

Tested by

no test coverage detected