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

/macosx-10.9.5/ruby-104/ruby/
H A Dbignum.c40 #define DIGSPERLONG (SIZEOF_LONG/SIZEOF_BDIGITS) macro
295 big = bignew(DIGSPERLONG, 1);
297 while (i < DIGSPERLONG) {
302 i = DIGSPERLONG;
389 for (j = 0; j < DIGSPERLONG && ds < dend; j++, ds++) {
428 long len = num_longs * DIGSPERLONG;
438 for (j = 0; j < DIGSPERLONG; j++) {
1200 if (len > DIGSPERLONG) {
1203 len = DIGSPERLONG;
3716 if (RBIGNUM_LEN(y) > DIGSPERLONG) {
[all...]
H A Dnumeric.c145 #define DIGSPERLONG (SIZEOF_LONG/SIZEOF_BDIGITS)
146 if (RBIGNUM_LEN(val) > DIGSPERLONG) return NUMERR_TOOLARGE;

Completed in 82 milliseconds