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

Function commonNaNToFloat32

src/softfloat/softfloat-specialize.h:172–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170*----------------------------------------------------------------------------*/
171
172static inline float32 commonNaNToFloat32( commonNaNT a )
173{
174
175 return ( ( (uint32_t) a.sign )<<31 ) | 0x7FC00000 | ( a.high>>41 );
176
177}
178
179/*----------------------------------------------------------------------------
180| Takes two single-precision floating-point values `a' and `b', one of which

Callers 1

floatx80_to_float32Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected