Home
last modified time | relevance | path

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

/dragonfly/contrib/openbsd_libm/src/
HDs_fmal.c53 int oround; in fmal() local
74 oround = fegetround(); in fmal()
85 switch(oround) { in fmal()
121 switch (oround) { in fmal()
171 fesetround(oround); in fmal()
182 fesetround(oround); in fmal()
HDs_fma.c58 int oround; in fma() local
79 oround = fegetround(); in fma()
90 switch(oround) { in fma()
126 switch (oround) { in fma()
176 fesetround(oround); in fma()
187 fesetround(oround); in fma()