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

Function fp_sin

src/fpp_softfloat.cpp:473–476  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

471 a->fpx = floatx80_atanh(b->fpx, &fs);
472}
473static void fp_sin(fpdata *a, fpdata *b)
474{
475 a->fpx = floatx80_sin(b->fpx, &fs);
476}
477static void fp_tan(fpdata *a, fpdata *b)
478{
479 a->fpx = floatx80_tan(b->fpx, &fs);

Callers

nothing calls this directly

Calls 1

floatx80_sinFunction · 0.85

Tested by

no test coverage detected