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

  /external/compiler-rt/test/Unit/
fixunsdfti_test.c 31 int test__fixunsdfti(double a, tu_int expected) function
55 if (test__fixunsdfti(0.0, 0))
58 if (test__fixunsdfti(0.5, 0))
60 if (test__fixunsdfti(0.99, 0))
62 if (test__fixunsdfti(1.0, 1))
64 if (test__fixunsdfti(1.5, 1))
66 if (test__fixunsdfti(1.99, 1))
68 if (test__fixunsdfti(2.0, 2))
70 if (test__fixunsdfti(2.01, 2))
72 if (test__fixunsdfti(-0.5, 0)
    [all...]
  /frameworks/compile/libbcc/runtime/test/Unit/
fixunsdfti_test.c 31 int test__fixunsdfti(double a, tu_int expected) function
55 if (test__fixunsdfti(0.0, 0))
58 if (test__fixunsdfti(0.5, 0))
60 if (test__fixunsdfti(0.99, 0))
62 if (test__fixunsdfti(1.0, 1))
64 if (test__fixunsdfti(1.5, 1))
66 if (test__fixunsdfti(1.99, 1))
68 if (test__fixunsdfti(2.0, 2))
70 if (test__fixunsdfti(2.01, 2))
72 if (test__fixunsdfti(-0.5, 0)
    [all...]

Completed in 303 milliseconds