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

/freebsd-10-stable/lib/msun/src/
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);
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);

Completed in 52 milliseconds