Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/machine/aarch64/machine/
Dfenv-fp.h99 fesetround(int __round) in fesetround() argument
103 if (__round & ~_ROUND_MASK) in fesetround()
107 __r |= __round << _ROUND_SHIFT; in fesetround()