Home
last modified time | relevance | path

Searched defs:SIZEOF_BDIGIT (Results 1 – 5 of 5) sorted by relevance

/dports/lang/ruby26/ruby-2.6.9/test/-ext-/bignum/
H A Dtest_div.rb8 SIZEOF_BDIGIT = Integer::SIZEOF_BDIGIT constant in Test_Bignum.TestDiv
H A Dtest_big2str.rb8 SIZEOF_BDIGIT = Integer::SIZEOF_BDIGIT constant in Test_Bignum.TestBig2str
H A Dtest_str2big.rb8 SIZEOF_BDIGIT = Integer::SIZEOF_BDIGIT constant in Test_Bignum.TestStr2big
H A Dtest_mul.rb8 SIZEOF_BDIGIT = Integer::SIZEOF_BDIGIT constant in Test_Bignum.TestMul
/dports/lang/ruby26/ruby-2.6.9/
H A Dinternal.h633 # define SIZEOF_BDIGIT SIZEOF_INT macro
640 # define SIZEOF_BDIGIT SIZEOF_INT macro
647 # define SIZEOF_BDIGIT SIZEOF_SHORT macro
654 # define SIZEOF_BDIGIT (SIZEOF_LONG/2) macro