HomeSort by relevance Sort by last modified time
    Searched refs:oround (Results 1 - 2 of 2) sorted by null

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_fmal.c 170 int oround; local
191 oround = fegetround();
203 switch (oround) {
250 fesetround(oround);
255 if (oround != FE_TONEAREST) {
260 fesetround(oround);
s_fma.c 182 int oround; local
203 oround = fegetround();
215 switch (oround) {
262 fesetround(oround);
267 if (oround != FE_TONEAREST) {
272 fesetround(oround);

Completed in 64 milliseconds