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

  /external/compiler-rt/test/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...]
  /frameworks/compile/libbcc/runtime/test/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 3245 milliseconds