/src/sys/external/bsd/compiler_rt/dist/test/Unit/ |
clzti2_test.c | 25 int test__clzti2(ti_int a, si_int expected) function in typeref:typename:int 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(0x6000000A, N*3/4+1) [all...] |
/src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/ |
clzti2_test.c | 25 int test__clzti2(ti_int a, si_int expected) function in typeref:typename:int 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(0x6000000A, N*3/4+1) [all...] |