Searched refs:ups (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dcoarray_7.f9052 call ups(i)
53 call ups(i[1]) ! { dg-error "with ultimate pointer component" }
54 call ups(i%ptr)
55 call ups(i[1]%ptr) ! OK - passes target not pointer
/haiku-buildtools/gcc/gmp/mpn/x86/k7/mmx/
H A Drshift.asm50 C setups and finish-ups are done to arrange this for the loop.
/haiku-buildtools/gcc/gmp/mpn/x86/pentium/mmx/
H A Drshift.asm38 C setups and finish-ups are done to ensure alignment for the loop.
/haiku-buildtools/isl/
H A Disl_polynomial.c3309 struct isl_upoly **ups; local
3342 ups = isl_alloc_array(qp->dim->ctx, struct isl_upoly *, n);
3343 if (!ups)
3346 ups[i] = subs[i]->upoly;
3348 qp->upoly = isl_upoly_subs(qp->upoly, first, n, ups);
3350 free(ups);

Completed in 36 milliseconds