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

/netbsd-current/sys/external/bsd/compiler_rt/dist/test/Unit/
H A Dclzsi2_test.c23 int test__clzsi2(si_int a, si_int expected) function
36 // if (test__clzsi2(0x00000000, 32)) // undefined
38 if (test__clzsi2(0x00800000, 8))
40 if (test__clzsi2(0x01000000, 7))
42 if (test__clzsi2(0x02000000, 6))
44 if (test__clzsi2(0x03000000, 6))
46 if (test__clzsi2(0x04000000, 5))
48 if (test__clzsi2(0x05000000, 5))
50 if (test__clzsi2(0x06000000, 5))
52 if (test__clzsi2(
[all...]
/netbsd-current/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
H A Dclzsi2_test.c23 int test__clzsi2(si_int a, si_int expected) function
36 // if (test__clzsi2(0x00000000, 32)) // undefined
38 if (test__clzsi2(0x00800000, 8))
40 if (test__clzsi2(0x01000000, 7))
42 if (test__clzsi2(0x02000000, 6))
44 if (test__clzsi2(0x03000000, 6))
46 if (test__clzsi2(0x04000000, 5))
48 if (test__clzsi2(0x05000000, 5))
50 if (test__clzsi2(0x06000000, 5))
52 if (test__clzsi2(
[all...]

Completed in 339 milliseconds