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

Function extractFloatx80Exp

src/softfloat/softfloat.cpp:1029–1034  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1027*----------------------------------------------------------------------------*/
1028
1029int32_t extractFloatx80Exp( floatx80 a )
1030{
1031
1032 return a.high & 0x7FFF;
1033
1034}
1035
1036/*----------------------------------------------------------------------------
1037| Returns the sign bit of the extended double-precision floating-point value

Callers 15

saveFloat32InternalFunction · 0.85
floatx80_to_int32Function · 0.85
floatx80_to_int16Function · 0.85
floatx80_to_int8Function · 0.85
floatx80_to_int64Function · 0.85
floatx80_to_float32Function · 0.85
floatx80_to_float64Function · 0.85
floatx80_to_floatx80Function · 0.85
floatx80_round32Function · 0.85
floatx80_round64Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected