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

/macosx-10.10.1/ruby-106/ruby/ext/bigdecimal/
H A Dbigdecimal.h209 VP_EXPORT size_t VpDivd(Real *c,Real *r,Real *a,Real *b);
H A Dbigdecimal.c1219 VpDivd(*c, *res, a, b);
1320 VpDivd(c, res, a, b);
1395 VpDivd(c, res, a, b);
1490 VpDivd(cv,res,av,bv);
4543 VpDivd(Real *c, Real *r, Real *a, Real *b) function
4554 VPrint(stdout, " VpDivd(c=a/b) a=% \n", a);
4563 return VpException(VP_EXCEPTION_NaN,"(VpDivd) 0/0 not defined(NaN)",0);
4567 return VpException(VP_EXCEPTION_ZERODIVIDE,"(VpDivd) Divide by zero",0);
4737 rb_bug("ERROR(VpDivd): space for remainder too small.");
4742 VPrint(stdout, " VpDivd(
[all...]

Completed in 121 milliseconds