Home
last modified time | relevance | path

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

/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_fma.c265 volatile double vzs = zs; /* XXX gcc CSE bug workaround */ in fma() local
266 return (xy.hi + vzs + ldexp(xy.lo, spread)); in fma()
Ds_fmal.c253 volatile long double vzs = zs; /* XXX gcc CSE bug workaround */ in fmal() local
254 return (xy.hi + vzs + ldexpl(xy.lo, spread)); in fmal()