Lines Matching refs:test__ctzti2
25 int test__ctzti2(ti_int a, si_int expected) in test__ctzti2() function
45 if (test__ctzti2(0x00000001, 0)) in main()
47 if (test__ctzti2(0x00000002, 1)) in main()
49 if (test__ctzti2(0x00000003, 0)) in main()
51 if (test__ctzti2(0x00000004, 2)) in main()
53 if (test__ctzti2(0x00000005, 0)) in main()
55 if (test__ctzti2(0x0000000A, 1)) in main()
57 if (test__ctzti2(0x10000000, 28)) in main()
59 if (test__ctzti2(0x20000000, 29)) in main()
61 if (test__ctzti2(0x60000000, 29)) in main()
63 if (test__ctzti2(0x80000000uLL, 31)) in main()
65 if (test__ctzti2(0x0000050000000000uLL, 40)) in main()
67 if (test__ctzti2(0x0200080000000000uLL, 43)) in main()
69 if (test__ctzti2(0x7200000000000000uLL, 57)) in main()
71 if (test__ctzti2(0x8000000000000000uLL, 63)) in main()
73 if (test__ctzti2(make_ti(0x00000000A0000000LL, 0x0000000000000000LL), 93)) in main()
75 if (test__ctzti2(make_ti(0xF000000000000000LL, 0x0000000000000000LL), 124)) in main()
77 if (test__ctzti2(make_ti(0x8000000000000000LL, 0x0000000000000000LL), 127)) in main()