Searched refs:vzs (Results 1 – 2 of 2) sorted by relevance
275 volatile double vzs = zs; /* XXX gcc CSE bug workaround */ in fma() local276 return (xy.hi + vzs + ldexp(xy.lo, spread)); in fma()
260 volatile long double vzs = zs; /* XXX gcc CSE bug workaround */ in fmal() local261 return (xy.hi + vzs + ldexpl(xy.lo, spread)); in fmal()