Searched refs:test__floattidf (Results 1 - 1 of 1) sorted by relevance

/external/compiler-rt/test/Unit/
H A Dfloattidf_test.c29 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(
[all...]

Completed in 71 milliseconds