Ruby  2.5.0dev(2017-10-22revision60238)
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 2516 of file bignum.c.

Field Documentation

◆ stop

volatile VALUE big_div_struct::stop

Definition at line 2519 of file bignum.c.

◆ yds

BDIGIT* big_div_struct::yds

Definition at line 2518 of file bignum.c.

◆ yn

size_t big_div_struct::yn

◆ zds

BDIGIT * big_div_struct::zds

Definition at line 2518 of file bignum.c.

Referenced by rb_big_and(), rb_big_or(), and rb_big_xor().

◆ zn

size_t big_div_struct::zn

Definition at line 2517 of file bignum.c.


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