Searched refs:mp_int_add_value (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/polly/lib/External/isl/imath/ |
D | imrat.c | 572 res = mp_int_add_value(TEMP(0), 1, TEMP(0)); in mp_rat_to_decimal() 574 res = mp_int_add_value(TEMP(1), 1, TEMP(1)); in mp_rat_to_decimal() 590 res = mp_int_add_value(TEMP(0), 1, TEMP(0)); in mp_rat_to_decimal() 592 res = mp_int_add_value(TEMP(1), 1, TEMP(1)); in mp_rat_to_decimal()
|
D | imath.h | 128 mp_result mp_int_add_value(mp_int a, mp_small value, mp_int c);
|
D | gmp_compat.c | 579 CHECK(mp_int_add_value(q, 1, q)); in GMPZAPI()
|
D | imath.c | 625 mp_result mp_int_add_value(mp_int a, mp_small value, mp_int c) in mp_int_add_value() function
|
/external/llvm-project/polly/lib/External/isl/imath_wrap/ |
D | wrap.h | 69 #define mp_int_add_value isl_mp_int_add_value macro
|