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

Function extractFloatx80Sign

src/softfloat/softfloat.cpp:1041–1046  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1039*----------------------------------------------------------------------------*/
1040
1041flag extractFloatx80Sign( floatx80 a )
1042{
1043
1044 return a.high>>15;
1045
1046}
1047
1048/*----------------------------------------------------------------------------
1049| Normalizes the subnormal extended double-precision floating-point value

Callers 15

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