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

/frameworks/compile/libbcc/runtime/test/Unit/
H A Dctzdi2_test.c23 int test__ctzdi2(di_int a, si_int expected) function
35 // if (test__ctzdi2(0x00000000, N)) // undefined
37 if (test__ctzdi2(0x00000001, 0))
39 if (test__ctzdi2(0x00000002, 1))
41 if (test__ctzdi2(0x00000003, 0))
43 if (test__ctzdi2(0x00000004, 2))
45 if (test__ctzdi2(0x00000005, 0))
47 if (test__ctzdi2(0x0000000A, 1))
49 if (test__ctzdi2(0x10000000, 28))
51 if (test__ctzdi2(
[all...]

Completed in 141 milliseconds