Lines Matching refs:g_assert_cmpuint
57 g_assert_cmpuint(int128_getlo(r), ==, int128_getlo(s)); in test_and()
58 g_assert_cmpuint(int128_gethi(r), ==, int128_gethi(s)); in test_and()
73 g_assert_cmpuint(int128_getlo(r), ==, int128_getlo(s)); in test_add()
74 g_assert_cmpuint(int128_gethi(r), ==, int128_gethi(s)); in test_add()
89 g_assert_cmpuint(int128_getlo(r), ==, int128_getlo(s)); in test_sub()
90 g_assert_cmpuint(int128_gethi(r), ==, int128_gethi(s)); in test_sub()
103 g_assert_cmpuint(int128_getlo(r), ==, int128_getlo(s)); in test_neg()
104 g_assert_cmpuint(int128_gethi(r), ==, int128_gethi(s)); in test_neg()
115 g_assert_cmpuint(int128_nz(a), ==, tests[i] != 0); in test_nz()
129 g_assert_cmpuint(int128_le(expand(a), expand(b)), ==, a <= b); in test_le()
143 g_assert_cmpuint(int128_lt(expand(a), expand(b)), ==, a < b); in test_lt()
157 g_assert_cmpuint(int128_ge(expand(a), expand(b)), ==, a >= b); in test_ge()
171 g_assert_cmpuint(int128_gt(expand(a), expand(b)), ==, a > b); in test_gt()
183 g_assert_cmpuint(int128_getlo(r), ==, l); in test_rshift_one()
184 g_assert_cmpuint(int128_gethi(r), ==, h); in test_rshift_one()
214 g_assert_cmpuint(int128_getlo(r), ==, l); in test_urshift_one()
215 g_assert_cmpuint(int128_gethi(r), ==, h); in test_urshift_one()