Lines Matching refs:mantissa
508 set mantissalen, 64 # length of mantissa in bits
7501 # sgetman(): extracts the mantissa of the input argument. The #
7502 # mantissa is converted to an extended precision number w/ #
7511 # fp0 = exponent(X) or mantissa(X) #
7556 # For denormalized numbers, shift the mantissa until the j-bit = 1,
9302 mov.l &0x80000000,-(%sp) # insert new high mantissa
9303 mov.l %d0,-(%sp) # insert new lo mantissa
10045 bsr.l norm # normalize mantissa
10831 # a0 = the input operand's mantissa is normalized; the exponent #
10840 mov.l FTEMP_HI(%a0), %d0 # load hi(mantissa)
10841 mov.l FTEMP_LO(%a0), %d1 # load lo(mantissa)
10886 # norm() - normalize the mantissa #
10894 # zero; both the exponent and mantissa are changed. #
10957 # only mantissa bits set are in lo(man)
10974 # whole mantissa is zero so this UNNORM is actually a zero