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

Function extractFloat32Sign

src/softfloat/softfloat.cpp:684–689  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

682*----------------------------------------------------------------------------*/
683
684static inline flag extractFloat32Sign( float32 a )
685{
686
687 return float32_val(a)>>31;
688
689}
690
691/*----------------------------------------------------------------------------
692| Normalizes the subnormal single-precision floating-point value represented

Callers 2

float32_to_floatx80Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected