Searched refs:mp_int_mul_pow2 (Results 1 – 7 of 7) sorted by relevance
/external/llvm-project/polly/lib/External/isl/ |
D | isl_test_imath.c | 61 retval = mp_int_mul_pow2(&val, sizeof(mp_digit) * CHAR_BIT, &val); in test_imath_internals()
|
D | isl_int_sioimath.h | 706 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/ |
D | wrap.h | 104 #define mp_int_mul_pow2 isl_mp_int_mul_pow2 macro
|
/external/llvm-project/polly/lib/External/isl/imath/ |
D | imath.h | 133 mp_result mp_int_mul_pow2(mp_int a, mp_small p2, mp_int c);
|
D | gmp_compat.c | 513 CHECK(mp_int_mul_pow2(op1, op2, rop)); in GMPZAPI()
|
D | imrat.c | 580 if ((res = mp_int_mul_pow2(TEMP(2), 1, TEMP(2))) != MP_OK) in mp_rat_to_decimal()
|
D | imath.c | 773 mp_result mp_int_mul_pow2(mp_int a, mp_small p2, mp_int c) in mp_int_mul_pow2() function
|