Home | History | Annotate | Download | only in dist

Lines Matching refs:PRECISION

381 set FTEMP_EX, 		0			# extended precision
388 set LOCAL_EX, 0 # extended precision
395 set DST_EX, 0 # extended precision
400 set SRC_EX, 0 # extended precision
411 set EXT_BIAS, 0x3fff # extended precision bias
412 set SGL_BIAS, 0x007f # single precision bias
413 set DBL_BIAS, 0x03ff # double precision bias
508 set x_mode, 0x0 # extended precision
509 set s_mode, 0x4 # single precision
510 set d_mode, 0x8 # double precision
4911 # a0 = pointer to extended precision input #
4912 # d0 = round precision,mode #
4924 # rounded to double precision. The result is provably monotonic #
4925 # in double precision. #
5089 #--NOTE THAT A3 THROUGH A7 ARE STORED IN DOUBLE PRECISION
5142 #--NOTE THAT B4 THROUGH B8 ARE STORED IN DOUBLE PRECISION
5144 #--AND IS THEREFORE STORED AS SINGLE PRECISION.
5212 # here, the operation may underflow iff the precision is sgl or dbl.
5620 # a0 = pointer to extended precision input #
5621 # d0 = round precision,mode #
5629 # rounded to double precision. The result is provably monotonic #
5630 # in double precision. #
6050 # a0 = pointer to extended precision input #
6051 # d0 = round precision,mode #
6059 # rounded to double precision. The result is provably monotonic #
6060 # in double precision. #
6500 # a0 = pointer to extended precision input #
6501 # d0 = round precision,mode #
6509 # rounded to double precision. The result is provably monotonic #
6510 # in double precision. #
6601 # a0 = pointer to extended precision input #
6602 # d0 = round precision,mode #
6610 # rounded to double precision. The result is provably monotonic #
6611 # in double precision. #
6697 # a0 = pointer to extended precision input #
6698 # d0 = round precision,mode #
6706 # rounded to double precision. The result is provably monotonic #
6707 # in double precision. #
6756 # constant := single-precision( 64/log 2 ). #
6758 # Using a single-precision constant avoids memory #
6759 # access. Another effect of using a single-precision #
6768 # where L1 := single-precision(-log2/64). #
6770 # L2 := extended-precision(-log2/64 - L1).#
6797 # and A5 are single precision; A2 and A3 are double #
6798 # precision. #
6812 # 2^(J/64) to roughly 85 bits; T is in extended precision #
6813 # and t is in single precision. Note also that T is #
6874 # extended-precision numbers whose square over/underflow #
6885 # precision prescribed by the user FPCR. #
6914 # where L1 := single-precision(-log2/64). #
6916 # L2 := extended-precision(-log2/64 - L1).#
6925 # and A6 are single precision; A2, A3 and A4 are double #
6926 # precision. #
6940 # 2^(J/64) to roughly 85 bits; T is in extended precision #
6941 # and t is in single precision. Note also that T is #
6973 # precision and rounding modes. To avoid unnecessary #
6983 # to B12 are single precision; B3 to B8 are double #
6984 # precision; and B2 is double extended. #
7007 # in the user rounding precision and mode. #
7507 # returned as an extended precision number in fp0. #
7511 # mantissa is converted to an extended precision number w/ #
7517 # a0 = pointer to extended precision input #
7578 # a0 = pointer to extended precision input #
7579 # d0 = round precision,mode #
7587 # rounded to double precision. The result is provably monotonic #
7588 # in double precision. #
7692 # a0 = pointer to extended precision input #
7693 # d0 = round precision,mode #
7701 # rounded to double precision. The result is provably monotonic #
7702 # in double precision. #
7810 # a0 = pointer to extended precision input #
7811 # d0 = round precision,mode #
7819 # rounded to double precision. The result is provably monotonic #
7820 # in double precision. #
7976 # a0 = pointer to extended precision input #
7977 # d0 = round precision,mode #
7985 # rounded to double precision. The result is provably monotonic #
7986 # in double precision. #
8571 # a0 = pointer to extended precision input #
8572 # d0 = round precision,mode #
8580 # rounded to double precision. The result is provably monotonic #
8581 # in double precision. #
8661 # a0 = pointer to extended precision input #
8662 # d0 = round precision,mode #
8670 # rounded to double precision. The result is provably monotonic #
8671 # in double precision. #
8680 # traps, and precision control = double extended. #
8694 # traps, and precision control = double extended. #
8707 # traps, and precision control = double extended. #
8721 # traps, and precision control = double extended. #
8825 # a0 = pointer to extended precision input #
8826 # d0 = round precision,mode #
8834 # rounded to double precision. The result is provably monotonic #
8835 # in double precision. #
9082 fmov.l %d0,%fpcr # set user's rounding mode/precision
9206 precision
9354 # a0 = pointer to extended precision input X #
9355 # a1 = pointer to extended precision input Y #
9356 # d0 = round precision,mode #
9766 # a0 = pointer to extended precision operand #
9840 # a0 = pointer to extended precision source operand. #
9967 # a0 = pointer to extended precision source operand #
10024 # a0 = pointer to extended precision source operand #
10047 # result would be inexact for the given precision. make a copy of the
10057 cmpi.b %d1,&0x40 # is precision sgl?
10213 # a0 = pointer to extended precision input operand #
10826 # norm(): normalize the mantissa of an extended precision input. the #
10836 # a0 = pointer fp extended precision operand to normalize #
10898 # a0 = pointer to unnormalized extended precision number #