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

/macosx-10.9.5/ruby-104/ruby/
H A Dbignum.c2387 static VALUE big_lshift(VALUE, unsigned long);
2529 t = big_lshift(u4, 1); /* TODO: combining with next addition */
3051 static VALUE big_lshift(VALUE, unsigned long);
3058 return big_lshift(x, (unsigned long)-n);
3570 x = neg ? big_rshift(x, shift) : big_lshift(x, shift);
3575 big_lshift(VALUE x, unsigned long shift) function
3636 x = neg ? big_lshift(x, shift) : big_rshift(x, shift);

Completed in 82 milliseconds