Lines Matching refs:denormalized
5010 # ssind(): computes the sine of a denormalized input #
5012 # scosd(): computes the cosine of a denormalized input #
5014 # ssincosd(): computes the sine and cosine of a denormalized input #
5336 #--SIN(X) = X FOR DENORMALIZED X
5342 #--COS(X) = 1 FOR DENORMALIZED X
5567 #--SIN AND COS OF X FOR DENORMALIZED X
5723 # stand(): computes the tangent of a denormalized input #
6004 #--TAN(X) = X FOR DENORMALIZED X
6153 # satand(): computes the arctangent of a denormalized number #
6597 #--ENTRY POINT FOR ATAN(X) FOR DENORMALIZED ARGUMENT
6603 # sasind(): computes the inverse sine of a denormalized input #
6698 #--ASIN(X) = X FOR DENORMALIZED X
6704 # sacosd(): computes the inverse cosine of a denormalized input #
6790 #--ACOS(X) = PI/2 FOR DENORMALIZED X
6798 # setoxd(): computes the exponential for a denormalized input #
6800 # setoxm1d(): computes the exponential minus 1 for a denormalized input #
6956 # this code where the separate entry for denormalized #
7080 # inefficiency, we stay away from denormalized numbers #
7367 #--entry point for EXP(X), X is denormalized
7606 #--entry point for EXPM1(X), here X is denormalized
7614 # sgetexpd(): handles denormalized numbers. #
7620 # sgetmand(): handles denormalized numbers. #
7671 # For denormalized numbers, shift the mantissa until the j-bit = 1,
7681 # scoshd(): computes the hyperbolic cosine of a denormalized input #
7785 #--COSH(X) = 1 FOR DENORMALIZED X
7795 # ssinhd(): computes the hyperbolic sine of a denormalized input #
7907 #--SINH(X) = X FOR DENORMALIZED X
7913 # stanhd(): computes the hyperbolic tangent of a denormalized input #
8071 #--TANH(X) = X FOR DENORMALIZED X
8077 # slognd(): computes the natural logarithm of a denormalized input #
8079 # slognp1d(): computes the log(1+X) of a denormalized input #
8495 #--ENTRY POINT FOR LOG(X) FOR DENORMALIZED INPUT
8502 #----Note that this code assumes the denormalized input is NON-ZERO.
8667 #--ENTRY POINT FOR LOG(1+Z) FOR DENORMALIZED INPUT
8756 #--ATANH(X) = X FOR DENORMALIZED X
8762 # slog10d(): computes the base-10 logarithm of a denormalized input #
8764 # slog2d(): computes the base-2 logarithm of a denormalized input #
8789 # Notes: Even if X is denormalized, log(X) is always normalized. #
8816 # Notes: Even if X is denormalized, log(X) is always normalized. #
8868 #--entry point for Log10(X), X is denormalized
8913 #--entry point for Log2(X), X is denormalized
8926 # stwotoxd(): computes 2**X for a denormalized input #
8928 # stentoxd(): computes 10**X for a denormalized input #
9186 #--ENTRY POINT FOR 2**(X) FOR DENORMALIZED ARGUMENT
9310 #--ENTRY POINT FOR 10**(X) FOR DENORMALIZED ARGUMENT
9613 tst.b DST_HI(%a1) # is dst denormalized?
9691 # The source input is below 1, so we check for denormalized numbers
9695 tst.b DST_HI(%a1) # is dst denormalized?
9718 # denormalized. #
10169 # - For all functions that have a denormalized input and #
15899 cmpi.b STAG(%a6),&DENORM # is dst denormalized?
15936 cmpi.b DTAG(%a6),&DENORM # is dst denormalized?
19574 # norm() - normalize a denormalized number #
21688 # a0 = points to the operand to be denormalized #
21694 # a0 = pointer to the denormalized result #
21758 # %a0 : points to the operand to be denormalized #
21762 # %a0 : points to the denormalized operand #
22684 # _round() - round denormalized number according to rnd prec #
22700 # denormalized result. #
23476 # denormalized. #
23486 # BINDEC_FLG for separating normalized/denormalized #
23487 # input. If input is unnormalized or denormalized, #
23626 # separating normalized/denormalized input. If the input
23627 # is a denormalized number, set the BINDEC_FLG memory word
23629 # the input and test for denormalized result.
23654 # Test if the normalized input is denormalized
23912 # 10^24 is exact. If the input was denormalized, we must
24154 # denormalized, check only the case in which YINT > 10^LEN.