HomeSort by relevance Sort by last modified time
    Searched refs:test__ctzsi2 (Results 1 - 2 of 2) sorted by null

  /external/compiler-rt/test/Unit/
ctzsi2_test.c 23 int test__ctzsi2(si_int a, si_int expected) function
36 // if (test__ctzsi2(0x00000000, 32)) // undefined
38 if (test__ctzsi2(0x00000001, 0))
40 if (test__ctzsi2(0x00000002, 1))
42 if (test__ctzsi2(0x00000003, 0))
44 if (test__ctzsi2(0x00000004, 2))
46 if (test__ctzsi2(0x00000005, 0))
48 if (test__ctzsi2(0x00000006, 1))
50 if (test__ctzsi2(0x00000007, 0))
52 if (test__ctzsi2(0x00000008, 3)
    [all...]
  /frameworks/compile/libbcc/runtime/test/Unit/
ctzsi2_test.c 23 int test__ctzsi2(si_int a, si_int expected) function
36 // if (test__ctzsi2(0x00000000, 32)) // undefined
38 if (test__ctzsi2(0x00000001, 0))
40 if (test__ctzsi2(0x00000002, 1))
42 if (test__ctzsi2(0x00000003, 0))
44 if (test__ctzsi2(0x00000004, 2))
46 if (test__ctzsi2(0x00000005, 0))
48 if (test__ctzsi2(0x00000006, 1))
50 if (test__ctzsi2(0x00000007, 0))
52 if (test__ctzsi2(0x00000008, 3)
    [all...]

Completed in 64 milliseconds