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

Function extractFloat32Exp

src/softfloat/softfloat.cpp:673–678  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

671*----------------------------------------------------------------------------*/
672
673static inline int extractFloat32Exp(float32 a)
674{
675
676 return ( float32_val(a)>>23 ) & 0xFF;
677
678}
679
680/*----------------------------------------------------------------------------
681| Returns the sign bit 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