Searched refs:FE_CW_ROUND_MASK (Results 1 – 1 of 1) sorted by relevance
25 #define FE_CW_ROUND_MASK (0x0c00) macro388 return (cw & FE_CW_ROUND_MASK) >> FE_CW_ROUND_SHIFT; in fegetround()411 cw &= ~FE_CW_ROUND_MASK; in fesetround()