Go to the source code of this file.
◆ pp_Mult_nn__T()
Definition at line 14 of file pp_Mult_nn__T.cc.
16 ***************************************************************/
23 #ifdef HAVE_ZERODIVISORS
27 omBin bin = r->PolyBin;
28 DECLARE_LENGTH(
const unsigned long length = r->ExpL_Size);
32 #ifndef HAVE_ZERODIVISORS
37 p_MemCopy__T(q->exp,
p->exp,
length);
40 number tmp = n_Mult__T(n, nc, r->cf);
41 if (! n_IsZero__T(tmp,r->cf))
46 p_MemCopy__T(q->exp,
p->exp,
length);