Lines Matching refs:Calculate
2955 # from our 4-word stack frame. This means we must calculate the length
3871 # "Dummy" CALCulate Effective Address: #
3945 calculate correct stacked <ea> for extended #
4290 bsr.l fmovm_calc_ea # calculate <ea>
4580 # _fmovm_calc_ea: calculate effective address #
5847 # simply calculate the sticky bit and zero the mantissa. otherwise
5868 # calculate if the sticky should be set and clear the entire mantissa.
8095 # - calculate the default result and return it in fp0.
8124 # calculate the default result
8129 bsr.l ovf_res # calculate default result
8138 # calculate a result rounded to extended precision.
8179 # - calculate the default result and return it in fp0.
8206 # - calculate the default result and return it in fp0.
8241 bsr.l unf_res # calculate default result
8582 bsr.l scale_to_zero_src # calculate scale factor
8625 bsr.l scale_to_zero_src # calculate scale factor
8644 # if underflow or inexact is enabled, then go calculate the EXOP first.
8653 bsr.l unf_res # calculate default result
8709 bsr.l ovf_res # calculate default result
8948 bsr.l ovf_res # calculate default result
9011 bsr.l unf_res # calculate default result
9362 bsr.l scale_to_zero_src # calculate scale factor
9405 bsr.l scale_to_zero_src # calculate scale factor
9424 # if underflow or inexact is enabled, go calculate EXOP first.
9433 bsr.l unf_res # calculate default result
9489 bsr.l ovf_res # calculate default result
9861 # unf_res() - calculate underflow result #
9862 # ovf_res() - calculate overflow result #
9882 # to calculate the default result. Also, create the EXOP for the #
9980 bsr.l scale_to_zero_src # calculate scale factor
10023 bsr.l scale_to_zero_src # calculate scale factor
10040 # if underflow or inexact is enabled, go calculate EXOP first.
10048 bsr.l unf_res # calculate default result
10104 bsr.l ovf_res # calculate default result
10488 bsr.l ovf_res # calculate default result
10554 bsr.l unf_res4 # calculate default result
10763 bsr.l scale_to_zero_src # calculate scale factor 1
10766 bsr.l scale_to_zero_dst # calculate scale factor 2
10841 bsr.l ovf_res # calculate default result
10887 bsr.l unf_res4 # calculate default result
11174 bsr.l ovf_res # calculate default result
11237 bsr.l unf_res # calculate default result
11627 bsr.l ovf_res # calculate default result
11690 bsr.l unf_res # calculate default result
12023 bsr.l scale_sqrt # calculate scale factor
12042 bsr.l scale_sqrt # calculate scale factor
12087 bsr.l scale_sqrt # calculate scale factor
12120 # if underflow or inexact is enabled, go calculate EXOP first.
12130 bsr.l unf_res # calculate default result
12186 bsr.l ovf_res # calculate default result
12903 # _dcalc_ea() - calculate the correct <ea> #
13004 # A4. Calculate the factor 10^exp in FP1 using a table of #
13051 # Calculate exponent:
13053 # 2. Calculate absolute value of exponent in d1 by mul and add.
13095 # Calculate mantissa:
13096 # 1. Calculate absolute value of mantissa in fp0 by mul and add.
13243 # Calculate the mantissa multiplier to compensate for the striping of
13291 # Calculate the mantissa multiplier to compensate for the appending of
13310 # Calculate power-of-ten factor from adjusted and shifted exponent.
13466 # A6. Calculate LEN. #
13475 # A7. Calculate SCALE. #
13504 # A12. Calculate YINT = FINT(Y) according to user's rounding #
13693 # A6. Calculate LEN.
13745 # A7. Calculate SCALE.
13902 fdiv.x %fp1,%fp0 # calculate X / SCALE -> Y to fp0
13909 # for DENORM, we must calculate:
13959 fmul.x %fp1,%fp0 # calculate X * SCALE -> Y to fp0
14003 # A12. Calculate YINT = FINT(Y) according to user's rounding mode.