Ruby 3.0.5p211 (2022-11-24 revision ba5cf0f7c52d4d35cc6a173c89eda98ceffa2dcf)
Data Fields
big_div_struct Struct Reference

Data Fields

size_t yn
 
size_t zn
 
BDIGITyds
 
BDIGITzds
 
volatile VALUE stop
 

Detailed Description

Definition at line 2561 of file bignum.c.

Field Documentation

◆ stop

volatile VALUE big_div_struct::stop

Definition at line 2564 of file bignum.c.

◆ yds

BDIGIT* big_div_struct::yds

Definition at line 2563 of file bignum.c.

Referenced by rb_big_divrem_normal().

◆ yn

size_t big_div_struct::yn

Definition at line 2562 of file bignum.c.

Referenced by rb_big_divrem_normal().

◆ zds

BDIGIT * big_div_struct::zds

Definition at line 2563 of file bignum.c.

◆ zn

size_t big_div_struct::zn

Definition at line 2562 of file bignum.c.


The documentation for this struct was generated from the following file: