Ruby  2.0.0p648(2015-12-16revision53162)
Data Fields
big_div_struct Struct Reference

Data Fields

long nx
 
long ny
 
long j
 
long nyzero
 
BDIGITyds
 
BDIGITzds
 
volatile VALUE stop
 

Detailed Description

Definition at line 2680 of file bignum.c.

Field Documentation

◆ j

long big_div_struct::j

Definition at line 2681 of file bignum.c.

Referenced by big_rshift(), bigdivrem(), and bigdivrem1().

◆ nx

long big_div_struct::nx

Definition at line 2681 of file bignum.c.

Referenced by bigdivrem().

◆ ny

long big_div_struct::ny

Definition at line 2681 of file bignum.c.

Referenced by bigdivrem(), and bigdivrem1().

◆ nyzero

long big_div_struct::nyzero

Definition at line 2681 of file bignum.c.

Referenced by bigdivrem(), and bigdivrem1().

◆ stop

volatile VALUE big_div_struct::stop

Definition at line 2683 of file bignum.c.

Referenced by bigdivrem(), bigdivrem1(), and rb_big_stop().

◆ yds

BDIGIT* big_div_struct::yds

Definition at line 2682 of file bignum.c.

Referenced by bigdivrem(), and bigdivrem1().

◆ zds

BDIGIT * big_div_struct::zds

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