Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/test/builtins/Unit/
Dctzti2_test.c16 int test__ctzti2(ti_int a, int expected) in test__ctzti2() function
36 if (test__ctzti2(0x00000001, 0)) in main()
38 if (test__ctzti2(0x00000002, 1)) in main()
40 if (test__ctzti2(0x00000003, 0)) in main()
42 if (test__ctzti2(0x00000004, 2)) in main()
44 if (test__ctzti2(0x00000005, 0)) in main()
46 if (test__ctzti2(0x0000000A, 1)) in main()
48 if (test__ctzti2(0x10000000, 28)) in main()
50 if (test__ctzti2(0x20000000, 29)) in main()
52 if (test__ctzti2(0x60000000, 29)) in main()
[all …]
/external/compiler-rt/test/builtins/Unit/
Dctzti2_test.c25 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 …]