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

References

tools/polly/lib/External/isl/imath/imath.c
 2284     mp_digit *a_top = da + bot_size;
 2294     (void) s_ksqr(da, t1, bot_size);    /* t1 = a0 ^ 2 */
 2297     (void) s_kmul(da, a_top, t3, bot_size, at_size);  /* t3 = a0 * a1 */
 2327     s_usqr(da, dc, size_a);