Home
last modified time | relevance | path

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

/llvm-project/polly/lib/External/isl/imath/tests/
H A Dbintest.c78 res = mp_int_to_unsigned(&v, buf, sizeof(buf)); in main()
/llvm-project/polly/lib/External/isl/imath_wrap/
H A Dwrap.h124 #define mp_int_to_unsigned isl_mp_int_to_unsigned macro
/llvm-project/polly/lib/External/isl/imath/
H A Dimath.h402 mp_result mp_int_to_unsigned(mp_int z, unsigned char *buf, int limit);
H A Ddoc.md.in173 mp_int_to_unsigned mp_int_read_unsigned mp_int_unsigned_len
H A Dimdrover.c1087 CHECK(mp_int_to_unsigned(in[0], g_bin2, sizeof(g_bin2))); in test_to_uns()
H A DChangeLog74 Also added the mp_int_to_unsigned(), mp_int_read_unsigned(), and
H A Dimath.c1634 mp_result mp_int_to_unsigned(mp_int z, unsigned char *buf, int limit) { in mp_int_to_unsigned() function