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

/netbsd-current/sys/external/bsd/compiler_rt/dist/test/Unit/
H A Dpopcountdi2_test.c30 int test__popcountdi2(di_int a) function
45 if (test__popcountdi2(0))
47 if (test__popcountdi2(1))
49 if (test__popcountdi2(2))
51 if (test__popcountdi2(0xFFFFFFFFFFFFFFFDLL))
53 if (test__popcountdi2(0xFFFFFFFFFFFFFFFELL))
55 if (test__popcountdi2(0xFFFFFFFFFFFFFFFFLL))
59 if (test__popcountdi2(((di_int)rand() << 32) | rand()))
/netbsd-current/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
H A Dpopcountdi2_test.c30 int test__popcountdi2(di_int a) function
45 if (test__popcountdi2(0))
47 if (test__popcountdi2(1))
49 if (test__popcountdi2(2))
51 if (test__popcountdi2(0xFFFFFFFFFFFFFFFDLL))
53 if (test__popcountdi2(0xFFFFFFFFFFFFFFFELL))
55 if (test__popcountdi2(0xFFFFFFFFFFFFFFFFLL))
59 if (test__popcountdi2(((di_int)rand() << 32) | rand()))

Completed in 121 milliseconds