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

/macosx-10.10.1/ruby-106/ruby/ext/bigdecimal/
H A Dbigdecimal.c4127 size_t b_pos, b_pos_with_word_shift; local
4161 b_pos_with_word_shift = b_pos + word_shift;
4162 while(a_pos > b_pos_with_word_shift) {
4218 size_t b_pos, b_pos_with_word_shift; local
4262 b_pos_with_word_shift = b_pos + word_shift;
4263 while(a_pos > b_pos_with_word_shift) {

Completed in 80 milliseconds