HomeSort by: relevance | last modified time | path
    Searched defs:test__popcountsi2 (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/test/Unit/
popcountsi2_test.c 30 int test__popcountsi2(si_int a) function in typeref:typename:int
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()))
  /src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
popcountsi2_test.c 30 int test__popcountsi2(si_int a) function in typeref:typename:int
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 30 milliseconds