Home | History | Annotate | Download | only in Unit

Lines Matching full:test__ffsdi2

22 int test__ffsdi2(di_int a, si_int expected)
34 if (test__ffsdi2(0x00000000, 0))
36 if (test__ffsdi2(0x00000001, 1))
38 if (test__ffsdi2(0x00000002, 2))
40 if (test__ffsdi2(0x00000003, 1))
42 if (test__ffsdi2(0x00000004, 3))
44 if (test__ffsdi2(0x00000005, 1))
46 if (test__ffsdi2(0x0000000A, 2))
48 if (test__ffsdi2(0x10000000, 29))
50 if (test__ffsdi2(0x20000000, 30))
52 if (test__ffsdi2(0x60000000, 30))
54 if (test__ffsdi2(0x80000000uLL, 32))
56 if (test__ffsdi2(0x0000050000000000uLL, 41))
58 if (test__ffsdi2(0x0200080000000000uLL, 44))
60 if (test__ffsdi2(0x7200000000000000uLL, 58))
62 if (test__ffsdi2(0x8000000000000000uLL, 64))