reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/polly/lib/External/isl/imath/imath.c
 2289     if ((t1 = s_alloc(4 * buf_size)) == NULL) return 0;
 2290     t2 = t1 + buf_size;
 2292     ZERO(t1, 4 * buf_size);
 2294     (void) s_ksqr(da, t1, bot_size);    /* t1 = a0 ^ 2 */
 2314     COPY(t1, dc, 2 * bot_size);
 2323     s_free(t1); /* note that t2 and t2 are internal pointers only */