Lines Matching refs:temp
64 register unsigned int src, temp; in sgl_to_sgl_fcnvfx() local
93 temp = src; in sgl_to_sgl_fcnvfx()
94 Sgl_clear_signexponent_set_hidden(temp); in sgl_to_sgl_fcnvfx()
95 Int_from_sgl_mantissa(temp,src_exponent); in sgl_to_sgl_fcnvfx()
96 if (Sgl_isone_sign(src)) result = -Sgl_all(temp); in sgl_to_sgl_fcnvfx()
97 else result = Sgl_all(temp); in sgl_to_sgl_fcnvfx()
113 || (Sgl_isone_lowmantissa(temp))) in sgl_to_sgl_fcnvfx()
162 register unsigned int src, temp, resultp2; in sgl_to_dbl_fcnvfx() local
198 temp = src; in sgl_to_dbl_fcnvfx()
199 Sgl_clear_signexponent_set_hidden(temp); in sgl_to_dbl_fcnvfx()
200 Dint_from_sgl_mantissa(temp,src_exponent,resultp1,resultp2); in sgl_to_dbl_fcnvfx()