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

/macosx-10.10.1/ruby-106/ruby/
H A Dnumeric.c1955 rb_num2long(VALUE val) function
2059 long num = rb_num2long(val);
2068 long num = FIXNUM_P(val)?FIX2LONG(val):rb_num2long(val);
2100 return rb_num2long(val);
2146 long num = rb_num2long(val);
2155 long num = FIXNUM_P(val)?FIX2LONG(val):rb_num2long(val);
2191 v = rb_num2long(val);
/macosx-10.10.1/vim-55/src/
H A Dif_ruby.c92 /* Ruby 1.9 defines a number of static functions which use rb_num2long and
94 # define rb_num2long rb_num2long_stub macro
223 # define rb_num2long dll_rb_num2long macro
486 {"rb_num2long", (RUBY_PROC*)&dll_rb_num2long},
/macosx-10.10.1/ruby-106/ruby/include/ruby/
H A Druby.h582 SIGNED_VALUE rb_num2long(VALUE);
590 return (long)rb_num2long(x);

Completed in 153 milliseconds