Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/External/isl/imath/
H A Drsamath.c77 int num_bits = mp_int_count_bits(mod); in rsa_max_message_len()
H A Dimath.h368 mp_result mp_int_count_bits(mp_int z);
H A Dimath.c1560 mp_result mp_int_count_bits(mp_int z) { in mp_int_count_bits() function
1621 mp_result res = mp_int_count_bits(z); in mp_int_binary_len()
1661 mp_result res = mp_int_count_bits(z); in mp_int_unsigned_len()
2676 mp_result bits = mp_int_count_bits(z); in s_outlen()
H A Ddoc.md.in171 mp_int_count_bits
/llvm-project-15.0.7/polly/lib/External/isl/imath_wrap/
H A Dwrap.h79 #define mp_int_count_bits isl_mp_int_count_bits macro