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

/macosx-10.10/ruby-106/ruby/
H A Dbignum.c1194 big2ulong(VALUE x, const char *type, int check) function
1217 VALUE num = big2ulong(x, "unsigned long", FALSE);
1227 VALUE num = big2ulong(x, "unsigned long", TRUE);
1245 VALUE num = big2ulong(x, "long", TRUE);
3564 shift = big2ulong(y, "long", TRUE);
3630 shift = big2ulong(y, "long", TRUE);
3720 shift = big2ulong(y, "long", FALSE);

Completed in 118 milliseconds