HomeSort by relevance Sort by last modified time
    Searched full:test__fixsfdi (Results 1 - 1 of 1) sorted by null

  /external/compiler-rt/test/builtins/Unit/
fixsfdi_test.c 27 int test__fixsfdi(float a, di_int expected) function
41 if (test__fixsfdi(0.0F, 0))
44 if (test__fixsfdi(0.5F, 0))
46 if (test__fixsfdi(0.99F, 0))
48 if (test__fixsfdi(1.0F, 1))
50 if (test__fixsfdi(1.5F, 1))
52 if (test__fixsfdi(1.99F, 1))
54 if (test__fixsfdi(2.0F, 2))
56 if (test__fixsfdi(2.01F, 2))
58 if (test__fixsfdi(-0.5F, 0)
    [all...]

Completed in 65 milliseconds