Home
last modified time | relevance | path

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

/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_fmal.c173 int ex, ey, ez; in fmal() local
191 ys = frexpl(y, &ey); in fmal()
194 spread = ex + ey - ez; in fmal()
245 spread = ex + ey; in fmal()
Ds_fma.c185 int ex, ey, ez; in fma() local
203 ys = frexp(y, &ey); in fma()
206 spread = ex + ey - ez; in fma()
257 spread = ex + ey; in fma()