Searched refs:MxIndA (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
4457 MxIndA = a->Prec - 1;
4482 ind_as = MxIndA - nc;
4483 ind_ae = MxIndA;
4485 } else if(nc <= MxIndA) { /* The middle rectangular of the Fig. */
4486 ind_as = MxIndA - nc;
4487 ind_ae = MxIndA -(nc - MxIndB);
4489 } else if(nc > MxIndA) { /* The right triangle of the Fig. */
4492 ind_bs = MxIndB -(nc - MxIndA);

Completed in 182 milliseconds