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

/barrelfish-2018-10-04/lib/compiler-rt/test/
H A Dctzsi2_test.c23 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(
[all...]

Completed in 35 milliseconds