Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libm/machine/x86/
Dfenv.c25 #define FE_CW_ROUND_MASK (0x0c00) macro
388 return (cw & FE_CW_ROUND_MASK) >> FE_CW_ROUND_SHIFT; in fegetround()
411 cw &= ~FE_CW_ROUND_MASK; in fesetround()