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

/netbsd-current/sys/external/bsd/compiler_rt/dist/test/Unit/
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...]
/netbsd-current/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
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 103 milliseconds