MCPcopy Create free account
hub / github.com/danoon2/Boxedwine / testFISTTP16

Function testFISTTP16

source/test/testFPU.cpp:2798–2805  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2796}
2797
2798void testFISTTP16() {
2799 doFISTTP16(0.0f, 0);
2800 doFISTTP16(-0.0f, 0);
2801 doFISTTP16(1.2f, 1);
2802 doFISTTP16(1.90f, 1);
2803 doFISTTP16(-1024.4f, -1024);
2804 doFISTTP16(-1024.9f, -1024);
2805}
2806
2807void doFIST_WORD_INTEGER(float data, U16 result) {
2808 newInstruction(0);

Callers 1

testFPUDFFunction · 0.85

Calls 1

doFISTTP16Function · 0.85

Tested by

no test coverage detected