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

Function to_single

src/fpp_softfloat.cpp:191–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

189
190
191static void to_single(fpdata *fpd, uae_u32 wrd1)
192{
193 float32 f = wrd1;
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);

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected