Lines Matching refs:test__popcountti2
32 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()
74 if (test__popcountti2(((ti_int)rand() << 96) | ((ti_int)rand() << 64) | in main()