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

/macosx-10.10.1/ruby-106/ruby/ext/bigdecimal/
H A Dbigdecimal.c3279 static size_t VpSetPTR(Real *a, Real *b, Real *c, size_t *a_pos, size_t *b_pos, size_t *c_pos, BDIGIT *av, BDIGIT *bv);
4127 size_t b_pos, b_pos_with_word_shift; local
4140 b_pos = bp;
4143 if(b_pos == (size_t)-1L) goto Assign_a;
4149 while(b_pos + word_shift > a_pos) {
4151 if(b_pos > 0) {
4152 c->frac[c_pos] = b->frac[--b_pos];
4161 b_pos_with_word_shift = b_pos + word_shift;
4169 while(b_pos > 0) {
4170 c->frac[--c_pos] = a->frac[--a_pos] + b->frac[--b_pos]
4218 size_t b_pos, b_pos_with_word_shift; local
4323 VpSetPTR(Real *a, Real *b, Real *c, size_t *a_pos, size_t *b_pos, size_t *c_pos, BDIGIT *av, BDIGIT *bv) argument
[all...]

Completed in 279 milliseconds