Lines Matching refs:re
61 VALUE re = rb_float_new(Real(c));
63 return rb_complex_new(re, im);
81 double re = 0;
82 SWIG_AsVal_double( real, &re );
85 *val = Constructor(re, im);
114 double re = 0;
115 SWIG_AsVal_double( real, &re );
118 if ((-FLT_MAX <= re && re <= FLT_MAX) &&
120 if (val) *val = Constructor(%numeric_cast(re, float),
127 float re;
128 int res = SWIG_AddCast(SWIG_AsVal(float)(o, &re));
130 if (val) *val = Constructor(re, 0.0);