HomeSort by relevance Sort by last modified time
    Searched full:test__popcountsi2 (Results 1 - 1 of 1) sorted by null

  /external/compiler-rt/test/builtins/Unit/
popcountsi2_test.c 30 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 63 milliseconds