HomeSort by: relevance | last modified time | path
    Searched defs:tempp2 (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/hppa/spmath/
fcnvfx.c 276 register unsigned int srcp1,srcp2, tempp1,tempp2; local in function:dbl_to_sgl_fcnvfx
305 tempp2 = srcp2;
307 Int_from_dbl_mantissa(tempp1,tempp2,src_exponent);
396 register unsigned int srcp1, srcp2, tempp1, tempp2, resultp2; local in function:dbl_to_dbl_fcnvfx
432 tempp2 = srcp2;
434 Dint_from_dbl_mantissa(tempp1,tempp2,src_exponent,
fcnvfxt.c 194 register unsigned int srcp1, srcp2, tempp1, tempp2; local in function:dbl_to_sgl_fcnvfxt
222 tempp2 = srcp2;
224 Int_from_dbl_mantissa(tempp1,tempp2,src_exponent);
257 register unsigned int srcp1, srcp2, tempp1, tempp2, resultp2; local in function:dbl_to_dbl_fcnvfxt
291 tempp2 = srcp2;
293 Dint_from_dbl_mantissa(tempp1,tempp2,src_exponent,

Completed in 12 milliseconds