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

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

Completed in 37 milliseconds