Searched refs:test__ctzti2 (Results 1 – 1 of 1) sorted by relevance
/external/compiler-rt/test/builtins/Unit/ |
D | ctzti2_test.c | 25 int test__ctzti2(ti_int a, si_int expected) in test__ctzti2() function 45 if (test__ctzti2(0x00000001, 0)) in main() 47 if (test__ctzti2(0x00000002, 1)) in main() 49 if (test__ctzti2(0x00000003, 0)) in main() 51 if (test__ctzti2(0x00000004, 2)) in main() 53 if (test__ctzti2(0x00000005, 0)) in main() 55 if (test__ctzti2(0x0000000A, 1)) in main() 57 if (test__ctzti2(0x10000000, 28)) in main() 59 if (test__ctzti2(0x20000000, 29)) in main() 61 if (test__ctzti2(0x60000000, 29)) in main() [all …]
|