Searched refs:tau (Results 1 – 1 of 1) sorted by relevance
/u-boot/post/lib_powerpc/fpu/ |
A D | darwin-ldouble.c | 92 double t, tau, u, v, w; in __gcc_qmul() local 104 asm("fmsub %0,%1,%2,%3" : "=f"(tau) : "f"(a), "f"(c), "f"(t)); in __gcc_qmul() 106 tau = fmsub(a, c, t); in __gcc_qmul() 110 tau += v + w; /* Add in other second-order terms. */ in __gcc_qmul() 111 u = t + tau; in __gcc_qmul() 117 z.dval[1] = (t - u) + tau; in __gcc_qmul()
|
Completed in 2 milliseconds