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

/netbsd-current/sys/external/bsd/compiler_rt/dist/test/Unit/
H A Dctzti2_test.c25 int test__ctzti2(ti_int a, si_int expected) function
45 if (test__ctzti2(0x00000001, 0))
47 if (test__ctzti2(0x00000002, 1))
49 if (test__ctzti2(0x00000003, 0))
51 if (test__ctzti2(0x00000004, 2))
53 if (test__ctzti2(0x00000005, 0))
55 if (test__ctzti2(0x0000000A, 1))
57 if (test__ctzti2(0x10000000, 28))
59 if (test__ctzti2(0x20000000, 29))
61 if (test__ctzti2(
[all...]
/netbsd-current/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
H A Dctzti2_test.c25 int test__ctzti2(ti_int a, si_int expected) function
45 if (test__ctzti2(0x00000001, 0))
47 if (test__ctzti2(0x00000002, 1))
49 if (test__ctzti2(0x00000003, 0))
51 if (test__ctzti2(0x00000004, 2))
53 if (test__ctzti2(0x00000005, 0))
55 if (test__ctzti2(0x0000000A, 1))
57 if (test__ctzti2(0x10000000, 28))
59 if (test__ctzti2(0x20000000, 29))
61 if (test__ctzti2(
[all...]

Completed in 71 milliseconds