Searched refs:tau (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/rs6000/
H A Ddarwin-ldouble.c146 double t, tau, u, v, w; local
157 asm ("fmsub %0,%1,%2,%3" : "=f"(tau) : "f"(a), "f"(c), "f"(t));
160 tau += v + w; /* Add in other second-order terms. */
161 u = t + tau;
167 z.dval[1] = (t - u) + tau;
175 double s, sigma, t, tau, u, v, w; local
193 tau = ((v-sigma)+w)/c; /* Correction to t. */
194 u = t + tau;
200 z.dval[1] = (t - u) + tau;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Ddarwin-ldouble.c151 double t, tau, u, v, w; local
163 asm ("fmsub %0,%1,%2,%3" : "=f"(tau) : "f"(a), "f"(c), "f"(t));
165 tau = fmsub (a, c, t);
169 tau += v + w; /* Add in other second-order terms. */
170 u = t + tau;
176 z.dval[1] = (t - u) + tau;
184 double s, sigma, t, tau, u, v, w; local
206 tau = ((v-sigma)+w)/c; /* Correction to t. */
207 u = t + tau;
213 z.dval[1] = (t - u) + tau;
[all...]

Completed in 48 milliseconds