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

Function from_single

src/fpp_softfloat.cpp:196–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194 fpd->fpx = float32_to_floatx80_allowunnormal(f, &fs);
195}
196static uae_u32 from_single(fpdata *fpd)
197{
198 float32 f = floatx80_to_float32(fpd->fpx, &fs);
199 return f;
200}
201
202static void to_double(fpdata *fpd, uae_u32 wrd1, uae_u32 wrd2)
203{

Callers

nothing calls this directly

Calls 1

floatx80_to_float32Function · 0.85

Tested by

no test coverage detected