Ruby
2.0.0p353(2013-11-22revision43784)
|
Data Fields | |
long | nx |
long | ny |
long | j |
long | nyzero |
BDIGIT * | yds |
BDIGIT * | zds |
volatile VALUE | stop |
long big_div_struct::j |
Definition at line 2681 of file bignum.c.
Referenced by big_rshift(), bigdivrem(), and bigdivrem1().
long big_div_struct::nx |
Definition at line 2681 of file bignum.c.
Referenced by bigdivrem().
long big_div_struct::ny |
Definition at line 2681 of file bignum.c.
Referenced by bigdivrem(), and bigdivrem1().
long big_div_struct::nyzero |
Definition at line 2681 of file bignum.c.
Referenced by bigdivrem(), and bigdivrem1().
volatile VALUE big_div_struct::stop |
Definition at line 2683 of file bignum.c.
Referenced by bigdivrem(), bigdivrem1(), and rb_big_stop().
BDIGIT* big_div_struct::yds |
Definition at line 2682 of file bignum.c.
Referenced by bigdivrem(), and bigdivrem1().
BDIGIT * big_div_struct::zds |
Definition at line 2682 of file bignum.c.
Referenced by big_lshift(), big_rshift(), bigand_int(), bigdivrem(), bigdivrem1(), bigor_int(), bigxor_int(), rb_big_and(), rb_big_or(), and rb_big_xor().