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

/macosx-10.10.1/ruby-106/ruby/ext/bigdecimal/
H A Dbigdecimal.c4420 size_t MxIndA, MxIndB, MxIndAB, MxIndC; local
4460 MxIndAB = a->Prec + b->Prec - 1;
4462 if(MxIndC < MxIndAB) { /* The Max. prec. of c < Prec(a)+Prec(b) */
4464 c = VpAlloc((size_t)((MxIndAB + 1) * BASE_FIG), "#0");
4465 MxIndC = MxIndAB;
4477 nc = ind_c = MxIndAB;
4480 for(nc = 0; nc < MxIndAB; ++nc, --ind_c) {
4491 ind_ae = MxIndAB - nc - 1;

Completed in 182 milliseconds