Lines Matching refs:T
142 | ans := T + ( T*p + t)
143 | where T and t are the stored values for 2^(J/64).
144 | Notes: 2^(J/64) is stored as T and t where T+t approximates
145 | 2^(J/64) to roughly 85 bits; T is in extended precision
146 | and t is in single precision. Note also that T is rounded
147 | to 62 bits so that the last two bits of T are zero. The
148 | reason for such a special form is that T-1, T-2, and T-8
740 faddx (%a1),%fp0 | ...T+(p+(t+OnebySc))
749 faddx (%a1),%fp0 | ...T+(p+t)
750 faddx ONEBYSC(%a6),%fp0 | ...OnebySc + (T+(p+t))
754 fmovex (%a1)+,%fp1 | ...fp1 is T
756 faddx ONEBYSC(%a6),%fp1 | ...fp1 is T+OnebySc
757 faddx %fp1,%fp0 | ...(T+OnebySc)+(p+t)