Home
last modified time | relevance | path

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

/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_fmal.c170 int oround; in fmal() local
191 oround = fegetround(); in fmal()
203 switch (oround) { in fmal()
250 fesetround(oround); in fmal()
255 if (oround != FE_TONEAREST) { in fmal()
260 fesetround(oround); in fmal()
Ds_fma.c182 int oround; in fma() local
203 oround = fegetround(); in fma()
215 switch (oround) { in fma()
262 fesetround(oround); in fma()
267 if (oround != FE_TONEAREST) { in fma()
272 fesetround(oround); in fma()