Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/External/isl/imath/examples/
H A Dimcalc.c67 static mp_result state_init(cstate_t *sp, mp_size n_elts);
253 if ((res = state_init(&op_state, 1)) != MP_OK) { in main()
463 static mp_result state_init(cstate_t *sp, mp_size n_elts) { in state_init() function