Lines Matching full:test__ctzdi2
23 int test__ctzdi2(di_int a, si_int expected)
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(0x20000000, 29))
53 if (test__ctzdi2(0x60000000, 29))
55 if (test__ctzdi2(0x80000000uLL, 31))
57 if (test__ctzdi2(0x0000050000000000uLL, 40))
59 if (test__ctzdi2(0x0200080000000000uLL, 43))
61 if (test__ctzdi2(0x7200000000000000uLL, 57))
63 if (test__ctzdi2(0x8000000000000000uLL, 63))