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

Function extractFloat64Exp

src/softfloat/softfloat.cpp:843–848  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

841*----------------------------------------------------------------------------*/
842
843static inline int extractFloat64Exp(float64 a)
844{
845
846 return ( float64_val(a)>>52 ) & 0x7FF;
847
848}
849
850/*----------------------------------------------------------------------------
851| Returns the sign bit 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