Home
last modified time | relevance | path

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

/external/compiler-rt/test/builtins/Unit/
Dclzsi2_test.c23 int test__clzsi2(si_int a, si_int expected) in test__clzsi2() function
38 if (test__clzsi2(0x00800000, 8)) in main()
40 if (test__clzsi2(0x01000000, 7)) in main()
42 if (test__clzsi2(0x02000000, 6)) in main()
44 if (test__clzsi2(0x03000000, 6)) in main()
46 if (test__clzsi2(0x04000000, 5)) in main()
48 if (test__clzsi2(0x05000000, 5)) in main()
50 if (test__clzsi2(0x06000000, 5)) in main()
52 if (test__clzsi2(0x07000000, 5)) in main()
54 if (test__clzsi2(0x08000000, 4)) in main()
[all …]