Searched refs:MxIndB (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
4458 MxIndB = b->Prec - 1;
4481 if(nc < MxIndB) { /* The left triangle of the Fig. */
4484 ind_bs = MxIndB;
4487 ind_ae = MxIndA -(nc - MxIndB);
4488 ind_bs = MxIndB;
4492 ind_bs = MxIndB -(nc - MxIndA);

Completed in 121 milliseconds