Lines Matching refs:ret
36 double_accessor ret;
58 ret.as_int.hi = hy & 0x80000000; /* return +-minsubnormal */
59 ret.as_int.lo = 1;
60 y = ret.dbl * ret.dbl;
61 if (y == ret.dbl)
67 return ret.dbl; /* raise underflow flag */
126 ret.as_int.hi = hx;
127 ret.as_int.lo = lx;
128 return ret.dbl;
132 ret.as_int.hi = hx;
133 ret.as_int.lo = lx;
134 return ret.dbl;