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

/macosx-10.10/ruby-106/ruby/
H A Dcomplex.c257 k_numeric_p(VALUE x) function
338 if (!k_numeric_p(real))
343 if (!k_numeric_p(real))
345 if (!k_numeric_p(imag))
393 if (!k_numeric_p(num) || !f_real_p(num))
703 if (k_numeric_p(other) && f_real_p(other)) {
775 if (k_numeric_p(other) && f_real_p(other)) {
827 if (k_numeric_p(other) && f_real_p(other)) {
892 if (k_numeric_p(other) && k_exact_zero_p(other))
953 if (k_numeric_p(othe
[all...]
H A Drational.c250 k_numeric_p(VALUE x) function
457 if (!k_numeric_p(num) || !f_integer_p(num))
980 if (k_numeric_p(other) && k_exact_zero_p(other))
991 if (k_numeric_p(other) && k_exact_p(other)) {
2377 if (!(k_numeric_p(a1) && k_integer_p(a1)))
2381 if ((k_numeric_p(a1) && k_numeric_p(a2)) &&
/macosx-10.10/ruby-106/ruby/ext/date/
H A Ddate_core.c1986 k_numeric_p(VALUE x) function
2370 if (!k_numeric_p(vof))
5713 if (!k_numeric_p(other))
5898 if (!k_numeric_p(other))
6191 if (k_numeric_p(other))
6391 if (k_numeric_p(other))
7196 if (!k_numeric_p(sg))

Completed in 169 milliseconds