MCPcopy Create free account
hub / github.com/LitLeo/TensorRT_Tutorial / remquo

Function remquo

resource_for_billibilli/debug_plugin/plugin/half.h:2931–2934  ·  view source on GitHub ↗

Remainder of division. \param x first operand \param y second operand \param quo address to store some bits of quotient at \return remainder of floating point division. template typename enable ::type remquo(T x, U y, int *quo) { return functions::remquo(x, y, quo); }

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

remquoMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected