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

Function extractFloatx80Frac

src/softfloat/softfloat.cpp:1017–1022  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1015*----------------------------------------------------------------------------*/
1016
1017uint64_t extractFloatx80Frac( floatx80 a )
1018{
1019
1020 return a.low;
1021
1022}
1023
1024/*----------------------------------------------------------------------------
1025| Returns the exponent bits of the extended double-precision floating-point

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