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

/barrelfish-master/lib/compiler-rt/test/
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 27 milliseconds