HomeSort by: relevance | last modified time | path
    Searched refs:oround (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libm/src/
s_fmal.c 180 int oround; local in function:fmal
201 oround = fegetround();
213 switch (oround) {
258 fesetround(oround);
265 if (oround != FE_TONEAREST) {
270 fesetround(oround);
s_fma.c 195 int oround; local in function:fma
216 oround = fegetround();
228 switch (oround) {
273 fesetround(oround);
280 if (oround != FE_TONEAREST) {
285 fesetround(oround);

Completed in 15 milliseconds