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

Function extractFloat64Frac

src/softfloat/softfloat.cpp:832–837  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

830*----------------------------------------------------------------------------*/
831
832static inline uint64_t extractFloat64Frac( float64 a )
833{
834
835 return float64_val(a) & LIT64( 0x000FFFFFFFFFFFFF );
836
837}
838
839/*----------------------------------------------------------------------------
840| Returns the exponent bits of the double-precision floating-point value `a'.

Callers 3

float64_to_floatx80Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected