Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/External/isl/
Disl_test_imath.c61 retval = mp_int_mul_pow2(&val, sizeof(mp_digit) * CHAR_BIT, &val); in test_imath_internals()
Disl_int_sioimath.h706 mp_int_mul_pow2(isl_sioimath_bigarg_src(lhs, &scratchlhs), rhs, in isl_sioimath_mul_2exp()
/external/llvm-project/polly/lib/External/isl/imath_wrap/
Dwrap.h104 #define mp_int_mul_pow2 isl_mp_int_mul_pow2 macro
/external/llvm-project/polly/lib/External/isl/imath/
Dimath.h133 mp_result mp_int_mul_pow2(mp_int a, mp_small p2, mp_int c);
Dgmp_compat.c513 CHECK(mp_int_mul_pow2(op1, op2, rop)); in GMPZAPI()
Dimrat.c580 if ((res = mp_int_mul_pow2(TEMP(2), 1, TEMP(2))) != MP_OK) in mp_rat_to_decimal()
Dimath.c773 mp_result mp_int_mul_pow2(mp_int a, mp_small p2, mp_int c) in mp_int_mul_pow2() function