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

/macosx-10.10.1/ruby-106/ruby/ext/bigdecimal/
H A Dbigdecimal.c5560 size_t y_prec; local
5596 y_prec = y->MaxPrec;
5598 prec = x->exponent - (ssize_t)y_prec;
5614 y->MaxPrec = Min((size_t)n , y_prec);
5616 n = (SIGNED_VALUE)(y_prec * BASE_FIG);
5620 if (y->MaxPrec > y_prec) y->MaxPrec = y_prec;
5637 y->MaxPrec = y_prec;
5651 y->MaxPrec = y_prec;

Completed in 114 milliseconds