Home
last modified time | relevance | path

Searched refs:rb_complex_raw (Results 1 – 6 of 6) sorted by relevance

/dports/lang/ruby26/ruby-2.6.9/include/ruby/
H A Dintern.h185 VALUE rb_complex_raw(VALUE, VALUE);
186 #define rb_complex_raw1(x) rb_complex_raw((x), INT2FIX(0))
187 #define rb_complex_raw2(x,y) rb_complex_raw((x), (y))
/dports/lang/ruby26/ruby-2.6.9/
H A Dcomplex.c1405 rb_complex_raw(VALUE x, VALUE y) in rb_complex_raw() function
1447 return rb_complex_raw(DBL2NUM(real), DBL2NUM(imag)); in rb_dbl_complex_new()
H A Dparse.y6301 v = rb_complex_raw(INT2FIX(0), v);
H A Dparse.c12534 v = rb_complex_raw(INT2FIX(0), v); in set_number_literal()
/dports/lang/ruby26/ruby-2.6.9/ext/ripper/
H A Dripper.y6301 v = rb_complex_raw(INT2FIX(0), v);
H A Dripper.c12567 v = rb_complex_raw(INT2FIX(0), v); in set_number_literal()