Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/test/builtins/Unit/
H A Dpopcountti2_test.c23 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()
[all …]