Searched refs:mp_int_root (Results 1 – 3 of 3) sorted by relevance
179 mp_result mp_int_root(mp_int a, mp_small b, mp_int c); /* c = floor(a^{1/b}) */180 #define mp_int_sqrt(a, c) mp_int_root(a, 2, c) /* c = floor(sqrt(a)) */
1549 mp_result mp_int_root(mp_int a, mp_small b, mp_int c) in mp_int_root() function
112 #define mp_int_root isl_mp_int_root macro