Home
last modified time | relevance | path

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

/picolibc-3.5.0-3.4.0/newlib/libc/machine/aarch64/machine/
Dfenv-fp.h93 fesetround(int __round) in fesetround() argument
97 if (__round & ~_ROUND_MASK) in fesetround()
101 __r |= __round << _ROUND_SHIFT; in fesetround()
/picolibc-3.5.0-3.4.0/newlib/libm/machine/aarch64/
Dfenv.c50 extern inline int fesetround(int __round);