Ruby
2.4.2p198(2017-09-14revision59899)
|
Data Fields | |
int | negative |
int | base |
BDIGIT_DBL | hbase2 |
int | hbase2_numdigits |
VALUE | result |
char * | ptr |
int big2str_struct::base |
Definition at line 4659 of file bignum.c.
Referenced by big2str_2bdigits(), big2str_generic(), and big2str_karatsuba().
BDIGIT_DBL big2str_struct::hbase2 |
Definition at line 4660 of file bignum.c.
Referenced by big2str_generic().
int big2str_struct::hbase2_numdigits |
Definition at line 4661 of file bignum.c.
Referenced by big2str_2bdigits(), and big2str_generic().
int big2str_struct::negative |
Definition at line 4658 of file bignum.c.
Referenced by big2str_alloc(), and big2str_generic().
char* big2str_struct::ptr |
Definition at line 4663 of file bignum.c.
Referenced by big2str_2bdigits(), big2str_alloc(), big2str_generic(), and big2str_karatsuba().
VALUE big2str_struct::result |
Definition at line 4662 of file bignum.c.
Referenced by big2str_alloc(), and big2str_generic().