Home
last modified time | relevance | path

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

/bionic/libm/src/
Ds_fmal.c55 int ex, ey, ez; in fmal() local
69 zs = frexpl(z, &ez); in fmal()
71 spread = ex + ey - ez; in fmal()
Ds_fma.c60 int ex, ey, ez; in fma() local
74 zs = frexp(z, &ez); in fma()
76 spread = ex + ey - ez; in fma()