Lines Matching refs:test__popcountti2
23 int test__popcountti2(ti_int a) in test__popcountti2() function
45 if (test__popcountti2(0)) in main()
47 if (test__popcountti2(1)) in main()
49 if (test__popcountti2(2)) in main()
51 if (test__popcountti2(0xFFFFFFFFFFFFFFFDLL)) in main()
53 if (test__popcountti2(0xFFFFFFFFFFFFFFFELL)) in main()
55 if (test__popcountti2(0xFFFFFFFFFFFFFFFFLL)) in main()
57 if (test__popcountti2(make_ti(0xFFFFFFFFFFFFFFFFLL, 0xFFFFFFFFFFFFFFFDLL))) in main()
59 if (test__popcountti2(make_ti(0xFFFFFFFFFFFFFFFFLL, 0xFFFFFFFFFFFFFFFELL))) in main()
61 if (test__popcountti2(make_ti(0xFFFFFFFFFFFFFFFFLL, 0xFFFFFFFFFFFFFFFFLL))) in main()
65 if (test__popcountti2(((ti_int)rand() << 96) | ((ti_int)rand() << 64) | in main()