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

/macosx-10.9.5/ruby-104/ruby/
H A Dpack.c56 # define INT64toNUM(x) LONG2NUM(x) macro
59 # define INT64toNUM(x) LL2NUM(x) macro
1711 UNPACK_PUSH(INT64toNUM(v.i));
H A Dtime.c213 # define INT64toNUM(x) LONG2NUM(x) macro
216 # define INT64toNUM(x) LL2NUM(x) macro
279 return WIDEVAL_WRAP(INT64toNUM(wi));
291 return INT64toNUM(FIXWV2WINT(w));

Completed in 179 milliseconds