Home
last modified time | relevance | path

Searched refs:test__ctzsi2 (Results 1 – 1 of 1) sorted by relevance

/external/compiler-rt/test/builtins/Unit/
Dctzsi2_test.c23 int test__ctzsi2(si_int a, si_int expected) in test__ctzsi2() function
38 if (test__ctzsi2(0x00000001, 0)) in main()
40 if (test__ctzsi2(0x00000002, 1)) in main()
42 if (test__ctzsi2(0x00000003, 0)) in main()
44 if (test__ctzsi2(0x00000004, 2)) in main()
46 if (test__ctzsi2(0x00000005, 0)) in main()
48 if (test__ctzsi2(0x00000006, 1)) in main()
50 if (test__ctzsi2(0x00000007, 0)) in main()
52 if (test__ctzsi2(0x00000008, 3)) in main()
54 if (test__ctzsi2(0x00000009, 0)) in main()
[all …]