Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/compiler_rt/dist/test/Unit/
H A 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 …]
/netbsd-src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
H A 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 …]