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

/macosx-10.10.1/ruby-106/ruby/
H A Dbignum.c183 #define bignew(len,sign) bignew_1(rb_cBignum,(len),(sign)) macro
188 return bignew(len, sign != 0);
295 big = bignew(DIGSPERLONG, 1);
430 big = bignew(len, 1);
505 big = bignew(DIGSPERLL, 1);
563 VALUE big = bignew(QUAD_SIZE/SIZEOF_BDIGITS, 1);
731 z = bignew(len, sign);
818 big = bignew(DIGSPERLL, 1);
1340 z = bignew(i, d>=0);
1847 z = bignew(RBIGNUM_LE
[all...]

Completed in 122 milliseconds