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

  /external/compiler-rt/test/Unit/
clzti2_test.c 25 int test__clzti2(ti_int a, si_int expected) function
47 if (test__clzti2(0x00000001, N-1))
49 if (test__clzti2(0x00000002, N-2))
51 if (test__clzti2(0x00000003, N-2))
53 if (test__clzti2(0x00000004, N-3))
55 if (test__clzti2(0x00000005, N-3))
57 if (test__clzti2(0x0000000A, N-4))
59 if (test__clzti2(0x1000000A, N*3/4+3))
61 if (test__clzti2(0x2000000A, N*3/4+2))
63 if (test__clzti2(0x6000000A, N*3/4+1)
    [all...]
  /frameworks/compile/libbcc/runtime/test/Unit/
clzti2_test.c 25 int test__clzti2(ti_int a, si_int expected) function
47 if (test__clzti2(0x00000001, N-1))
49 if (test__clzti2(0x00000002, N-2))
51 if (test__clzti2(0x00000003, N-2))
53 if (test__clzti2(0x00000004, N-3))
55 if (test__clzti2(0x00000005, N-3))
57 if (test__clzti2(0x0000000A, N-4))
59 if (test__clzti2(0x1000000A, N*3/4+3))
61 if (test__clzti2(0x2000000A, N*3/4+2))
63 if (test__clzti2(0x6000000A, N*3/4+1)
    [all...]

Completed in 60 milliseconds