Home
last modified time | relevance | path

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

/external/compiler-rt/test/builtins/Unit/
Dpopcountti2_test.c32 int test__popcountti2(ti_int a) in test__popcountti2() function
54 if (test__popcountti2(0)) in main()
56 if (test__popcountti2(1)) in main()
58 if (test__popcountti2(2)) in main()
60 if (test__popcountti2(0xFFFFFFFFFFFFFFFDLL)) in main()
62 if (test__popcountti2(0xFFFFFFFFFFFFFFFELL)) in main()
64 if (test__popcountti2(0xFFFFFFFFFFFFFFFFLL)) in main()
66 if (test__popcountti2(make_ti(0xFFFFFFFFFFFFFFFFLL, 0xFFFFFFFFFFFFFFFDLL))) in main()
68 if (test__popcountti2(make_ti(0xFFFFFFFFFFFFFFFFLL, 0xFFFFFFFFFFFFFFFELL))) in main()
70 if (test__popcountti2(make_ti(0xFFFFFFFFFFFFFFFFLL, 0xFFFFFFFFFFFFFFFFLL))) in main()
[all …]