Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/External/isl/imath/
Dimath.h179 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)) */
Dimath.c1549 mp_result mp_int_root(mp_int a, mp_small b, mp_int c) in mp_int_root() function
/external/llvm-project/polly/lib/External/isl/imath_wrap/
Dwrap.h112 #define mp_int_root isl_mp_int_root macro