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

  /external/compiler-rt/test/Unit/
floatdidf_test.c 27 int test__floatdidf(di_int a, double expected) function
41 if (test__floatdidf(0, 0.0))
44 if (test__floatdidf(1, 1.0))
46 if (test__floatdidf(2, 2.0))
48 if (test__floatdidf(20, 20.0))
50 if (test__floatdidf(-1, -1.0))
52 if (test__floatdidf(-2, -2.0))
54 if (test__floatdidf(-20, -20.0))
57 if (test__floatdidf(0x7FFFFF8000000000LL, 0x1.FFFFFEp+62))
59 if (test__floatdidf(0x7FFFFFFFFFFFF800LL, 0x1.FFFFFFFFFFFFEp+62)
    [all...]
  /frameworks/compile/libbcc/runtime/test/Unit/
floatdidf_test.c 27 int test__floatdidf(di_int a, double expected) function
41 if (test__floatdidf(0, 0.0))
44 if (test__floatdidf(1, 1.0))
46 if (test__floatdidf(2, 2.0))
48 if (test__floatdidf(20, 20.0))
50 if (test__floatdidf(-1, -1.0))
52 if (test__floatdidf(-2, -2.0))
54 if (test__floatdidf(-20, -20.0))
57 if (test__floatdidf(0x7FFFFF8000000000LL, 0x1.FFFFFEp+62))
59 if (test__floatdidf(0x7FFFFFFFFFFFF800LL, 0x1.FFFFFFFFFFFFEp+62)
    [all...]

Completed in 81 milliseconds