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

  /external/compiler-rt/test/Unit/
floatdisf_test.c 27 int test__floatdisf(di_int a, float expected) function
42 if (test__floatdisf(0, 0.0F))
45 if (test__floatdisf(1, 1.0F))
47 if (test__floatdisf(2, 2.0F))
49 if (test__floatdisf(-1, -1.0F))
51 if (test__floatdisf(-2, -2.0F))
54 if (test__floatdisf(0x7FFFFF8000000000LL, 0x1.FFFFFEp+62F))
56 if (test__floatdisf(0x7FFFFF0000000000LL, 0x1.FFFFFCp+62F))
59 if (test__floatdisf(0x8000008000000000LL, -0x1.FFFFFEp+62F))
61 if (test__floatdisf(0x8000010000000000LL, -0x1.FFFFFCp+62F)
    [all...]
  /frameworks/compile/libbcc/runtime/test/Unit/
floatdisf_test.c 27 int test__floatdisf(di_int a, float expected) function
42 if (test__floatdisf(0, 0.0F))
45 if (test__floatdisf(1, 1.0F))
47 if (test__floatdisf(2, 2.0F))
49 if (test__floatdisf(-1, -1.0F))
51 if (test__floatdisf(-2, -2.0F))
54 if (test__floatdisf(0x7FFFFF8000000000LL, 0x1.FFFFFEp+62F))
56 if (test__floatdisf(0x7FFFFF0000000000LL, 0x1.FFFFFCp+62F))
59 if (test__floatdisf(0x8000008000000000LL, -0x1.FFFFFEp+62F))
61 if (test__floatdisf(0x8000010000000000LL, -0x1.FFFFFCp+62F)
    [all...]

Completed in 50 milliseconds