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

/macosx-10.10.1/ruby-106/ruby/ext/bigdecimal/
H A Dbigdecimal.c5936 size_t my, ind_y, ind_x; local
5960 ind_x = x->exponent;
5962 y->frac[ind_y] = x->frac[ind_x];
5964 ++ind_x;

Completed in 71 milliseconds