Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libm/common/
Dfma_inc.h208 int oround = fegetround(); in FMA() local
226 switch (oround) { in FMA()
281 fesetround(oround); in FMA()
288 if (oround != FE_TONEAREST) { in FMA()
293 fesetround(oround); in FMA()