MCPcopy Create free account
hub / github.com/BlitterStudio/amiberry / extractFloat32Frac

Function extractFloat32Frac

src/softfloat/softfloat.cpp:662–667  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

660*----------------------------------------------------------------------------*/
661
662static inline uint32_t extractFloat32Frac( float32 a )
663{
664
665 return float32_val(a) & 0x007FFFFF;
666
667}
668
669/*----------------------------------------------------------------------------
670| Returns the exponent bits of the single-precision floating-point value `a'.

Callers 2

float32_to_floatx80Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected