Searched refs:mp_int_to_unsigned (Results 1 – 7 of 7) sorted by relevance
/llvm-project/polly/lib/External/isl/imath/tests/ |
H A D | bintest.c | 78 res = mp_int_to_unsigned(&v, buf, sizeof(buf)); in main()
|
/llvm-project/polly/lib/External/isl/imath_wrap/ |
H A D | wrap.h | 124 #define mp_int_to_unsigned isl_mp_int_to_unsigned macro
|
/llvm-project/polly/lib/External/isl/imath/ |
H A D | imath.h | 402 mp_result mp_int_to_unsigned(mp_int z, unsigned char *buf, int limit);
|
H A D | doc.md.in | 173 mp_int_to_unsigned mp_int_read_unsigned mp_int_unsigned_len
|
H A D | imdrover.c | 1087 CHECK(mp_int_to_unsigned(in[0], g_bin2, sizeof(g_bin2))); in test_to_uns()
|
H A D | ChangeLog | 74 Also added the mp_int_to_unsigned(), mp_int_read_unsigned(), and
|
H A D | imath.c | 1634 mp_result mp_int_to_unsigned(mp_int z, unsigned char *buf, int limit) { in mp_int_to_unsigned() function
|