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

  /src/sys/arch/hppa/spmath/
fcnvxf.c 59 register int src, dst_exponent; local in function:sgl_to_sgl_fcnvxf
82 dst_exponent = 16; /* initialize for normalization */
85 * a value in dst_exponent indicating the bit position,
88 Find_ms_one_bit(src,dst_exponent);
90 if (dst_exponent >= 0) src <<= dst_exponent;
93 Sgl_set_exponent(result, 30+SGL_BIAS - dst_exponent);
126 register int src, dst_exponent; local in function:sgl_to_dbl_fcnvxf
149 dst_exponent = 16; /* initialize for normalization */
152 * a value in dst_exponent indicating the bit position
173 int dst_exponent, srcp1; local in function:dbl_to_sgl_fcnvxf
274 register int srcp1, dst_exponent; local in function:dbl_to_dbl_fcnvxf
    [all...]
fcnvxf.c 59 register int src, dst_exponent; local in function:sgl_to_sgl_fcnvxf
82 dst_exponent = 16; /* initialize for normalization */
85 * a value in dst_exponent indicating the bit position,
88 Find_ms_one_bit(src,dst_exponent);
90 if (dst_exponent >= 0) src <<= dst_exponent;
93 Sgl_set_exponent(result, 30+SGL_BIAS - dst_exponent);
126 register int src, dst_exponent; local in function:sgl_to_dbl_fcnvxf
149 dst_exponent = 16; /* initialize for normalization */
152 * a value in dst_exponent indicating the bit position
173 int dst_exponent, srcp1; local in function:dbl_to_sgl_fcnvxf
274 register int srcp1, dst_exponent; local in function:dbl_to_dbl_fcnvxf
    [all...]

Completed in 25 milliseconds