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

/netbsd-current/sys/external/bsd/compiler_rt/dist/test/Unit/
H A Dctzdi2_test.c23 int test__ctzdi2(di_int a, si_int expected) function
35 // if (test__ctzdi2(0x00000000, N)) // undefined
37 if (test__ctzdi2(0x00000001, 0))
39 if (test__ctzdi2(0x00000002, 1))
41 if (test__ctzdi2(0x00000003, 0))
43 if (test__ctzdi2(0x00000004, 2))
45 if (test__ctzdi2(0x00000005, 0))
47 if (test__ctzdi2(0x0000000A, 1))
49 if (test__ctzdi2(0x10000000, 28))
51 if (test__ctzdi2(
[all...]
/netbsd-current/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
H A Dctzdi2_test.c23 int test__ctzdi2(di_int a, si_int expected) function
35 // if (test__ctzdi2(0x00000000, N)) // undefined
37 if (test__ctzdi2(0x00000001, 0))
39 if (test__ctzdi2(0x00000002, 1))
41 if (test__ctzdi2(0x00000003, 0))
43 if (test__ctzdi2(0x00000004, 2))
45 if (test__ctzdi2(0x00000005, 0))
47 if (test__ctzdi2(0x0000000A, 1))
49 if (test__ctzdi2(0x10000000, 28))
51 if (test__ctzdi2(
[all...]

Completed in 86 milliseconds