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

/barrelfish-master/lib/compiler-rt/test/
H A Dpopcountti2_test.c33 int test__popcountti2(ti_int a) function
55 if (test__popcountti2(0))
57 if (test__popcountti2(1))
59 if (test__popcountti2(2))
61 if (test__popcountti2(0xFFFFFFFFFFFFFFFDLL))
63 if (test__popcountti2(0xFFFFFFFFFFFFFFFELL))
65 if (test__popcountti2(0xFFFFFFFFFFFFFFFFLL))
67 if (test__popcountti2(make_ti(0xFFFFFFFFFFFFFFFFLL, 0xFFFFFFFFFFFFFFFDLL)))
69 if (test__popcountti2(make_ti(0xFFFFFFFFFFFFFFFFLL, 0xFFFFFFFFFFFFFFFELL)))
71 if (test__popcountti2(make_t
[all...]

Completed in 27 milliseconds