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

Function frexp

resource_for_billibilli/debug_plugin/plugin/half.h:3621–3624  ·  view source on GitHub ↗

Decompress floating point number. \param arg number to decompress \param exp address to store exponent at \return significant in range [0.5, 1) template typename enable ::type frexp(T arg, int *exp) { return functions::frexp(arg, exp); }

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

float2half_implFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected