Home | History | Annotate | Download | only in ruby

Lines Matching refs:Constructor

4   the complex Constructor method, and the Real and Imag complex
69 %define %swig_cplxdbl_conv(Type, Constructor, Real, Imag)
85 *val = Constructor(re, im);
92 if (val) *val = Constructor(d, 0.0);
103 %define %swig_cplxflt_conv(Type, Constructor, Real, Imag)
120 if (val) *val = Constructor(%numeric_cast(re, float),
130 if (val) *val = Constructor(re, 0.0);
141 #define %swig_cplxflt_convn(Type, Constructor, Real, Imag) \
142 %swig_cplxflt_conv(Type, Constructor, Real, Imag)
145 #define %swig_cplxdbl_convn(Type, Constructor, Real, Imag) \
146 %swig_cplxdbl_conv(Type, Constructor, Real, Imag)