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

  /bionic/libm/src/
s_fma.c 59 int oround; local
75 oround = fegetround();
86 switch(oround) {
122 switch (oround) {
172 fesetround(oround);
183 fesetround(oround);
s_fmal.c 54 int oround; local
70 oround = fegetround();
81 switch(oround) {
117 switch (oround) {
167 fesetround(oround);
178 fesetround(oround);

Completed in 3773 milliseconds