Home
last modified time | relevance | path

Searched refs:test_len (Results 1 – 1 of 1) sorted by relevance

/llvm-project/polly/lib/External/isl/imath/
H A Dimdrover.c993 int test_len, out_len; in test_tobin() local
1001 if ((test_len = mp_int_binary_len(in[0])) != out_len) { in test_tobin()
1002 sprintf(g_output, "Output lengths do not match (want %d, got %d)", test_len, in test_tobin()
1009 if (memcmp(g_bin1, g_bin2, test_len) != 0) { in test_tobin()
1012 for (i = 0; i < test_len - 1; ++i) in test_tobin()
1073 int test_len, out_len; in test_to_uns() local
1081 if ((test_len = mp_int_unsigned_len(in[0])) != out_len) { in test_to_uns()
1082 sprintf(g_output, "Output lengths do not match (want %d, got %d)", test_len, in test_to_uns()
1089 if (memcmp(g_bin1, g_bin2, test_len) != 0) { in test_to_uns()
1092 for (i = 0; i < test_len - 1; ++i) in test_to_uns()