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

/illumos-gate/usr/src/lib/libmp/common/
H A Dmadd.c28 m_add(MINT *a, MINT *b, MINT *c) function
34 cval = _mp_xalloc(a->len + 1, "m_add");
81 m_add(&x, &y, c);
83 m_add(&y, &x, c);

Completed in 54 milliseconds