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

/frameworks/compile/libbcc/runtime/test/Unit/
H A Dpopcountdi2_test.c22 int naive_popcount(di_int a) function
33 si_int expected = naive_popcount(a);
H A Dpopcountsi2_test.c22 int naive_popcount(si_int a) function
33 si_int expected = naive_popcount(a);
H A Dpopcountti2_test.c24 int naive_popcount(ti_int a) function
35 si_int expected = naive_popcount(a);

Completed in 47 milliseconds