Home | History | Annotate | Download | only in dist

Lines Matching refs:HERE

42 # effect, branches to one of the branch table entries located here.
5212 # here, the operation may underflow iff the precision is sgl or dbl.
6249 #--ENTRY POINT FOR ATAN(X), HERE X IS FINITE, NON-ZERO, AND NOT NAN'S
6329 #--WHAT WE HAVE HERE IS MERELY A1 = A3, A2 = A1/A3, A3 = A2/A3.
6541 # This catch is added here for the '060 QSP. Originally, the call to
7111 #--entry point for EXP(X), here X is finite, non-zero, and not NaN's
7274 #--entry point for EXPM1(X), here X is finite, non-zero, non-NaN
7500 #--entry point for EXPM1(X), here X is denormalized
7552 # here, we build the result in a tmp location so as not to disturb the input
8331 # if these 2 lines weren't here, the correct answer would be returned
8494 #--HERE WE USE THE USUAL TABLE DRIVEN APPROACH. CARE HAS TO BE
8993 #--ENTRY POINT FOR 2**(X), HERE X IS FINITE, NON-ZERO, AND NOT NAN'S
9090 #--ENTRY POINT FOR 10**(X), HERE X IS FINITE, NON-ZERO, AND NOT NAN'S
10166 # the event here by adding a large and very small number together #
10248 # values are already in fp0 and fp1 so we do nothing here.