Ruby
2.4.2p198(2017-09-14revision59899)
|
Data Fields | |
size_t | yn |
size_t | zn |
BDIGIT * | yds |
BDIGIT * | zds |
volatile VALUE | stop |
volatile VALUE big_div_struct::stop |
Definition at line 2521 of file bignum.c.
Referenced by bigdivrem1(), bigdivrem_restoring(), and rb_big_stop().
BDIGIT* big_div_struct::yds |
Definition at line 2520 of file bignum.c.
Referenced by bigdivrem(), bigdivrem1(), bigdivrem_restoring(), bigmul0(), and bigsub().
size_t big_div_struct::yn |
Definition at line 2519 of file bignum.c.
Referenced by bary_divmod_normal(), bigdivrem(), bigdivrem1(), bigdivrem_restoring(), bigmul0(), bigsub(), rb_big_and(), rb_big_divrem_normal(), rb_big_or(), rb_big_xor(), rb_integer_float_cmp(), and rb_integer_float_eq().
BDIGIT * big_div_struct::zds |
Definition at line 2520 of file bignum.c.
Referenced by bary_divmod_normal(), big_shift3(), bigadd_int(), bigand_int(), bigdivrem(), bigdivrem1(), bigdivrem_restoring(), bigmul0(), bigor_int(), bigsq(), bigsub(), bigsub_int(), bigxor_int(), rb_big_and(), rb_big_or(), rb_big_xor(), str2big_karatsuba(), and str2big_normal().
size_t big_div_struct::zn |
Definition at line 2519 of file bignum.c.
Referenced by bary_divmod_normal(), big_shift3(), bigadd_int(), bigand_int(), bigdivrem1(), bigdivrem_restoring(), bigmul0(), bigor_int(), bigsq(), bigsub(), bigsub_int(), bigxor_int(), and str2big_karatsuba().