Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/post/lib_powerpc/fpu/
H A Ddarwin-ldouble.c93 double t, tau, u, v, w; in __gcc_qmul() local
105 asm("fmsub %0,%1,%2,%3" : "=f"(tau) : "f"(a), "f"(c), "f"(t)); in __gcc_qmul()
107 tau = fmsub(a, c, t); in __gcc_qmul()
111 tau += v + w; /* Add in other second-order terms. */ in __gcc_qmul()
112 u = t + tau; in __gcc_qmul()
118 z.dval[1] = (t - u) + tau; in __gcc_qmul()