Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libm/machine/x86/
Dfenv.c26 #define FE_CW_ROUND_SHIFT (10) macro
388 return (cw & FE_CW_ROUND_MASK) >> FE_CW_ROUND_SHIFT; in fegetround()
412 cw |= (round << FE_CW_ROUND_SHIFT); in fesetround()