Home | History | Annotate | Download | only in dist

Lines Matching refs:Calculate

5595 #--No need to calculate r if this is the last loop
5599 #--Need to calculate r
6026 #--No need to calculate r if this is the last loop
6030 #--Need to calculate r
6517 # 2. (|X| < 1) Calculate asin(X) by #
6618 # 2. (|X| < 1) Calculate acos(X) by #
6742 # Step 2. Calculate N = round-to-nearest-int( X * 64/log2 ). #
6746 # 2.3 Calculate J = N mod 64; so J = 0,1,2,..., #
6748 # 2.4 Calculate M = (N - J)/64; so N = 64M + J. #
6749 # 2.5 Calculate the address of the stored value of #
6766 # Step 3. Calculate X - N*log2/64. #
6857 # 8.3 Calculate J = N mod 64, J = 0,1,...,63 #
6860 # 8.5 Calculate the address of the stored value #
6901 # Step 2. Calculate N = round-to-nearest-int( X * 64/log2 ). #
6903 # 2.2 Calculate J = N mod 64; so J = 0,1,2,..., #
6905 # 2.3 Calculate M = (N - J)/64; so N = 64M + J. #
6906 # 2.4 Calculate the address of the stored value of #
6912 # Step 3. Calculate X - N*log2/64. #
6965 # Step 8. Calculate exp(X)-1, |X| < 2^(-65). #
6979 # Step 9. Calculate exp(X)-1, |X| < 1/4, by a polynomial #
6998 # Step 10. Calculate exp(X)-1 for |X| >= 70 log 2. #
7605 # overflow. Thus, we calculate sinh(X) as follows: #
7719 # Thus, we calculate sinh(X) as follows: #
7827 # 2. (2**(-40) < |X| < (5/2) log2) Calculate tanh(X) by #
7837 # 5. ((5/2) log2 <= |X| < 50 log2) Calculate tanh(X) by #
7843 # calculate Tanh(X) by #
8255 #--DIVISION IS NEEDED TO CALCULATE (Y-F)/F.
8349 #--LET V=U*U, W=V*V, CALCULATE
8588 # 2. (|X| < 1) Calculate atanh(X) by #
8876 # 3. Calculate P where 1 + P approximates exp(r): #