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

Function fp_move

src/fpp_softfloat.cpp:395–400  ·  view source on GitHub ↗

Functions with fixed precision */

Source from the content-addressed store, hash-verified

393
394/* Functions with fixed precision */
395static void fp_move(fpdata *a, fpdata *b, int prec)
396{
397 SETPREC
398 a->fpx = floatx80_move(b->fpx, &fs);
399 RESETPREC
400}
401static void fp_abs(fpdata *a, fpdata *b, int prec)
402{
403 SETPREC

Callers

nothing calls this directly

Calls 1

floatx80_moveFunction · 0.85

Tested by

no test coverage detected