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

Method fmod

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

Modulo implementation. \param x first operand \param y second operand \return Half-precision division remainder stored in single-precision

Source from the content-addressed store, hash-verified

1252 /// \param y second operand
1253 /// \return Half-precision division remainder stored in single-precision
1254 static expr fmod(float x, float y) { return expr(std::fmod(x, y)); }
1255
1256 /// Remainder implementation.
1257 /// \param x first operand

Callers

nothing calls this directly

Calls 2

exprClass · 0.85
fmodFunction · 0.85

Tested by

no test coverage detected