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

  /external/compiler-rt/test/builtins/Unit/
fixxfdi_test.c 30 int test__fixxfdi(long double a, di_int expected) function
47 if (test__fixxfdi(0.0, 0))
50 if (test__fixxfdi(0.5, 0))
52 if (test__fixxfdi(0.99, 0))
54 if (test__fixxfdi(1.0, 1))
56 if (test__fixxfdi(1.5, 1))
58 if (test__fixxfdi(1.99, 1))
60 if (test__fixxfdi(2.0, 2))
62 if (test__fixxfdi(2.01, 2))
64 if (test__fixxfdi(-0.5, 0)
    [all...]

Completed in 42 milliseconds