Home
last modified time | relevance | path

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

/haiku/src/system/libroot/posix/musl/math/
H A Dfmal.c170 int oround; in fmal() local
191 oround = fegetround(); in fmal()
207 switch (oround) { in fmal()
258 fesetround(oround); in fmal()
263 if (oround != FE_TONEAREST) { in fmal()
275 fesetround(oround); in fmal()