[BACK]Return to nd.c CVS log [TXT][DIR] Up to [local] / OpenXM_contrib2 / asir2000 / engine

Diff for /OpenXM_contrib2/asir2000/engine/nd.c between version 1.100 and 1.101

version 1.100, 2004/09/14 09:25:48 version 1.101, 2004/09/14 10:00:26
Line 1 
Line 1 
 /* $OpenXM: OpenXM_contrib2/asir2000/engine/nd.c,v 1.99 2004/09/14 07:23:34 noro Exp $ */  /* $OpenXM: OpenXM_contrib2/asir2000/engine/nd.c,v 1.100 2004/09/14 09:25:48 noro Exp $ */
   
 #include "nd.h"  #include "nd.h"
   
Line 3214  ND nd_quo(ND p,ND d)
Line 3214  ND nd_quo(ND p,ND d)
                         divq(HCQ(p),HCQ(d),&q);                          divq(HCQ(p),HCQ(d),&q);
                         chsgnq(q,&CQ(mq));                          chsgnq(q,&CQ(mq));
                         t = nd_mul_nm_trunc(mq,d,HDL(d));                          t = nd_mul_nm_trunc(mq,d,HDL(d));
                           CQ(mq) = q;
                         p = nd_add(0,p,t);                          p = nd_add(0,p,t);
                 }                  }
                 NEXT(mq) = 0;                  NEXT(mq) = 0;

Legend:
Removed from v.1.100  
changed lines
  Added in v.1.101

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>