HomeSort by relevance Sort by last modified time
    Searched refs:test__fixunstfdi (Results 1 - 2 of 2) sorted by null

  /external/compiler-rt/test/Unit/
fixunstfdi_test.c 29 int test__fixunstfdi(long double a, du_int expected) function
47 if (test__fixunstfdi(0.0, 0))
50 if (test__fixunstfdi(0.5, 0))
52 if (test__fixunstfdi(0.99, 0))
54 if (test__fixunstfdi(1.0, 1))
56 if (test__fixunstfdi(1.5, 1))
58 if (test__fixunstfdi(1.99, 1))
60 if (test__fixunstfdi(2.0, 2))
62 if (test__fixunstfdi(2.01, 2))
64 if (test__fixunstfdi(-0.5, 0)
    [all...]
  /frameworks/compile/libbcc/runtime/test/Unit/
fixunstfdi_test.c 29 int test__fixunstfdi(long double a, du_int expected) function
47 if (test__fixunstfdi(0.0, 0))
50 if (test__fixunstfdi(0.5, 0))
52 if (test__fixunstfdi(0.99, 0))
54 if (test__fixunstfdi(1.0, 1))
56 if (test__fixunstfdi(1.5, 1))
58 if (test__fixunstfdi(1.99, 1))
60 if (test__fixunstfdi(2.0, 2))
62 if (test__fixunstfdi(2.01, 2))
64 if (test__fixunstfdi(-0.5, 0)
    [all...]

Completed in 102 milliseconds