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

Function extractFloat64Sign

src/softfloat/softfloat.cpp:854–859  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

852*----------------------------------------------------------------------------*/
853
854static inline flag extractFloat64Sign( float64 a )
855{
856
857 return float64_val(a)>>63;
858
859}
860
861/*----------------------------------------------------------------------------
862| If `a' is denormal and we are in flush-to-zero mode then set the

Callers 2

float64_to_floatx80Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected