Searched refs:test__popcountsi2 (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/external/bsd/compiler_rt/dist/test/Unit/
H A Dpopcountsi2_test.c30 int test__popcountsi2(si_int a) function
44 if (test__popcountsi2(0))
46 if (test__popcountsi2(1))
48 if (test__popcountsi2(2))
50 if (test__popcountsi2(0xFFFFFFFD))
52 if (test__popcountsi2(0xFFFFFFFE))
54 if (test__popcountsi2(0xFFFFFFFF))
58 if (test__popcountsi2(rand()))
/netbsd-current/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
H A Dpopcountsi2_test.c30 int test__popcountsi2(si_int a) function
44 if (test__popcountsi2(0))
46 if (test__popcountsi2(1))
48 if (test__popcountsi2(2))
50 if (test__popcountsi2(0xFFFFFFFD))
52 if (test__popcountsi2(0xFFFFFFFE))
54 if (test__popcountsi2(0xFFFFFFFF))
58 if (test__popcountsi2(rand()))

Completed in 197 milliseconds