Home
last modified time | relevance | path

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

/llvm-project/polly/lib/External/isl/imath/examples/
H A Dimcalc.c70 static mp_result stack_push(cstate_t *sp, mp_int elt);
434 else if ((res = stack_push(op_state, value)) != MP_OK) in run_file()
558 static mp_result stack_push(cstate_t *sp, mp_int elt) { in stack_push() function
796 if ((res = stack_push(sp, t)) != MP_OK) mp_int_free(t); in cf_xgcd()
957 if ((res = stack_push(sp, cp)) != MP_OK) mp_int_free(cp); in cf_dup()
984 if ((res = stack_push(sp, new)) != MP_OK) return res; in cf_copy()
1086 return stack_push(sp, val); in cf_recall()
1131 return stack_push(sp, val); in cf_qrecall()