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

/frameworks/compile/libbcc/runtime/test/Unit/
H A Dfloatdixf_test.c28 int test__floatdixf(di_int a, long double expected) function
45 if (test__floatdixf(0, 0.0))
48 if (test__floatdixf(1, 1.0))
50 if (test__floatdixf(2, 2.0))
52 if (test__floatdixf(20, 20.0))
54 if (test__floatdixf(-1, -1.0))
56 if (test__floatdixf(-2, -2.0))
58 if (test__floatdixf(-20, -20.0))
61 if (test__floatdixf(0x7FFFFF8000000000LL, 0x1.FFFFFEp+62))
63 if (test__floatdixf(
[all...]

Completed in 49 milliseconds