MCPcopy Create free account
hub / github.com/NVIDIA/TensorRT / fmod

Method fmod

samples/common/half.h:1649–1652  ·  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

1647 /// \param y second operand
1648 /// \return Half-precision division remainder stored in single-precision
1649 static expr fmod(float x, float y)
1650 {
1651 return expr(std::fmod(x, y));
1652 }
1653
1654 /// Remainder implementation.
1655 /// \param x first operand

Callers

nothing calls this directly

Calls 2

exprClass · 0.70
fmodFunction · 0.70

Tested by

no test coverage detected