Data Fields | |
| long | nx |
| long | ny |
| BDIGIT * | yds |
| BDIGIT * | zds |
| VALUE | stop |
Definition at line 2303 of file bignum.c.
| long big_div_struct::nx |
| long big_div_struct::ny |
Definition at line 2306 of file bignum.c.
Referenced by bigdivrem(), bigdivrem1(), and rb_big_stop().
| BDIGIT* big_div_struct::yds |
| BDIGIT * big_div_struct::zds |
Definition at line 2305 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().