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

/macosx-10.9.5/ruby-104/ruby/
H A Dcomplex.c19 VALUE rb_cComplex; variable
295 return f_kind_of_p(x, rb_cComplex);
512 return rb_funcall2(rb_cComplex, id_convert, argc, argv);
554 return f_complex_new2(rb_cComplex,
569 return f_complex_new2(rb_cComplex,
584 return f_complex_new2(rb_cComplex, ZERO, m_sqrt_bang(f_negate(x)));
593 return f_complex_new2(rb_cComplex,
1370 return nucomp_s_new_internal(rb_cComplex, x, y);
1376 return nucomp_s_canonicalize_internal(rb_cComplex, x, y);
1382 return f_complex_polar(rb_cComplex,
[all...]
/macosx-10.9.5/ruby-104/ruby/include/ruby/
H A Druby.h1453 RUBY_EXTERN VALUE rb_cComplex; variable

Completed in 101 milliseconds