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

  /external/compiler-rt/test/Unit/
floattidf_test.c 29 int test__floattidf(ti_int a, double expected) function
51 if (test__floattidf(0, 0.0))
54 if (test__floattidf(1, 1.0))
56 if (test__floattidf(2, 2.0))
58 if (test__floattidf(20, 20.0))
60 if (test__floattidf(-1, -1.0))
62 if (test__floattidf(-2, -2.0))
64 if (test__floattidf(-20, -20.0))
67 if (test__floattidf(0x7FFFFF8000000000LL, 0x1.FFFFFEp+62))
69 if (test__floattidf(0x7FFFFFFFFFFFF800LL, 0x1.FFFFFFFFFFFFEp+62)
    [all...]
  /frameworks/compile/libbcc/runtime/test/Unit/
floattidf_test.c 29 int test__floattidf(ti_int a, double expected) function
51 if (test__floattidf(0, 0.0))
54 if (test__floattidf(1, 1.0))
56 if (test__floattidf(2, 2.0))
58 if (test__floattidf(20, 20.0))
60 if (test__floattidf(-1, -1.0))
62 if (test__floattidf(-2, -2.0))
64 if (test__floattidf(-20, -20.0))
67 if (test__floattidf(0x7FFFFF8000000000LL, 0x1.FFFFFEp+62))
69 if (test__floattidf(0x7FFFFFFFFFFFF800LL, 0x1.FFFFFFFFFFFFEp+62)
    [all...]

Completed in 94 milliseconds