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

/netbsd-current/sys/external/bsd/compiler_rt/dist/test/Unit/
H A Dclzti2_test.c25 int test__clzti2(ti_int a, si_int expected) function
47 if (test__clzti2(0x00000001, N-1))
49 if (test__clzti2(0x00000002, N-2))
51 if (test__clzti2(0x00000003, N-2))
53 if (test__clzti2(0x00000004, N-3))
55 if (test__clzti2(0x00000005, N-3))
57 if (test__clzti2(0x0000000A, N-4))
59 if (test__clzti2(0x1000000A, N*3/4+3))
61 if (test__clzti2(0x2000000A, N*3/4+2))
63 if (test__clzti2(
[all...]
/netbsd-current/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
H A Dclzti2_test.c25 int test__clzti2(ti_int a, si_int expected) function
47 if (test__clzti2(0x00000001, N-1))
49 if (test__clzti2(0x00000002, N-2))
51 if (test__clzti2(0x00000003, N-2))
53 if (test__clzti2(0x00000004, N-3))
55 if (test__clzti2(0x00000005, N-3))
57 if (test__clzti2(0x0000000A, N-4))
59 if (test__clzti2(0x1000000A, N*3/4+3))
61 if (test__clzti2(0x2000000A, N*3/4+2))
63 if (test__clzti2(
[all...]

Completed in 170 milliseconds