Searched defs:oround (Results 1 - 2 of 2) sorted by path

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

Completed in 70 milliseconds