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

/macosx-10.10/ruby-106/ruby/
H A Dcomplex.c251 f_kind_of_p(VALUE x, VALUE c) function
259 return f_kind_of_p(x, rb_cNumeric);
265 return f_kind_of_p(x, rb_cInteger);
271 return f_kind_of_p(x, rb_cFixnum);
277 return f_kind_of_p(x, rb_cBignum);
283 return f_kind_of_p(x, rb_cFloat);
289 return f_kind_of_p(x, rb_cRational);
295 return f_kind_of_p(x, rb_cComplex);
H A Drational.c244 f_kind_of_p(VALUE x, VALUE c) function
252 return f_kind_of_p(x, rb_cNumeric);
258 return f_kind_of_p(x, rb_cInteger);
264 return f_kind_of_p(x, rb_cFloat);
270 return f_kind_of_p(x, rb_cRational);
/macosx-10.10/ruby-106/ruby/ext/date/
H A Ddate_core.c1968 f_kind_of_p(VALUE x, VALUE c) function
1976 return f_kind_of_p(x, cDate);
1982 return f_kind_of_p(x, cDateTime);
1988 return f_kind_of_p(x, rb_cNumeric);
1994 return f_kind_of_p(x, rb_cRational);

Completed in 140 milliseconds