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