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

  /external/compiler-rt/test/Unit/
floatundidf_test.c 27 int test__floatundidf(di_int a, double expected) function
42 if (test__floatundidf(0, 0.0))
45 if (test__floatundidf(1, 1.0))
47 if (test__floatundidf(2, 2.0))
49 if (test__floatundidf(20, 20.0))
52 if (test__floatundidf(0x7FFFFF8000000000LL, 0x1.FFFFFEp+62))
54 if (test__floatundidf(0x7FFFFFFFFFFFF800LL, 0x1.FFFFFFFFFFFFEp+62))
56 if (test__floatundidf(0x7FFFFF0000000000LL, 0x1.FFFFFCp+62))
58 if (test__floatundidf(0x7FFFFFFFFFFFF000LL, 0x1.FFFFFFFFFFFFCp+62))
61 if (test__floatundidf(0x8000008000000000LL, 0x1.000001p+63)
    [all...]
  /frameworks/compile/libbcc/runtime/test/Unit/
floatundidf_test.c 27 int test__floatundidf(di_int a, double expected) function
42 if (test__floatundidf(0, 0.0))
45 if (test__floatundidf(1, 1.0))
47 if (test__floatundidf(2, 2.0))
49 if (test__floatundidf(20, 20.0))
52 if (test__floatundidf(0x7FFFFF8000000000LL, 0x1.FFFFFEp+62))
54 if (test__floatundidf(0x7FFFFFFFFFFFF800LL, 0x1.FFFFFFFFFFFFEp+62))
56 if (test__floatundidf(0x7FFFFF0000000000LL, 0x1.FFFFFCp+62))
58 if (test__floatundidf(0x7FFFFFFFFFFFF000LL, 0x1.FFFFFFFFFFFFCp+62))
61 if (test__floatundidf(0x8000008000000000LL, 0x1.000001p+63)
    [all...]

Completed in 135 milliseconds