Searched refs:DIGSPERLL (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/ruby-104/ruby/
H A Dbignum.c42 # define DIGSPERLL (SIZEOF_LONG_LONG/SIZEOF_BDIGITS) macro
505 big = bignew(DIGSPERLL, 1);
507 while (i < DIGSPERLL) {
512 i = DIGSPERLL;
818 big = bignew(DIGSPERLL, 1);
820 while (i < DIGSPERLL) {
825 i = DIGSPERLL;

Completed in 75 milliseconds