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

Function fp_scale

src/fpp_softfloat.cpp:371–374  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

369 *q = quotient;
370}
371static void fp_scale(fpdata *a, fpdata *b)
372{
373 a->fpx = floatx80_scale(a->fpx, b->fpx, &fs);
374}
375static void fp_cmp(fpdata *a, fpdata *b)
376{
377 a->fpx = floatx80_cmp(a->fpx, b->fpx, &fs);

Callers

nothing calls this directly

Calls 1

floatx80_scaleFunction · 0.85

Tested by

no test coverage detected