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_fma.c184 int oround; in fma() local
205 oround = fegetround(); in fma()
217 switch (oround) { in fma()
264 fesetround(oround); in fma()
269 if (oround != FE_TONEAREST) { in fma()
274 fesetround(oround); in fma()
Ds_fmal.c172 int oround; in fmal() local
193 oround = fegetround(); in fmal()
205 switch (oround) { in fmal()
252 fesetround(oround); in fmal()
257 if (oround != FE_TONEAREST) { in fmal()
262 fesetround(oround); in fmal()