MCPcopy Create free account
hub / github.com/SAITPublic/PIMSimulator / ldexp

Function ldexp

lib/half.h:4424–4424  ·  view source on GitHub ↗

Multiply by power of two. This function is exact to rounding for all rounding modes. See also:** Documentation for [std::ldexp](https://en.cppreference.com/w/cpp/numeric/math/ldexp). \param arg number to modify \param exp power of two to multiply with \return \a arg multplied by 2 raised to \a exp \exception FE_INVALID for signaling NaN \exception FE_OVERFLOW, ...UNDERFLOW, ...INEXACT according t

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

float2half_implFunction · 0.85
half2float_implFunction · 0.85

Calls 1

scalblnFunction · 0.85

Tested by

no test coverage detected